Go to the documentation of this file.
27 INSBase(
const InputParameters & parameters);
72 const VariableValue &
_p;
104 const MaterialProperty<Real> &
_mu;
105 const MaterialProperty<Real> &
_rho;
virtual Real computeQpJacobian()=0
virtual RealVectorValue gravityTerm()
const VariableSecond & _second_u_vel
virtual RealVectorValue strongPressureTerm()
const VariableValue & _d_v_vel_dot_dv
const VariablePhiSecond & _second_phi
second derivatives of the shape function
const VariableValue & _v_vel
virtual Real dWeakPressureDPressure()
const VariableValue & _w_vel_dot
virtual RealVectorValue dStrongPressureDPressure()
const VariableValue & _d_w_vel_dot_dw
virtual RealVectorValue dStrongViscDUCompLaplace(unsigned comp)
virtual RealVectorValue dTimeDerivativeDUComp(unsigned comp)
virtual RealVectorValue strongViscousTermLaplace()
const VariableValue & _v_vel_dot
virtual RealVectorValue strongViscousTermTraction()
virtual Real tauNodal()
Provides tau which yields superconvergence for 1D advection-diffusion.
unsigned _u_vel_var_number
const VariableValue & _d_u_vel_dot_du
const VariableSecond & _second_w_vel
const VariableGradient & _grad_w_vel
InputParameters validParams< INSBase >()
virtual RealVectorValue convectiveTerm()
virtual RealVectorValue weakViscousTermTraction(unsigned comp)
unsigned _v_vel_var_number
const MaterialProperty< Real > & _rho
virtual RealVectorValue dConvecDUComp(unsigned comp)
const VariableGradient & _grad_p
const VariableGradient & _grad_u_vel
const VariableValue & _u_vel
virtual Real weakPressureTerm()
unsigned _w_vel_var_number
virtual RealVectorValue dWeakViscDUCompTraction()
virtual RealVectorValue dStrongViscDUCompTraction(unsigned comp)
const VariableGradient & _grad_v_vel
virtual RealVectorValue weakViscousTermLaplace(unsigned comp)
virtual Real computeQpOffDiagJacobian(unsigned jvar)=0
const VariableValue & _w_vel
const VariableSecond & _second_v_vel
const MaterialProperty< Real > & _mu
const VariableValue & _u_vel_dot
INSBase(const InputParameters ¶meters)
This class computes strong and weak components of the INS governing equations.
virtual RealVectorValue timeDerivativeTerm()
virtual Real computeQpResidual()=0
virtual RealVectorValue dWeakViscDUCompLaplace()
virtual Real dTauDUComp(unsigned comp)