18 params.
addClassDescription(
"This class implements the pressure term of the momentum equation "
19 "boundary integral for use in weak stagnation boundary conditions.");
21 "component",
"(0,1,2) = (x,y,z) for which momentum component this BC is applied to");
35 Real T_s = 0.0, p_s = 0.0, rho_s = 0.0;
registerMooseObject("NavierStokesApp", NSMomentumPressureWeakStagnationBC)
void ErrorVector unsigned int
const MooseArray< Point > & _normals
const VariableTestValue & _test
This class implements the pressure term of the momentum equation boundary integral for use in weak st...
virtual Real computeQpResidual()
virtual Real computeQpOffDiagJacobian(unsigned jvar)
const unsigned int _component
static InputParameters validParams()
NSMomentumPressureWeakStagnationBC(const InputParameters ¶meters)
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()