functionbaseRL

Base resistance and inductance

Extends from Modelica.Icons.Function (Icon for functions).

Information

Calculates base-resistance and -inductance depending on the choice of units (fist component is R, second is L).

"pu":

  RL_base = (V_nom*V_nom/S_nom)*{1, 1/omega_nom}
"SI":
  RL_base = {1, 1/omega_nom} (converts reactance X to inductance L!)

Inputs

TypeNameDefaultDescription
BooleanpuUnits= true if pu else SI units
SI.VoltageV_nomnom voltage
SI.ApparentPowerS_nomapparent power
SI.AngularFrequencyomega_nomangular frequency
Integerscale1scaling factor topology (Y:1, Delta:3)

Outputs

TypeNameDefaultDescription
RealRL_basebase {resistance, inductance}