Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"NavierStokesApp" |
, |
|
|
AdvectionBC |
|
|
) |
| |
◆ validParams< AdvectionBC >()
Definition at line 17 of file AdvectionBC.C.
19 InputParameters params = validParams<IntegratedBC>();
20 params.addClassDescription(
"Boundary conditions for outflow/outflow of advected quantities:"
21 "\n phi * velocity * normal, where phi is the advected quantitiy");
22 params.addRequiredCoupledVar(
"velocity_vector",
23 "The components of the velocity vector up to problem dimension");