Package CIM15 :: 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 plantsThe 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, addChangeItems, addDocumentRoles, addErpOrganisationRoles, addMeasurements, addNetworkDataSets, addOperatingShare, addPSREvent, addPsrLists, addReportingGroup, addSafetyDocuments, addScheduleSteps, getAssets, getChangeItems, getDocumentRoles, getErpOrganisationRoles, getLocation, getMeasurements, getNetworkDataSets, getOperatingShare, getOutageSchedule, getPSREvent, getPSRType, getPsrLists, getReportingGroup, getSafetyDocuments, getScheduleSteps, removeAssets, removeChangeItems, removeDocumentRoles, removeErpOrganisationRoles, removeMeasurements, removeNetworkDataSets, removeOperatingShare, removePSREvent, removePsrLists, removeReportingGroup, removeSafetyDocuments, removeScheduleSteps, setAssets, setChangeItems, setDocumentRoles, setErpOrganisationRoles, setLocation, setMeasurements, setNetworkDataSets, setOperatingShare, setOutageSchedule, setPSREvent, setPSRType, setPsrLists, setReportingGroup, setSafetyDocuments, setScheduleSteps

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__

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, ChangeItems, DocumentRoles, ErpOrganisationRoles, Location, Measurements, NetworkDataSets, OperatingShare, OutageSchedule, PSREvent, PSRType, PsrLists, ReportingGroup, SafetyDocuments, ScheduleSteps

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

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)