19 params.
addClassDescription(
"Generates an Functional Expansion representation for a boundary flux "
20 "condition using a 'FunctionSeries'-type Function");
23 "The name of the material diffusivity "
24 "property, or raw value, that will be used "
25 "in the flux computation.");
32 _diffusivity_name(parameters.get<
std::string>(
"diffusivity")),
33 _diffusivity(getMaterialProperty<Real>(_diffusivity_name))
registerMooseObject("FunctionalExpansionToolsApp", FXBoundaryFluxUserObject)
This class provides the base for generating a functional expansion on a boundary by inheriting from F...
static InputParameters validParams()
This boundary FX evaluator calculates the flux.
FXBoundaryFluxUserObject(const InputParameters ¶meters)
const MaterialProperty< Real > & _diffusivity
Value of the diffusivity.
virtual Real computeQpIntegral() final
static InputParameters validParams()
const VariableGradient & _grad_u
const MooseArray< Point > & _normals