This Userobject is the base class of Userobjects that generate one random number per timestep and quadrature point in a way that the integral over all random numbers is zero. More...
#include <SolutionRasterizer.h>
Public Member Functions | |
SolutionRasterizer (const InputParameters ¶meters) | |
virtual | ~SolutionRasterizer () |
virtual void | initialSetup () |
Initialize the System and Mesh objects for the solution being read. More... | |
Protected Attributes | |
FileName | _xyz_input |
FileName | _xyz_output |
std::string | _variable |
MooseEnum | _raster_mode |
Real | _threshold |
This Userobject is the base class of Userobjects that generate one random number per timestep and quadrature point in a way that the integral over all random numbers is zero.
This can be used for a concentration fluctuation kernel such as ConservedLangevinNoise, that keeps the total concenration constant.
Definition at line 28 of file SolutionRasterizer.h.
SolutionRasterizer::SolutionRasterizer | ( | const InputParameters & | parameters | ) |
Definition at line 34 of file SolutionRasterizer.C.
|
inlinevirtual |
Definition at line 33 of file SolutionRasterizer.h.
|
virtual |
Initialize the System and Mesh objects for the solution being read.
Definition at line 51 of file SolutionRasterizer.C.
|
protected |
Definition at line 44 of file SolutionRasterizer.h.
Referenced by initialSetup(), and SolutionRasterizer().
|
protected |
Definition at line 46 of file SolutionRasterizer.h.
Referenced by initialSetup(), and SolutionRasterizer().
|
protected |
Definition at line 42 of file SolutionRasterizer.h.
Referenced by initialSetup().
|
protected |
Definition at line 39 of file SolutionRasterizer.h.
Referenced by initialSetup().
|
protected |
Definition at line 40 of file SolutionRasterizer.h.
Referenced by initialSetup().