Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< IdealRealGasMixtureFluidProperties >()
Definition at line 19 of file IdealRealGasMixtureFluidProperties.C.
24 params.addClassDescription(
"Class for fluid properties of an arbitrary vapor mixture");
26 params.addRequiredParam<UserObjectName>(
27 "fp_primary",
"Name of fluid properties user object for primary vapor component");
28 params.addRequiredParam<std::vector<UserObjectName>>(
29 "fp_secondary",
"Name of fluid properties user object(s) for secondary vapor component(s)");
30 params.addParam<Real>(
"_T_mix_max", 1300.,
"Maximum temperature of the mixture");
34 params.set<ExecFlagEnum>(
"execute_on") = EXEC_INITIAL;