19 params.
addClassDescription(
"Adds the time derivative term: d(rho u_d) / dt to the porous media " 20 "incompressible Navier-Stokes momentum equation.");
27 if (!dynamic_cast<PINSFVSuperficialVelocityVariable *>(&
_var))
28 mooseError(
"PINSFVMomentumTimeDerivative may only be used with a superficial velocity, " 29 "of variable type PINSFVSuperficialVelocityVariable.");
PINSFVMomentumTimeDerivative(const InputParameters ¶ms)
registerMooseObject("NavierStokesApp", PINSFVMomentumTimeDerivative)
static InputParameters validParams()
static InputParameters validParams()
void mooseError(Args &&... args) const
MooseVariableFV< Real > & _var