Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< INSChorinCorrector >()
Definition at line 17 of file INSChorinCorrector.C.
19 InputParameters params = validParams<Kernel>();
21 params.addClassDescription(
"This class computes the 'Chorin' Corrector equation in "
22 "fully-discrete (both time and space) form.");
24 params.addRequiredCoupledVar(
"u_star",
"star x-velocity");
25 params.addCoupledVar(
"v_star",
"star y-velocity");
26 params.addCoupledVar(
"w_star",
"star z-velocity");
27 params.addRequiredCoupledVar(
"p",
"pressure");
30 params.addRequiredParam<
unsigned>(
32 "0,1,2 depending on if we are solving the x,y,z component of the Corrector equation");
35 params.addParam<MaterialPropertyName>(
"rho_name",
"rho",
"density name");