19 "specified value of rho*(u.n) imposed weakly.");
20 params.
addRequiredParam<Real>(
"rhoun",
"The specified value of rho*(u.n) for this boundary");
25 :
NSMassBC(parameters), _rhoun(getParam<Real>(
"rhoun"))
registerMooseObject("NavierStokesApp", NSMassSpecifiedNormalFlowBC)
This class corresponds to the "natural" boundary condition for the mass equation, i....
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 a specified value of rho*(u....
virtual Real computeQpJacobian()
virtual Real computeQpResidual()
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned jvar)
NSMassSpecifiedNormalFlowBC(const InputParameters ¶meters)