.Spot.Base.Precalculation.baseL

Information

Calculates base-inductance depending on the choice of units.

"pu":

  L_base = V_nom*V_nom/(S_nom*omega_nom)
"SI":
  L_base = 1
Note: in contrast to 'baseRL' and 'baseGC' there is NO conversion of reactance X to inductance L.
Therefore the SI-value is 1 and not 1/omega_nom. The function is needed for DC-machines which use L as input instead of X.

Interface

function baseL
  extends Icons.Function;
  input Base.Types.Units units "SI or pu";
  input SI.Voltage V_nom "nom voltage";
  input SI.ApparentPower S_nom "apparent power";
  input SI.AngularFrequency omega_nom "angular frequency";
  output SI.Inductance L_base "base inductance";
end baseL;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos