Unit start up characteristics depending on how long the unit has been
off lineUnit start up characteristics depending on how long the unit has
been off line
|
|
__init__(self,
startupCost=0.0,
stbyAuxP=0.0,
minimumRunTime=0.0,
riskFactorCost=0.0,
minimumDownTime=0.0,
fixedMaintCost=0.0,
startupDate='',
hotStandbyHeat=0.0,
startupPriority=0,
incrementalMaintCost=0.0,
StartRampCurve=None,
StartMainFuelCurve=None,
StartIgnFuelCurve=None,
ThermalGeneratingUnit=None,
*args,
**kw_args)
Initialises a new 'StartupModel' instance. |
|
|
|
|
getStartIgnFuelCurve(self)
The unit's startup model may have a startup ignition fuel curve |
|
|
|
|
getStartMainFuelCurve(self)
The unit's startup model may have a startup main fuel curve |
|
|
|
|
getStartRampCurve(self)
The unit's startup model may have a startup ramp curve |
|
|
|
|
getThermalGeneratingUnit(self)
A thermal generating unit may have a startup model |
|
|
|
|
| setStartIgnFuelCurve(self,
value) |
|
|
|
|
| setStartMainFuelCurve(self,
value) |
|
|
|
|
| setStartRampCurve(self,
value) |
|
|
|
|
| setThermalGeneratingUnit(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|