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
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | puUnits | = true if pu else SI units | |
| SI.Voltage | V_nom | nom voltage | |
| SI.ApparentPower | S_nom | apparent power | |
| SI.AngularFrequency | omega_nom | angular frequency | |
| Integer | scale | 1 | scaling factor topology (Y:1, Delta:3) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | RL_base | base {resistance, inductance} |