19 "Type of scalar output");
21 "Special subclass of interface userobject giving access to interface value utilities.");
27 _interface_value_type(parameters.get<
MooseEnum>(
"interface_value_type"))
33 const Real value_secondary)
Base class for implementing interface user objects.
static InputParameters validParams()
const MooseEnum _interface_value_type
the average type to be computed across the interface
static InputParameters validParams()
InterfaceValueUserObject(const InputParameters ¶meters)
virtual Real computeInterfaceValueType(const Real, const Real)
method computing an interface value give two Real quantities
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...