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)");
Computes the void volume associated with each node.
virtual bool isNodal() const
Real getNodalVoidVolume(const Node *node) const
AuxKernel to extract information from a NodalVoidVolume UserObject to record into an AuxVariable...
registerMooseObject("GeochemistryApp", NodalVoidVolumeAux)
const Node *const & _current_node
NodalVoidVolumeAux(const InputParameters ¶meters)
virtual Real computeValue() override
static InputParameters validParams()
MooseVariableField< Real > & _var
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void mooseError(Args &&... args) const
const NodalVoidVolume & _nvv
static InputParameters validParams()