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");
46 vel_mag = std::max(vel_mag, std::numeric_limits<Real>::epsilon());
auto norm() const -> decltype(std::norm(Real()))
INSCourant(const InputParameters ¶meters)
const VariableValue & _w_vel
const VariableValue & _u_vel
static InputParameters validParams()
registerMooseObject("NavierStokesApp", INSCourant)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeValue()
void mooseError(Args &&... args) const
const Elem *const & _current_elem
static InputParameters validParams()
const VariableValue & _v_vel