A set of thermal generating units for the production of electrical
energy and process steam (usually from the output of the steam turbines).
The steam sendout is typically used for industrial purposes or for
municipal heating and cooling.
|
__init__(self,
cogenLPSteamRating=0.0,
cogenHPSendoutRating=0.0,
ratedP=0.0,
cogenLPSendoutRating=0.0,
cogenHPSteamRating=0.0,
ThermalGeneratingUnits=None,
SteamSendoutSchedule=None,
*args,
**kw_args)
Initialises a new 'CogenerationPlant' instance. |
|
|
|
addThermalGeneratingUnits(self,
*ThermalGeneratingUnits) |
|
|
|
getSteamSendoutSchedule(self)
A cogeneration plant has a steam sendout schedule |
|
|
|
getThermalGeneratingUnits(self)
A thermal generating unit may be a member of a cogeneration plant |
|
|
|
removeThermalGeneratingUnits(self,
*ThermalGeneratingUnits) |
|
|
|
setSteamSendoutSchedule(self,
value) |
|
|
|
setThermalGeneratingUnits(self,
value) |
|
|
Inherited from Core.PowerSystemResource'.PowerSystemResource :
addAssets ,
addBlock ,
addMeasurements ,
addOperatingShare ,
addPsrLists ,
addReportingGroup ,
getAssets ,
getBlock ,
getLocation ,
getMeasurements ,
getOperatingShare ,
getOutageSchedule ,
getPSRType ,
getPsrLists ,
getReportingGroup ,
removeAssets ,
removeBlock ,
removeMeasurements ,
removeOperatingShare ,
removePsrLists ,
removeReportingGroup ,
setAssets ,
setBlock ,
setLocation ,
setMeasurements ,
setOperatingShare ,
setOutageSchedule ,
setPSRType ,
setPsrLists ,
setReportingGroup
Inherited from Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|