Go to the documentation of this file.
19 params.addClassDescription(
"This class implements the mass equation boundary term with a "
20 "specified value of rho*(u.n) imposed weakly.");
21 params.addRequiredParam<Real>(
"rhoun",
"The specified value of rho*(u.n) for this boundary");
26 :
NSMassBC(parameters), _rhoun(getParam<Real>(
"rhoun"))
virtual Real computeQpResidual()
virtual Real computeQpOffDiagJacobian(unsigned jvar)
This class corresponds to the "natural" boundary condition for the mass equation, i....
InputParameters validParams< NSMassBC >()
registerMooseObject("NavierStokesApp", NSMassSpecifiedNormalFlowBC)
Real qpResidualHelper(Real rhoun)
Compute the residual contribution for a given value of rho*(u.n).
This class implements the mass equation boundary term with a specified value of rho*(u....
InputParameters validParams< NSMassSpecifiedNormalFlowBC >()
virtual Real computeQpJacobian()
NSMassSpecifiedNormalFlowBC(const InputParameters ¶meters)