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")),
Common class for single phase fluid properties.
static InputParameters validParams()
Computes pressure from specific volume and specific internal energy.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("FluidPropertiesApp", PressureAux)
static InputParameters validParams()
PressureAux(const InputParameters ¶meters)
const SinglePhaseFluidProperties & _fp
virtual Real computeValue()