Go to the source code of this file.
|
class | NSMomentumViscousBC |
| This class corresponds to the viscous part of the "natural" boundary condition for the momentum equations, i.e. More...
|
|
◆ validParams< NSMomentumViscousBC >()
Definition at line 16 of file NSMomentumViscousBC.C.
19 params.addClassDescription(
"This class corresponds to the viscous part of the 'natural' boundary "
20 "condition for the momentum equations.");
21 params.addRequiredParam<
unsigned>(
22 "component",
"(0,1,2) = (x,y,z) for which momentum component this BC is applied to");