12#include "libmesh/quadrature.h"
20 params.
addClassDescription(
"Compute a spherical average of a variable as a function of radius "
21 "throughout the simulation domain.");
registerMooseObject("MooseApp", SphericalAverage)
const MooseArray< Point > & _q_point
Base clase for computing spatial average of a variable over simple spatial regions of the computation...
static InputParameters validParams()
const Point _origin
origin of sphere [or other body]
unsigned int _qp
current quadrature point - used in computeVolume()
Compute a spherical average of a variable as a function of radius throughout the simulation domain.
static InputParameters validParams()
virtual Real computeDistance() override
compute the distance of the current quadrature point for binning
SphericalAverage(const InputParameters ¶meters)