.PowerSystems.Utilities.Precalculation.baseS

Information

Calculates base-power depending on the choice of units.

"pu":

  S_base = S_nom
"SI":
  S_base = 1

Interface

function baseS
  extends Modelica.Icons.Function;
  input Boolean puUnits "= true if pu else SI units";
  input SI.ApparentPower S_nom "apparent power";
  output SI.ApparentPower S_base "base power";
end baseS;

Generated at 2025-01-04T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos