Package CIM14 :: Package IEC61970 :: Package Generation :: Package GenerationDynamics :: Module CombustionTurbine' :: Class CombustionTurbine
[hide private]
[frames] | no frames]

Class CombustionTurbine

                           object --+                
                                    |                
                     Element'.Element --+            
                                        |            
  Core.IdentifiedObject'.IdentifiedObject --+        
                                            |        
Core.PowerSystemResource'.PowerSystemResource --+    
                                                |    
                           PrimeMover'.PrimeMover --+
                                                    |
                                                   CombustionTurbine

A prime mover that is typically fueled by gas or light oil

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _attr_types = {'ambientTemp': <type 'float'>, 'auxPowerVersusF...
  _attrs = ['capabilityVersusFrequency', 'heatRecoveryFlag', 'ti...
  _defaults = {'ambientTemp': 0.0, 'auxPowerVersusFrequency': 0....
  _many_refs = []
  _refs = ['HeatRecoveryBoiler', 'CTTempActivePowerCurve', 'AirC...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AirCompressor
A CAES air compressor is driven by combustion turbine
  CTTempActivePowerCurve
A combustion turbine may have an active power versus ambient temperature relationship
  HeatRecoveryBoiler
A combustion turbine may have a heat recovery boiler for making steam

Inherited from PrimeMover'.PrimeMover: SynchronousMachines

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__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)
(Constructor)

 

Initialises a new 'CombustionTurbine' instance.

Parameters:
  • capabilityVersusFrequency - Off-nominal frequency effect on turbine capability. Per unit reduction in unit active power capability versus per unit reduction in frequency (from rated frequency).
  • heatRecoveryFlag - Flag that is set to true if the combustion turbine is associated with a heat recovery boiler
  • timeConstant - The time constant for the turbine.
  • auxPowerVersusFrequency - Off-nominal frequency effect on turbine auxiliaries. Per unit reduction in auxiliary active power consumption versus per unit reduction in frequency (from rated frequency).
  • auxPowerVersusVoltage - Off-nominal voltage effect on turbine auxiliaries. Per unit reduction in auxiliary active power consumption versus per unit reduction in auxiliary bus voltage (from a specified voltage level).
  • referenceTemp - Reference temperature at which the output of the turbine was defined.
  • ambientTemp - Default ambient temperature to be used in modeling applications
  • powerVariationByTemp - Per unit change in power per (versus) unit change in ambient temperature
  • HeatRecoveryBoiler - A combustion turbine may have a heat recovery boiler for making steam
  • CTTempActivePowerCurve - A combustion turbine may have an active power versus ambient temperature relationship
  • AirCompressor - A CAES air compressor is driven by combustion turbine
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'ambientTemp': <type 'float'>,
 'auxPowerVersusFrequency': <type 'float'>,
 'auxPowerVersusVoltage': <type 'float'>,
 'capabilityVersusFrequency': <type 'float'>,
 'heatRecoveryFlag': <type 'bool'>,
 'powerVariationByTemp': <type 'float'>,
 'referenceTemp': <type 'float'>,
 'timeConstant': <type 'float'>}

_attrs

Value:
['capabilityVersusFrequency',
 'heatRecoveryFlag',
 'timeConstant',
 'auxPowerVersusFrequency',
 'auxPowerVersusVoltage',
 'referenceTemp',
 'ambientTemp',
 'powerVariationByTemp']

_defaults

Value:
{'ambientTemp': 0.0,
 'auxPowerVersusFrequency': 0.0,
 'auxPowerVersusVoltage': 0.0,
 'capabilityVersusFrequency': 0.0,
 'heatRecoveryFlag': False,
 'powerVariationByTemp': 0.0,
 'referenceTemp': 0.0,
 'timeConstant': 0.0}

_refs

Value:
['HeatRecoveryBoiler', 'CTTempActivePowerCurve', 'AirCompressor']

Property Details [hide private]

AirCompressor

A CAES air compressor is driven by combustion turbine

Get Method:
getAirCompressor(self) - A CAES air compressor is driven by combustion turbine
Set Method:
setAirCompressor(self, value)

CTTempActivePowerCurve

A combustion turbine may have an active power versus ambient temperature relationship

Get Method:
getCTTempActivePowerCurve(self) - A combustion turbine may have an active power versus ambient temperature relationship
Set Method:
setCTTempActivePowerCurve(self, value)

HeatRecoveryBoiler

A combustion turbine may have a heat recovery boiler for making steam

Get Method:
getHeatRecoveryBoiler(self) - A combustion turbine may have a heat recovery boiler for making steam
Set Method:
setHeatRecoveryBoiler(self, value)