Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NSImposedVelocityDirectionBC >()
Definition at line 22 of file NSImposedVelocityDirectionBC.C.
25 InputParameters params = validParams<NodalBC>();
27 params.addClassDescription(
"This class imposes a velocity direction component as a Dirichlet "
28 "condition on the appropriate momentum equation.");
30 params.addRequiredCoupledVar(
NS::density,
"density");
36 params.addRequiredParam<Real>(
"desired_unit_velocity_component",
"");