X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FElectricUtils.ts;h=dba823abc5f16edea664453572920386e3cc5976;hb=1b0147cae119f5b519cffd8cdf2a733a3df20b11;hp=7df3db730af0d04b4580f3898a07dc5e87f1f295;hpb=6af9012e5b9ef2ed6f4fe8a9696b40ac0e8da4d0;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/ElectricUtils.ts b/src/utils/ElectricUtils.ts index 7df3db73..dba823ab 100644 --- a/src/utils/ElectricUtils.ts +++ b/src/utils/ElectricUtils.ts @@ -1,4 +1,5 @@ /** + * Rationale: https://wiki.piment-noir.org/doku.php/en:cs:modelling_multi-phased_electrical_system_interconnexion * Targeted to AC related values calculation. * To use for DC, always consider cosPhi = 1 and do not use per phase helpers */