18 params.
addClassDescription(
"The convective part (sans pressure term) of the momentum equation "
19 "boundary integral evaluated at specified stagnation temperature, "
20 "stagnation pressure, and flow direction values.");
22 "component",
"(0,1,2) = (x,y,z) for which momentum component this BC is applied to");
36 Real T_s = 0.0, p_s = 0.0, rho_s = 0.0;
registerMooseObject("NavierStokesApp", NSMomentumConvectiveWeakStagnationBC)
const VariableTestValue & _test
The convective part (sans pressure term) of the momentum equation boundary integral evaluated at spec...
static InputParameters validParams()
const unsigned int _component
NSMomentumConvectiveWeakStagnationBC(const InputParameters ¶meters)
virtual Real computeQpResidual()
virtual Real computeQpOffDiagJacobian(unsigned jvar)
virtual Real computeQpJacobian()
This is the base class for "weakly-imposed" stagnation boundary conditions, that is the relevant boun...
void staticValues(Real &T_s, Real &p_s, Real &rho_s)
static InputParameters validParams()