https://mooseframework.inl.gov
Functions
IdealGasMixtureFluidProperties.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("FluidPropertiesApp", IdealGasMixtureFluidProperties)
 
 define_mass_specific_prop_from_p_T (v)
 

Function Documentation

◆ define_mass_specific_prop_from_p_T()

define_mass_specific_prop_from_p_T ( )

Definition at line 76 of file IdealGasMixtureFluidProperties.C.

90 {
92  params += NaNInterface::validParams();
93 
94  params.addClassDescription("Class for fluid properties of an ideal gas mixture");
95 
96  params.addRequiredParam<std::vector<UserObjectName>>(
97  "component_fluid_properties",
98  "Name of component fluid properties user objects. The first entry should be the primary "
99  "component.");
100 
101  return params;
102 }
void addRequiredParam(const std::string &name, const std::string &doc_string)
static InputParameters validParams()
void addClassDescription(const std::string &doc_string)
static InputParameters validParams()
Definition: NaNInterface.C:15

◆ registerMooseObject()

registerMooseObject ( "FluidPropertiesApp"  ,
IdealGasMixtureFluidProperties   
)