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