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

Class Supercritical

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

Once-through supercritical boiler

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'Supercritical' instance.

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 = {}
  _attrs = []
  _defaults = {}
  _enums = {}
Properties [hide private]

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, *args, **kw_args)
(Constructor)

 

Initialises a new 'Supercritical' instance.

Parameters:
  • boilerControlMode - The control mode of the boiler Values are: "following", "coordinated"
  • superHeater2Capacity - Secondary Superheater Capacity
  • auxPowerVersusFrequency - Off nominal frequency effect on auxiliary real power. Per unit active power variation versus per unit frequency variation.
  • feedWaterIG - Feedwater Integral Gain ratio
  • controlPED - Pressure Error Deadband
  • throttlePressureSP - Throttle Pressure Setpoint
  • pressureCtrlIG - Pressure Control Integral Gain ratio
  • fuelSupplyDelay - Fuel Delay
  • controlPEB - Pressure Error Bias ratio
  • controlTC - Time Constant
  • pressureFeedback - Pressure Feedback Indicator
  • feedWaterPG - Feedwater Proportional Gain ratio
  • controlIC - Integral Constant
  • controlPC - Proportional Constant
  • minErrorRateP - Active power Minimum Error Rate Limit
  • fuelSupplyTC - Fuel Supply Time Constant
  • fuelDemandLimit - Fuel Demand Limit
  • mechPowerSensorLag - Mechanical Power Sensor Lag
  • pressureCtrlDG - Pressure Control Derivative Gain ratio
  • maxErrorRateP - Active power Maximum Error Rate Limit
  • superHeaterPipePD - Superheater Pipe Pressure Drop Constant
  • controlErrorBiasP - Active power Error Bias ratio
  • feedWaterTC - Feedwater Time Constant rato
  • superHeater1Capacity - Drum/Primary Superheater Capacity
  • auxPowerVersusVoltage - Off nominal voltage effect on auxiliary real power. Per unit active power variation versus per unit voltage variation.
  • pressureCtrlPG - Pressure Control Proportional Gain ratio
Overrides: object.__init__