Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"NavierStokesApp" |
, |
|
|
INSMass |
|
|
) |
| |
◆ validParams< INSMass >()
Definition at line 17 of file INSMass.C.
21 params.addClassDescription(
"This class computes the mass equation residual and Jacobian "
22 "contributions for the incompressible Navier-Stokes momentum "
24 params.addParam<
bool>(
25 "pspg",
false,
"Whether to perform PSPG stabilization of the mass equation");
26 params.addParam<FunctionName>(
"x_vel_forcing_func", 0,
"The x-velocity mms forcing function.");
27 params.addParam<FunctionName>(
"y_vel_forcing_func", 0,
"The y-velocity mms forcing function.");
28 params.addParam<FunctionName>(
"z_vel_forcing_func", 0,
"The z-velocity mms forcing function.");
Referenced by validParams< INSMassRZ >().