22 "Median value of property measured in a specimen of volume equal to reference_volume");
23 params.
addClassDescription(
"Initialize a variable with randomly generated numbers following " 24 "a volume-weighted Weibull distribution");
30 _reference_volume(getParam<
Real>(
"reference_volume")),
31 _weibull_modulus(getParam<
Real>(
"weibull_modulus")),
32 _median(getParam<
Real>(
"median"))
virtual Real value(const Point &p) override
const Real & _current_elem_volume
VolumeWeightedWeibull(const InputParameters ¶meters)
const Real _weibull_modulus
The Weibull modulus.
VolumeWeightedWeibull generates a spatially randomized field that follows a Weibull distribution weig...
registerMooseObject("SolidMechanicsApp", VolumeWeightedWeibull)
const Real _median
The median value of the strength for specimens having volume equal to the reference volume...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _reference_volume
The reference volume of the test specimen from which a median strength is obtained.
static InputParameters validParams()
static InputParameters validParams()
MooseUnits pow(const MooseUnits &, int)