27 params.
addClassDescription(
"Nodal auxiliary variable, for computing pressure at the nodes.");
32 "The name of the user object for fluid properties");
39 _specific_volume(coupledValue(
NS::specific_volume)),
40 _specific_internal_energy(coupledValue(
NS::specific_internal_energy)),
43 mooseDeprecated(
"The NSPressureAux aux kernel has been replaced by the "
44 "PressureAux kernel in the fluid properties module.");
registerMooseObject("NavierStokesApp", NSPressureAux)
static InputParameters validParams()
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature.
virtual Real p_from_v_e(Real v, Real e) const override
void mooseDeprecated(Args &&... args) const
Nodal auxiliary variable, for computing pressure at the nodes.
const VariableValue & _specific_internal_energy
static InputParameters validParams()
const IdealGasFluidProperties & _fp
NSPressureAux(const InputParameters ¶meters)
virtual Real computeValue()
const VariableValue & _specific_volume
static const std::string specific_volume
static const std::string specific_internal_energy