18 params.
addClassDescription(
"This class implements the mass equation boundary term with the "
19 "rho*(u.n) boundary integral computed implicitly.");
registerMooseObject("NavierStokesApp", NSMassUnspecifiedNormalFlowBC)
const MooseArray< Point > & _normals
bool isNSVariable(unsigned var)
const VariableValue & _rho_u
unsigned mapVarNumber(unsigned var)
const VariableValue & _rho_w
const VariableValue & _rho_v
This class corresponds to the "natural" boundary condition for the mass equation, i....
Real qpJacobianHelper(unsigned var_number)
Compute the Jacobian contribution due to variable number 'var_number'.
Real qpResidualHelper(Real rhoun)
Compute the residual contribution for a given value of rho*(u.n).
static InputParameters validParams()
This class implements the mass equation boundary term with the rho*(u.n) boundary integral computed i...
virtual Real computeQpJacobian()
NSMassUnspecifiedNormalFlowBC(const InputParameters ¶meters)
virtual Real computeQpOffDiagJacobian(unsigned jvar)
virtual Real computeQpResidual()
static InputParameters validParams()