22 params.
addRequiredParam<UserObjectName>(
"fp",
"The name of the equation of state user object");
23 params.
addClassDescription(
"This AuxKernel computes the internal energy based on the equation "
24 "of state / fluid properties and the local pressure and density.");
31 _pressure(coupledValue(
NS::pressure)),
32 _rho(coupledValue(
"density")),
registerMooseObject("NavierStokesApp", InternalEnergyAux)
static InputParameters validParams()
Compute internal energy given equation of state pressure and density.
const SinglePhaseFluidProperties & _fp
const VariableValue & _rho
static InputParameters validParams()
InternalEnergyAux(const InputParameters ¶meters)
virtual Real computeValue()
const VariableValue & _pressure
Common class for single phase fluid properties.
static const std::string pressure