11 #include "libmesh/quadrature.h" 22 _u_dot(_bTransient ? _var.uDot() : _zero),
23 _du_dot_du(_bTransient ? _var.duDotDu() : _zero),
24 _tauc(getMaterialProperty<
Real>(
"tauc")),
25 _taum(getMaterialProperty<
Real>(
"taum")),
26 _taue(getMaterialProperty<
Real>(
"taue"))
INSFEFluidKernelStabilization(const InputParameters ¶meters)
const VariableValue & _w_vel
RealVectorValue _vel_elem
This class couples together all the variables for the 3D fluid equations to allow them to be used in ...
virtual void precalculateResidual()
const QBase *const & _qrule
const VariableValue & _u_vel
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const VariableValue & _v_vel
static InputParameters validParams()