19 params.
addClassDescription(
"A time derivative kernel for which the form is eps * ddt(rho*var).");
27 _eps(getMaterialProperty<Real>(
NS::porosity)),
28 _rho_dot(adCoupledDot(
NS::density)),
29 _rho(adCoupledValue(
NS::density))
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("NavierStokesApp", PCNSFVDensityTimeDerivative)
const ADVariableValue & _u
static InputParameters validParams()
const ADVariableValue & _u_dot
static InputParameters validParams()
PCNSFVDensityTimeDerivative(const InputParameters ¶meters)
ADReal computeQpResidual() override
const ADVariableValue & _rho
const MaterialProperty< Real > & _eps
The porosity.
const ADVariableValue & _rho_dot
static const std::string density
static const std::string porosity