19 "The name of the interface user object to use");
20 params.
addParam<
bool>(
"return_side_average",
22 "If true returns the elment side average rather than a single qp value");
23 params.
addClassDescription(
"Get stored value from the specified InterfaceQpUserObjectBase.");
31 _return_side_average(getParam<bool>(
"return_side_average"))
34 paramError(
"variable",
"This AuxKernel only supports Elemental fields");
const unsigned int & _current_side
current side of the current element
const bool _return_side_average
switch asking the user object the return an elment side average value
virtual Real computeValue() override
Compute and return the value of the aux variable.
This is a base class for userobjects collecting values of variables or material properites across an ...
void paramError(const std::string ¶m, Args... args) const
Emits an error prefixed with the file and line number of the given param (from the input file) along ...
const InterfaceQpUserObjectBase & _interface_uo
the coupled interface user object
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
registerMooseObject("MooseApp", InterfaceValueUserObjectAux)
static InputParameters validParams()
InterfaceValueUserObjectAux(const InputParameters ¶meters)
Factory constructor, takes parameters so that all derived classes can be built using the same constru...
const Elem *const & _current_elem
Current element (valid only for elemental kernels)
unsigned int _qp
Quadrature point index.
AuxKernel creating an AuxVariable from values stored in an InterfaceQpUserObjectBase.
static InputParameters validParams()
Real getSideAverageValue(const dof_id_type elem, const unsigned int side) const
function returning the element side average value
Real getQpValue(const dof_id_type elem, const unsigned int side, unsigned int qp) const
method returning the quadrature point value
bool isNodal() const
Nodal or elemental kernel?