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

Class HeatRecoveryBoiler

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                         SteamSupply'.SteamSupply --+    
                                                    |    
                 FossilSteamSupply'.FossilSteamSupply --+
                                                        |
                                                       HeatRecoveryBoiler

The heat recovery system associated with combustion turbines in order to produce steam for combined cycle plants

Instance Methods [hide private]
 
__init__(self, steamSupplyRating2=0.0, CombustionTurbines=None, *args, **kw_args)
Initialises a new 'HeatRecoveryBoiler' instance.
 
addCombustionTurbines(self, *CombustionTurbines)
 
getCombustionTurbines(self)
A combustion turbine may have a heat recovery boiler for making steam
 
removeCombustionTurbines(self, *CombustionTurbines)
 
setCombustionTurbines(self, value)

Inherited from SteamSupply'.SteamSupply: addSteamTurbines, getSteamTurbines, removeSteamTurbines, setSteamTurbines

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 = {'steamSupplyRating2': <type 'float'>}
  _attrs = ['steamSupplyRating2']
  _defaults = {'steamSupplyRating2': 0.0}
  _enums = {}
  _many_refs = ['CombustionTurbines']
  _refs = ['CombustionTurbines']
Properties [hide private]
  CombustionTurbines
A combustion turbine may have a heat recovery boiler for making steam

Inherited from SteamSupply'.SteamSupply: SteamTurbines

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, steamSupplyRating2=0.0, CombustionTurbines=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'HeatRecoveryBoiler' instance.

Parameters:
  • steamSupplyRating2 - The steam supply rating in kilopounds per hour, if dual pressure boiler
  • CombustionTurbines - A combustion turbine may have a heat recovery boiler for making steam
Overrides: object.__init__

Property Details [hide private]

CombustionTurbines

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

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