functionbaseR
Base resistance
Extends from Modelica.Icons.Function (Icon for functions).
Information
Calculates base-resistance depending on the choice of units.
"pu":
R_base = V_nom*V_nom/S_nom"SI":
R_base = 1
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 | |
| Integer | scale | 1 | scaling factor topology (Y:1, Delta:3) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | R_base | base resistance |