16 params.
set<std::string>(
"fp_type") =
"two-phase-ncg-fp";
17 params.
addParam<UserObjectName>(
"fp_2phase",
18 "Name of fluid properties user object(s) for two-phase model");
24 _2phase_name(isParamValid(
"fp_2phase") ? getParam<UserObjectName>(
"fp_2phase")
25 : UserObjectName(
name() +
":2phase")),
26 _vapor_mixture_name(
name() +
":vapor_mixture")
TwoPhaseNCGFluidProperties(const InputParameters ¶meters)
bool hasUserObject(const std::string &name) const
static InputParameters validParams()
Base class for fluid properties used with two-phase flow.
static InputParameters validParams()
FEProblemBase & _fe_problem
void mooseError(Args &&... args) const
const UserObjectName _vapor_mixture_name
Vapor mixture fluid properties user object name.