Go to the source code of this file.
|
class | ConservedMaskedNormalNoise |
| Userobject that generates a normaly distributed random number once per timestep for every quadrature point in a way that the integral over all random numbers is zero. More...
|
|
◆ validParams< ConservedMaskedNormalNoise >()
Definition at line 16 of file ConservedMaskedNormalNoise.C.
19 params.addClassDescription(
"Gaussian normal distributed random number noise provider with an "
20 "applied spatially dependent material property mask for the "
21 "ConservedLangevinNoise kernel.");