19 params.
addParam<std::string>(
"vector_tag",
"TagName",
"Tag Name this Aux works on");
26 _tag_id(_subproblem.getVectorTagID(getParam<
std::string>(
"vector_tag"))),
27 _v(coupledVectorTagScalarValue(
"v", _tag_id)),
28 _v_var(*getScalarVar(
"v", 0))
registerMooseObject("MooseApp", ScalarTagVectorAux)
Base class for making kernels that work on auxiliary scalar variables.
void scalingFactor(const std::vector< Real > &factor)
Set the scaling factor for this variable.
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVaria...
ScalarTagVectorAux(const InputParameters ¶meters)
const MooseVariableScalar & _v_var
static InputParameters validParams()
virtual Real computeValue() override
Compute the value of this kernel.
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVaria...
static InputParameters validParams()