31 "Computes averages of a variable storing partial sums for the specified number of intervals "
32 "in a direction (x,y,z). Given a list of points this object computes the layered average "
33 "closest to each one of those points, where the distance is computed in terms of radius (or "
34 "distance to the origin in the plane perpendicular to 'direction').");
registerMooseObject("MooseApp", NearestRadiusLayeredAverage)
This postprocessor computes a volume integral of the specified variable.
This UserObject computes averages of a variable storing partial sums for the specified number of inte...
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
This UserObject computes averages of a variable storing partial sums for the specified number of inte...
static InputParameters validParams()
This UserObject computes averages of a variable storing partial sums for the specified number of inte...
NearestRadiusLayeredAverage(const InputParameters ¶meters)
static InputParameters validParams()