31 _u_vel(coupledValue(
"u")),
32 _v_vel(_mesh.dimension() >= 2 ? coupledValue(
"v") : _zero),
33 _w_vel(_mesh.dimension() == 3 ? coupledValue(
"w") : _zero)
36 mooseError(
"This AuxKernel only supports Elemental fields");
43 Real vel_mag = U.norm();
46 vel_mag = std::max(vel_mag, std::numeric_limits<Real>::epsilon());
registerMooseObject("NavierStokesApp", INSCourant)
const Elem *const & _current_elem
static InputParameters validParams()
const VariableValue & _w_vel
INSCourant(const InputParameters ¶meters)
virtual Real computeValue()
const VariableValue & _v_vel
const VariableValue & _u_vel
static InputParameters validParams()
void mooseError(Args &&... args) const