Go to the source code of this file.
◆ define_mass_specific_prop_from_T_v()
| define_mass_specific_prop_from_T_v |
( |
e |
| ) |
|
Definition at line 235 of file IdealRealGasMixtureFluidProperties.C.
254{
257
259
261 "fp_primary", "Name of fluid properties user object for primary vapor component");
263 "fp_secondary", "Name of fluid properties user object(s) for secondary vapor component(s)");
264 params.
addParam<
Real>(
"_T_mix_max", 1300.,
"Maximum temperature of the mixture");
265
266 return params;
267}
static InputParameters validParams()
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
◆ registerMooseObject()