- TTemperature function
C++ Type:FunctionName
Controllable:No
Description:Temperature function
- fp_2phase2-phase fluid properties
C++ Type:UserObjectName
Controllable:No
Description:2-phase fluid properties
- use_liquidFalseSet true to use liquid phase; else use vapor phase
Default:False
C++ Type:bool
Controllable:No
Description:Set true to use liquid phase; else use vapor phase
SaturationDensityFunction
This function computes saturation density of either the liquid phase or vapor phase from a given temperature function : where the function is provided via the p_sat(T)
API of objects deriving from TwoPhaseFluidProperties
and the function is provided via the 'rho_from_p_T(p,T)' API of the liquid or vapor 'SinglePhaseFluidProperties' object.
Input Parameters
- execute_onLINEARThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, MULTIAPP_FIXED_POINT_END, MULTIAPP_FIXED_POINT_BEGIN, FINAL, CUSTOM, ALWAYS.
Default:LINEAR
C++ Type:ExecFlagEnum
Controllable:No
Description:The list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, MULTIAPP_FIXED_POINT_END, MULTIAPP_FIXED_POINT_BEGIN, FINAL, CUSTOM, ALWAYS.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:No
Description:Set the enabled status of the MooseObject.