https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
15class InputParameters;
16
17template <typename T>
19
30{
31public:
33
35
36 virtual Real value(const Point & p) override;
37
38protected:
42 const Real _weibull_modulus;
44 const Real _median;
45};
const Real p
InputParameters validParams()
const InputParameters & parameters() const
VolumeWeightedWeibull generates a spatially randomized field that follows a Weibull distribution weig...
virtual Real value(const Point &p) override
const Real _weibull_modulus
The Weibull modulus.
const Real _reference_volume
The reference volume of the test specimen from which a median strength is obtained.
static InputParameters validParams()
const Real _median
The median value of the strength for specimens having volume equal to the reference volume.