27 params.
addClassDescription(
"Temperature is an auxiliary value computed from the total energy "
28 "based on the FluidProperties.");
33 "The name of the user object for fluid properties");
40 _specific_volume(coupledValue(
NS::specific_volume)),
41 _specific_internal_energy(coupledValue(
NS::specific_internal_energy)),
44 mooseDeprecated(
"The NSTemperatureAux aux kernel has been replaced by the "
45 "TemperatureAux kernel in the fluid properties module.");
registerMooseObject("NavierStokesApp", NSTemperatureAux)
static InputParameters validParams()
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature.
virtual Real T_from_v_e(Real v, Real e) const override
void mooseDeprecated(Args &&... args) const
Temperature is an auxiliary value computed from the total energy based on the FluidProperties.
const IdealGasFluidProperties & _fp
static InputParameters validParams()
const VariableValue & _specific_internal_energy
virtual Real computeValue()
const VariableValue & _specific_volume
NSTemperatureAux(const InputParameters ¶meters)
static const std::string specific_volume
static const std::string specific_internal_energy