19 "This class adds PSPG stabilization to the mass equation, enabling use of "
20 "equal order shape functions for pressure and velocity variables");
21 params.
addParam<MaterialPropertyName>(
"rho_name",
"rho",
"The name of the density");
27 _rho(getADMaterialProperty<Real>(
"rho_name")),
28 _tau(getADMaterialProperty<Real>(
"tau")),
29 _momentum_strong_residual(getADMaterialProperty<RealVectorValue>(
"momentum_strong_residual"))
registerMooseObject("NavierStokesApp", INSADMassPSPG)
static InputParameters validParams()
This class adds PSPG stabilization to the mass equation, enabling use of equal order shape functions ...
ADRealVectorValue precomputeQpResidual() override
const ADMaterialProperty< Real > & _rho
The density.
const ADMaterialProperty< RealVectorValue > & _momentum_strong_residual
The strong residual of the momentum equation, computed using INSADMaterial.
const ADMaterialProperty< Real > & _tau
The stabilization parameter tau.
static InputParameters validParams()
INSADMassPSPG(const InputParameters ¶meters)