19 "Extracts information from the NodalVoidVolume UserObject and records it in the AuxVariable");
21 "The name of the NodalVoidVolume UserObject.");
29 mooseError(
"NodalVoidVolumeAux: variable must be nodal (eg, linear Lagrange)");
registerMooseObject("GeochemistryApp", NodalVoidVolumeAux)
const Node *const & _current_node
MooseVariableField< ComputeValueType > & _var
static InputParameters validParams()
void mooseError(Args &&... args) const
virtual bool isNodal() const
AuxKernel to extract information from a NodalVoidVolume UserObject to record into an AuxVariable.
NodalVoidVolumeAux(const InputParameters ¶meters)
const NodalVoidVolume & _nvv
virtual Real computeValue() override
static InputParameters validParams()
Computes the void volume associated with each node.
Real getNodalVoidVolume(const Node *node) const