24 params.
addClassDescription(
"Auxiliary kernel for computing the internal energy of the fluid.");
36 _rho(coupledValue(
NS::density)),
37 _u_vel(coupledValue(
NS::velocity_x)),
38 _v_vel(_mesh.dimension() >= 2 ? coupledValue(
NS::velocity_y) : _zero),
39 _w_vel(_mesh.dimension() == 3 ? coupledValue(
NS::velocity_z) : _zero),
40 _rho_et(coupledValue(
NS::total_energy_density))
registerMooseObject("NavierStokesApp", NSInternalEnergyAux)
static InputParameters validParams()
Auxiliary kernel for computing the internal energy of the fluid.
const VariableValue & _w_vel
const VariableValue & _u_vel
virtual Real computeValue()
NSInternalEnergyAux(const InputParameters ¶meters)
const VariableValue & _rho_et
static InputParameters validParams()
const VariableValue & _rho
const VariableValue & _v_vel
static const std::string density
static const std::string velocity_y
static const std::string total_energy_density
static const std::string velocity_z
static const std::string velocity_x