Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
espaço ln191
  • Loading branch information
OliveiraJPE committed Nov 3, 2024
1 parent cdace37 commit 5f34ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ i=0;
while(((irrad +(irrad*(1-fdi)))*0.75*Paaaa*AJDIRRESUL*30.416666667*PotINV)<consMedio){
tMod=nMod;
tMod += i + parseInt(prompt(`O Fator do dimensionamento do Inversor (FDI), resultou muito baixo, ou a média de geração de energia mensal.anual resultou abaixo da demanda estimada de consumo médio:\nConsumo médio mensal estimado = ${consMedio.toFixed( 2 )} kWh.mês.\nMédia de geração de energia mensal resultante = ${((irrad +(irrad*(1-fdi)))*0.75*Paaaa*AJDIRRESUL*30.416666667*PotINV).toFixed(2)} kWh.mês.\nLembre-se de que estes dimensionamento sempre retratam estimativas. \nInclua um ou mais módulos para ajustar o resultado de forma rápida, e pressione ENTER ou OK.`));
if(nMod<tMod){
if(nMod<tMod){
PotINV = Math.ceil(tMod*potMod*0.0007);
ajPlacas = tMod*potMod*0.001;
PotINV = Math.floor((ajPlacas+PotINV)/2);
Expand Down

0 comments on commit 5f34ff7

Please sign in to comment.