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

Class BWRSteamSupply

                           object --+                
                                    |                
                     Element'.Element --+            
                                        |            
  Core.IdentifiedObject'.IdentifiedObject --+        
                                            |        
Core.PowerSystemResource'.PowerSystemResource --+    
                                                |    
                         SteamSupply'.SteamSupply --+
                                                    |
                                                   BWRSteamSupply

Boiling water reactor used as a steam supply to a steam turbine

Instance Methods [hide private]
 
__init__(self, lowerLimit=0.0, pressureSetpointGA=0.0, rfAux8=0.0, rfAux3=0.0, rfAux2=0.0, highPowerLimit=0.0, rodPattern=0.0, rodPatternConstant=0.0, integralGain=0.0, rfAux7=0.0, proportionalGain=0.0, rfAux6=0.0, pressureSetpointTC2=0.0, rfAux1=0.0, pressureSetpointTC1=0.0, inCoreThermalTC=0.0, upperLimit=0.0, rfAux4=0.0, pressureLimit=0.0, rfAux5=0.0, lowPowerLimit=0.0, *args, **kw_args)
Initialises a new 'BWRSteamSupply' 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 = {'highPowerLimit': <type 'float'>, 'inCoreTherma...
  _attrs = ['lowerLimit', 'pressureSetpointGA', 'rfAux8', 'rfAux...
  _defaults = {'highPowerLimit': 0.0, 'inCoreThermalTC': 0.0, 'i...
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _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, lowerLimit=0.0, pressureSetpointGA=0.0, rfAux8=0.0, rfAux3=0.0, rfAux2=0.0, highPowerLimit=0.0, rodPattern=0.0, rodPatternConstant=0.0, integralGain=0.0, rfAux7=0.0, proportionalGain=0.0, rfAux6=0.0, pressureSetpointTC2=0.0, rfAux1=0.0, pressureSetpointTC1=0.0, inCoreThermalTC=0.0, upperLimit=0.0, rfAux4=0.0, pressureLimit=0.0, rfAux5=0.0, lowPowerLimit=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'BWRSteamSupply' instance.

Parameters:
  • lowerLimit - Initial Lower Limit
  • pressureSetpointGA - Pressure Setpoint Gain Adjuster
  • rfAux8 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • rfAux3 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • rfAux2 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • highPowerLimit - High Power Limit
  • rodPattern - Rod Pattern
  • rodPatternConstant - Constant Associated With Rod Pattern
  • integralGain - Integral Gain
  • rfAux7 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • proportionalGain - Proportional Gain
  • rfAux6 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • pressureSetpointTC2 - Pressure Setpoint Time Constant
  • rfAux1 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • pressureSetpointTC1 - Pressure Setpoint Time Constant
  • inCoreThermalTC - In-Core Thermal Time Constant
  • upperLimit - Initial Upper Limit
  • rfAux4 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • pressureLimit - Pressure Limit
  • rfAux5 - Coefficient for modeling the effect of off-nominal frequency and voltage on recirculation and core flow, which affects the BWR power output.
  • lowPowerLimit - Low Power Limit
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'highPowerLimit': <type 'float'>,
 'inCoreThermalTC': <type 'float'>,
 'integralGain': <type 'float'>,
 'lowPowerLimit': <type 'float'>,
 'lowerLimit': <type 'float'>,
 'pressureLimit': <type 'float'>,
 'pressureSetpointGA': <type 'float'>,
 'pressureSetpointTC1': <type 'float'>,
...

_attrs

Value:
['lowerLimit',
 'pressureSetpointGA',
 'rfAux8',
 'rfAux3',
 'rfAux2',
 'highPowerLimit',
 'rodPattern',
 'rodPatternConstant',
...

_defaults

Value:
{'highPowerLimit': 0.0,
 'inCoreThermalTC': 0.0,
 'integralGain': 0.0,
 'lowPowerLimit': 0.0,
 'lowerLimit': 0.0,
 'pressureLimit': 0.0,
 'pressureSetpointGA': 0.0,
 'pressureSetpointTC1': 0.0,
...