Go to the source code of this file.
|
class | AddNavierStokesICsAction |
| This class allows us to have a section of the input file like the following which automatically adds initial conditions for all the required nonlinear and auxiliary variables. More...
|
|
◆ validParams< AddNavierStokesICsAction >()
Definition at line 27 of file AddNavierStokesICsAction.C.
31 params.addClassDescription(
"This class allows us to have a section of the input file like the "
32 "following which automatically adds initial conditions for all the "
33 "required nonlinear and auxiliary variables.");
34 params.addRequiredParam<Real>(
"initial_pressure",
35 "The initial pressure, assumed constant everywhere");
36 params.addRequiredParam<Real>(
"initial_temperature",
37 "The initial temperature, assumed constant everywhere");
38 params.addRequiredParam<RealVectorValue>(
"initial_velocity",
39 "The initial velocity, assumed constant everywhere");
40 params.addRequiredParam<UserObjectName>(
"fluid_properties",
41 "The name of the user object for fluid properties");