Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NSEnergyInviscidSpecifiedDensityAndVelocityBC >()
Definition at line 19 of file NSEnergyInviscidSpecifiedDensityAndVelocityBC.C.
27 params.addRequiredParam<Real>(
"specified_density",
"The specified density for this boundary");
28 params.addRequiredParam<Real>(
"specified_u",
29 "The x-component of the specified velocity for this boundary");
30 params.addRequiredParam<Real>(
"specified_v",
31 "The y-component of the specified velocity for this boundary");
32 params.addParam<Real>(
35 "The z-component of the specified velocity for this boundary");