https://mooseframework.inl.gov
VolumeWeightedWeibull.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "RandomICBase.h"
13 
14 // Forward Declarations
15 class InputParameters;
16 
17 template <typename T>
19 
30 {
31 public:
33 
35 
36  virtual Real value(const Point & p) override;
37 
38 protected:
44  const Real _median;
45 };
virtual Real value(const Point &p) override
VolumeWeightedWeibull(const InputParameters &parameters)
InputParameters validParams()
const Real _weibull_modulus
The Weibull modulus.
VolumeWeightedWeibull generates a spatially randomized field that follows a Weibull distribution weig...
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 InputParameters & parameters() const
const Real _reference_volume
The reference volume of the test specimen from which a median strength is obtained.
static InputParameters validParams()