__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__
|