21 params.
addRequiredParam<Real>(
"un",
"The specified value of u.n for this boundary");
27 :
NSEnergyInviscidBC(parameters), _pressure(coupledValue(
NS::pressure)), _un(getParam<Real>(
"un"))
registerMooseObject("NavierStokesApp", NSEnergyInviscidSpecifiedNormalFlowBC)
This class corresponds to the inviscid part of the "natural" boundary condition for the energy equati...
static InputParameters validParams()
Real qpResidualHelper(Real pressure, Real un)
Real qpJacobianTermC(unsigned var_number, Real un)
Real qpJacobianTermB(unsigned var_number, Real un)
The inviscid energy BC term with specified normal flow.
virtual Real computeQpResidual()
static InputParameters validParams()
Real computeJacobianHelper(unsigned var_number)
NSEnergyInviscidSpecifiedNormalFlowBC(const InputParameters ¶meters)
virtual Real computeQpOffDiagJacobian(unsigned jvar)
virtual Real computeQpJacobian()
const VariableValue & _pressure
bool isNSVariable(unsigned var)
unsigned mapVarNumber(unsigned var)
static const std::string pressure