Go to the documentation of this file.
23 "variables using an Euclidean norm.");
33 _x(coupledValue(
"x")),
34 _y(_mesh.dimension() >= 2 ? coupledValue(
"y") : _zero),
35 _z(_mesh.dimension() >= 3 ? coupledValue(
"z") : _zero)
VectorMagnitudeAux(const InputParameters ¶meters)
Computes the magnitude of a vector whose components are given by up to three coupled variables.
static InputParameters validParams()
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
registerMooseObject("MooseApp", VectorMagnitudeAux)
static InputParameters validParams()
virtual Real computeValue() override
Compute and return the value of the aux variable.
defineLegacyParams(VectorMagnitudeAux)
unsigned int _qp
Quadrature point index.