functionbaseGC
Base conductance and capacitance
Extends from Modelica.Icons.Function (Icon for functions).
Information
Calculates base-conductance and -capacitance depending on the choice of units (fist component is G, second is C).
"pu":
GC_base = (S_nom/V_nom*V_nom)*{1, 1/omega_nom}
"SI":
GC_base = {1, 1/omega_nom} (converts susceptance B to capacitance C!)
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 | GC_base | base {conductance, capacitance} |