21 "variables using an Euclidean norm.");
31 _x(coupledValue(
"x")),
32 _y(_mesh.dimension() >= 2 ? coupledValue(
"y") : _zero),
33 _z(_mesh.dimension() >= 3 ? coupledValue(
"z") : _zero)
registerMooseObject("MooseApp", VectorMagnitudeAux)
unsigned int _qp
Quadrature point index.
static InputParameters validParams()
Computes the magnitude of a vector whose components are given by up to three coupled variables.
virtual Real computeValue() override
Compute and return the value of the aux variable.
VectorMagnitudeAux(const InputParameters ¶meters)
static InputParameters validParams()