21 params.
addRequiredParam<UserObjectName>(
"fp",
"The name of the user object for fluid properties");
23 "Computes pressure given specific volume and specific internal energy");
29 _v(coupledValue(
"v")),
30 _e(coupledValue(
"e")),
registerMooseObject("FluidPropertiesApp", PressureAux)
static InputParameters validParams()
Computes pressure from specific volume and specific internal energy.
PressureAux(const InputParameters ¶meters)
virtual Real computeValue()
static InputParameters validParams()
const SinglePhaseFluidProperties & _fp
Common class for single phase fluid properties.