IdealGasFluidProperties

Fluid properties for an ideal gas

A simple formulation that is suitable for ideal gases, where properties are derived from the ideal gas law

Temperature is calculated using the internal energy of an ideal gas

Input Parameters

  • T_c0Critical temperature, K

    Default:0

    C++ Type:double

    Options:

    Description:Critical temperature, K

  • allow_imperfect_jacobiansFalsetrue to allow unimplemented property derivative terms to be set to zero for the AD API

    Default:False

    C++ Type:bool

    Options:

    Description:true to allow unimplemented property derivative terms to be set to zero for the AD API

  • e_c0Internal energy at the critical point, J/kg

    Default:0

    C++ Type:double

    Options:

    Description:Internal energy at the critical point, J/kg

  • 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

    Options:NONE INITIAL LINEAR NONLINEAR TIMESTEP_END TIMESTEP_BEGIN FINAL CUSTOM

    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_typesingle-phase-fpType of the fluid property object

    Default:single-phase-fp

    C++ Type:FPType

    Options:

    Description:Type of the fluid property object

  • gamma1.4gamma value (cp/cv)

    Default:1.4

    C++ Type:double

    Options:

    Description:gamma value (cp/cv)

  • k0.02568Thermal conductivity, W/(m-K)

    Default:0.02568

    C++ Type:double

    Options:

    Description:Thermal conductivity, W/(m-K)

  • molar_mass0.029Constant molar mass of the fluid (kg/mol)

    Default:0.029

    C++ Type:double

    Options:

    Description:Constant molar mass of the fluid (kg/mol)

  • mu1.823e-05Dynamic viscosity, Pa.s

    Default:1.823e-05

    C++ Type:double

    Options:

    Description:Dynamic viscosity, Pa.s

  • rho_c0Critical density, kg/m3

    Default:0

    C++ Type:double

    Options:

    Description:Critical density, kg/m3

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

    Options:

    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

    Options:

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Options:

    Description:Set the enabled status of the MooseObject.

  • force_preauxFalseForces the GeneralUserObject to be executed in PREAUX

    Default:False

    C++ Type:bool

    Options:

    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

    Options:

    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.

Advanced Parameters

Input Files