Struct power_flow_data::ACConverter
source · pub struct ACConverter {}Fields§
§ib: BusNumAC converter bus number, or extended bus name enclosed in single quotes. No default.
n: i8Number of bridges in series. No default.
angmx: f64Nominal maximum ALPHA or GAMMA angle; entered in degrees. No default.
angmn: f64Minimum steady-state ALPHA or GAMMA angle; entered in degrees. No default.
rc: f64Commutating resistance per bridge; entered in ohms. No default.
xc: f64Commutating reactance per bridge; entered in ohms. No default.
ebas: f64Primary base AC voltage; entered in kV. No default.
tr: f64Actual transformer ratio. tr = 1.0 by default.
tap: f64Tap setting. tap = 1.0 by default.
tpmx: f64Maximum tap setting. tpmx = 1.5 by default.
tpmn: f64Minimum tap setting. tpmx = 0.51 by default.
tstp: f64Tap step; must be a positive number. tstp = 0.00625 by default.
setvl: f64Converter setpoint.
When ib is equal to vconv or vconvn, setvl specifies the scheduled DC voltage magnitude,
entered in kV, across the converter.
For other converter buses, setvl contains the converter current (amps) or power (MW) demand;
a positive value of setvl indicates that bus ib is a rectifier, and a negative value indicates an inverter.
No default.
dcpf: f64Converter participation factor.
When the order at any rectifier in the multi-terminal DC line is reduced,
either to maximum current or margin, the orders at the remaining converters on the same
pole are modified according to their DCPFs to: SETVL + (DCPF/SUM)∗R``` where SUMis the sum of theDCPFs at the unconstrained converte rs on the same pole as the constrained rectifier, and R`` is the order reduction at the constrained rectifier.
dcpf = 1. by default.
marg: f64Rectifier margin entered in per unit of desired DC power or current.
The converter order reduced by this fraction, (1.0 - MARG) ∗ SETVL,
defines the minimum order for this rectifier. marg is used only at rectifiers.
marg = 0.0 by default.
cnvcod: i8Converter code.
A positive value or zero must be entered if the converter is on the positive pole of multi-terminal DC line i.
A negative value must be entered for negative pole converters. cnvcod = 1 by default.