#include <EnergyConsumer.h>
Generic user of energy - a point of consumption on the power system model.
IEC61970::Base::Domain::Integer IEC61970::Base::Wires::EnergyConsumer::customerCount |
Number of individual customers represented by this demand.
std::list<IEC61970::Base::Wires::EnergyConsumerPhase*> IEC61970::Base::Wires::EnergyConsumer::EnergyConsumerPhase |
The individual phase models for this energy consumer.
IEC61970::Base::Domain::Boolean IEC61970::Base::Wires::EnergyConsumer::grounded |
Used for Yn and Zn connections. True if the neutral is solidly grounded.
IEC61970::Base::LoadModel::LoadResponseCharacteristic* IEC61970::Base::Wires::EnergyConsumer::LoadResponse |
The load response characteristic of this load. If missing, this load is assumed to be constant power.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::EnergyConsumer::p |
Active power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
IEC61970::Base::Domain::ActivePower IEC61970::Base::Wires::EnergyConsumer::pfixed |
Active power of the load that is a fixed quantity. Load sign convention is used, i.e. positive sign means flow out from a node.
IEC61970::Base::Domain::PerCent IEC61970::Base::Wires::EnergyConsumer::pfixedPct |
Fixed active power as per cent of load group fixed active power. Load sign convention is used, i.e. positive sign means flow out from a node.
IEC61970::Base::Wires::PhaseShuntConnectionKind IEC61970::Base::Wires::EnergyConsumer::phaseConnection = IEC61970::Base::Wires::PhaseShuntConnectionKind::_undef |
The type of phase connection, such as wye or delta.
IEC61970::Base::Domain::ReactivePower IEC61970::Base::Wires::EnergyConsumer::q |
Reactive power of the load. Load sign convention is used, i.e. positive sign means flow out from a node. For voltage dependent loads the value is at rated voltage. Starting value for a steady state solution.
IEC61970::Base::Domain::ReactivePower IEC61970::Base::Wires::EnergyConsumer::qfixed |
Reactive power of the load that is a fixed quantity. Load sign convention is used, i.e. positive sign means flow out from a node.
IEC61970::Base::Domain::PerCent IEC61970::Base::Wires::EnergyConsumer::qfixedPct |
Fixed reactive power as per cent of load group fixed reactive power. Load sign convention is used, i.e. positive sign means flow out from a node.