| Trees | Indices | Help |
|
|---|
|
|
Core.Equipment.Equipment --+
|
GeneratingUnit
A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set.For the 2010 ENTSOE IOP, this is required for Synchronous Machine. - To define a GeneratingUnit requires defining the initial real power injection, net real power limits, and the status of the unit. The initial injection is defined using the attribute âinitialPâ. - The net real power limits can be defined in three ways; 1) with the attributes âmaxOperatingPâ and âminOperatingPâ, or 2) with the attribute âratedNetMaxPâ or 3) with the attributes âratedGrossMinPâ and âratedGrossMaxPâ used in conjunction with an associated GrossToNetActivePowerCurve. - The control status of the unit is defined with the attribute âgenControlSourceâ, but it is not required. The participation factor attributes âlongPFâ, ânormalPFâ, and âshortPFâ are not required. - The GeneratingUnit class should only be used in cases where the more specific classes, HydroGeneratingUnit and ThermalGeneratingUnit, do not apply. - The attributes governorSCD, maximumAllowableSpinningReserve, nominalP, startupCost, and variableCost are not required.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_attrs = ["maxOperatingP", "ratedGrossMaxP", "variableCost", "
|
|||
_attr_types = {"maxOperatingP": float, "ratedGrossMaxP": float
|
|||
_defaults = {"maxOperatingP": 0.0, "ratedGrossMaxP": 0.0, "var
|
|||
_enums = {"genControlSource": "GeneratorControlSource"}
|
|||
_refs = ["SynchronousMachines", "ControlAreaGeneratingUnit"]
|
|||
_many_refs = ["SynchronousMachines", "ControlAreaGeneratingUnit"]
|
|||
SynchronousMachines = property(getSynchronousMachines, setSync
|
|||
ControlAreaGeneratingUnit = property(getControlAreaGeneratingU
|
|||
|
|||
|
maxOperatingP This is the maximum operating active power limit the dispatcher can enter for this unit |
|||
|
ratedGrossMaxP The unit's gross rated maximum capacity (Book Value). |
|||
|
variableCost The variable cost component of production per unit of ActivePower. |
|||
|
minOperatingP This is the minimum operating active power limit the dispatcher can enter for this unit. |
|||
|
ratedGrossMinP The gross rated minimum generation level which the unit can safely operate at while delivering power to the transmission grid |
|||
|
shortPF Generating unit economic participation factor |
|||
|
ratedNetMaxP The net rated maximum capacity determined by subtracting the auxiliary power used to operate the internal plant machinery from the rated gross maximum capacity |
|||
|
longPF Generating unit economic participation factor |
|||
|
startupCost The initial startup cost incurred for each start of the GeneratingUnit. |
|||
|
genControlSource The source of controls for a generating unit. |
|||
|
nominalP The nominal power of the generating unit. |
|||
|
governorSCD Governor Speed Changer Droop. |
|||
|
maximumAllowableSpinningReserve Maximum allowable spinning reserve. |
|||
|
initialP Default Initial active power which is used to store a powerflow result for the initial active power for this unit in this network configuration |
|||
|
normalPF Generating unit economic participation factor |
|||
|
|||
Initialises a new 'GeneratingUnit' instance.
|
|
|||
_attrs
|
_attr_types
|
_defaults
|
SynchronousMachines
|
ControlAreaGeneratingUnit
|
|
|||
genControlSourceThe source of controls for a generating unit. Values are: "onAGC", "unavailable", "plantControl", "offAGC" |
nominalPThe nominal power of the generating unit. Used to give precise meaning to percentage based attributes such as the govenor speed change droop (govenorSCD attribute).Should not be null or zero. |
governorSCDGovernor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency. |
maximumAllowableSpinningReserveMaximum allowable spinning reserve. Spinning reserve will never be considered greater than this value regardless of the current operating point. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 2 18:27:38 2011 | http://epydoc.sourceforge.net |