Go to the source code of this file.
|
class | INSChorinPressurePoisson |
| This class computes the pressure Poisson solve which is part of the "split" scheme used for solving the incompressible Navier-Stokes equations. More...
|
|
◆ validParams< INSChorinPressurePoisson >()
Definition at line 17 of file INSChorinPressurePoisson.C.
19 InputParameters params = validParams<Kernel>();
21 params.addClassDescription(
"This class computes the pressure Poisson solve which is part of the "
22 "'split' scheme used for solving the incompressible Navier-Stokes "
25 params.addRequiredCoupledVar(
"u_star",
"star x-velocity");
26 params.addCoupledVar(
"v_star",
"star y-velocity");
27 params.addCoupledVar(
"w_star",
"star z-velocity");
30 params.addParam<MaterialPropertyName>(
"rho_name",
"rho",
"density_name");