CDPSM_to_GLM.GldNode¶
-
static class
GldNode¶ Helper class to accumulate nodes and loads.
All EnergyConsumer data will be attached to node objects, then written as load objects. This preserves the input ConnectivityNode names
TODO - another option is to leave all nodes un-loaded, and attach all loads to parent nodes, closer to what OpenDSS does
Fields¶
Constructors¶
Methods¶
AddPhases¶
ApplyZIP¶
-
public void
ApplyZIP(double Z, double I, double P)¶ reapportion loads according to constant power (Z/sum), constant current (I/sum) and constant power (P/sum)
Parameters: - Z – portion of constant-impedance load
- I – portion of constant-current load
- P – portion of constant-power load