Go to the documentation of this file.
23 const InputParameters & parameters)
24 :
NSEnergyInviscidBC(parameters), _specified_pressure(getParam<Real>(
"specified_pressure"))
35 Real un = vel * _normals[_qp];
62 Real un = vel * _normals[_qp];
unsigned mapVarNumber(unsigned var)
const VariableValue & _w_vel
Real qpJacobianTermA(unsigned var_number, Real pressure)
InputParameters validParams< NSEnergyInviscidSpecifiedPressureBC >()
bool isNSVariable(unsigned var)
Real computeJacobianHelper(unsigned var_number)
InputParameters validParams< NSEnergyInviscidBC >()
This class corresponds to the inviscid part of the "natural" boundary condition for the energy equati...
virtual Real computeQpOffDiagJacobian(unsigned jvar)
registerMooseObject("NavierStokesApp", NSEnergyInviscidSpecifiedPressureBC)
Real qpJacobianTermB(unsigned var_number, Real un)
Real qpResidualHelper(Real pressure, Real un)
NSEnergyInviscidSpecifiedPressureBC(const InputParameters ¶meters)
const VariableValue & _v_vel
virtual Real computeQpJacobian()
const VariableValue & _u_vel
The inviscid energy BC term with specified pressure.
virtual Real computeQpResidual()