Unit start up characteristics depending on how long the unit has been
off line
|
__init__(self,
stbyAuxP=0.0,
incrementalMaintCost=0.0,
hotStandbyHeat=0.0,
startupPriority=0,
fixedMaintCost=0.0,
startupDate='
' ,
minimumRunTime=0.0,
startupCost=0.0,
riskFactorCost=0.0,
minimumDownTime=0.0,
ThermalGeneratingUnit=None,
StartRampCurve=None,
StartMainFuelCurve=None,
StartIgnFuelCurve=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 :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|