- fp_liquidLiquid single-phase fluid properties user object name
C++ Type:UserObjectName
Description:Liquid single-phase fluid properties user object name
- fp_vaporVapor single-phase fluid properties user object name
C++ Type:UserObjectName
Description:Vapor single-phase fluid properties user object name
TwoPhaseFluidPropertiesIndependent
2-phase fluid properties for 2 independent single-phase fluid properties
This 2-phase fluid properties class takes as its parameters the names of its two 1-phase fluid properties objects, thus allowing an arbitrary combination of 1-phase fluid properties objects to be used. This class disallows calling any of the 2-phase fluid properties interfaces (for example, saturation temperature), since this class assumes that the 2 phases are independent and thus should not have any 2-phase properties. This class is useful for using in test problems that ideally should reduce to two 1-phase test problems acting independently.
Input Parameters
- allow_imperfect_jacobiansFalsetrue to allow unimplemented property derivative terms to be set to zero for the AD API
Default:False
C++ Type:bool
Description:true to allow unimplemented property derivative terms to be set to zero for the AD API
- execute_onTIMESTEP_ENDThe list of flag(s) indicating when this object should be executed, the available options include NONE, INITIAL, LINEAR, NONLINEAR, TIMESTEP_END, TIMESTEP_BEGIN, FINAL, CUSTOM.
Default:TIMESTEP_END
C++ Type:ExecFlagEnum
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, FINAL, CUSTOM.
- fp_typetwo-phase-fpType of the fluid property object
Default:two-phase-fp
C++ Type:FPType
Description:Type of the fluid property object
Optional Parameters
- allow_duplicate_execution_on_initialFalseIn the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
Default:False
C++ Type:bool
Description:In the case where this UserObject is depended upon by an initial condition, allow it to be executed twice during the initial setup (once before the IC and again after mesh adaptivity (if applicable).
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
- force_preauxFalseForces the GeneralUserObject to be executed in PREAUX
Default:False
C++ Type:bool
Description:Forces the GeneralUserObject to be executed in PREAUX
- use_displaced_meshFalseWhether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.
Default:False
C++ Type:bool
Description:Whether or not this object should use the displaced mesh for computation. Note that in the case this is true but no displacements are provided in the Mesh block the undisplaced mesh will still be used.