18 params.
addClassDescription(
"This class computes the time derivative for the incompressible "
19 "Navier-Stokes momentum equation.");
20 params.
addParam<MaterialPropertyName>(
"rho_name",
"rho",
"density name");
21 params.
addParam<MaterialPropertyName>(
"cp_name",
"cp",
"specific heat name");
27 _rho(getMaterialProperty<Real>(
"rho_name")),
28 _cp(getMaterialProperty<Real>(
"cp_name"))
registerMooseObject("NavierStokesApp", INSTemperatureTimeDerivative)
This class computes the time derivative for the incompressible Navier-Stokes momentum equation.
static InputParameters validParams()
virtual Real computeQpJacobian()
virtual Real computeQpResidual()
INSTemperatureTimeDerivative(const InputParameters ¶meters)
virtual Real computeQpOffDiagJacobian(unsigned jvar)
const MaterialProperty< Real > & _cp
const MaterialProperty< Real > & _rho
virtual Real computeQpResidual() override
virtual Real computeQpJacobian() override
static InputParameters validParams()