Go to the documentation of this file.
19 "The name of the variable that this boundary condition applies to");
30 _u(coupledValue(
"variable")),
31 _grad_u(coupledGradient(
"variable"))
This postprocessor computes a volume integral of the specified variable.
MooseVariableFE< Real > * mooseVariable() const
Get the variable that this object is using.
void addMooseVariableDependency(MooseVariableFEBase *var)
Call this function to add the passed in MooseVariableFEBase as a variable that this object depends on...
static InputParameters validParams()
defineLegacyParams(SideIntegralVariableUserObject)
virtual Real computeQpIntegral() override
const VariableValue & _u
Holds the solution at current quadrature points.
SideIntegralVariableUserObject(const InputParameters ¶meters)
This postprocessor computes a side integral of the specified variable over a given boundary.
static InputParameters validParams()
VarKindType
Framework-wide stuff.
Interface for objects that need to get values of MooseVariables.