|
__init__(self,
capabilityVersusFrequency=0.0,
heatRecoveryFlag=False,
timeConstant=0.0,
auxPowerVersusFrequency=0.0,
auxPowerVersusVoltage=0.0,
referenceTemp=0.0,
ambientTemp=0.0,
powerVariationByTemp=0.0,
HeatRecoveryBoiler=None,
CTTempActivePowerCurve=None,
AirCompressor=None,
*args,
**kw_args)
Initialises a new 'CombustionTurbine' instance. |
|
|
|
getAirCompressor(self)
A CAES air compressor is driven by combustion turbine |
|
|
|
getCTTempActivePowerCurve(self)
A combustion turbine may have an active power versus ambient
temperature relationship |
|
|
|
getHeatRecoveryBoiler(self)
A combustion turbine may have a heat recovery boiler for making steam |
|
|
|
setAirCompressor(self,
value) |
|
|
|
setCTTempActivePowerCurve(self,
value) |
|
|
|
setHeatRecoveryBoiler(self,
value) |
|
|
Inherited from PrimeMover'.PrimeMover :
addSynchronousMachines ,
getSynchronousMachines ,
removeSynchronousMachines ,
setSynchronousMachines
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__
|