97#ifndef distributionModels_general_H
98#define distributionModels_general_H
128 public distributionModel
130 typedef VectorSpace<Vector<scalar>, scalar, 2> pair;
144 List<scalar> integral_;
172 const scalar binWidth,
202 virtual scalar
sample()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
distributionModel(const word &name, const dictionary &dict, Random &rndGen)
Construct from dictionary.
Particle-size distribution model wherein random samples are drawn from a given arbitrary probability ...
virtual scalar meanValue() const
Return the arithmetic mean of the distribution data.
virtual tmp< scalarField > y() const
Probabilities.
virtual dictionary writeDict(const word &dictName) const
Write data in dictionary format.
virtual autoPtr< distributionModel > clone() const
Construct and return a clone.
virtual tmp< scalarField > x() const
Bin boundaries.
virtual void writeData(Ostream &os) const
Write data to stream.
virtual scalar sample() const
Sample the distribution.
void operator=(const general &)=delete
No copy assignment.
virtual void readDict(const dictionary &dict)
Read data from dictionary.
virtual void readData(Istream &os)
Read data from stream.
general(const dictionary &dict, Random &rndGen)
Construct from components.
TypeName("general")
Runtime type information.
virtual ~general()=default
Destructor.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
const word dictName("faMeshDefinition")
A namespace for various probability distribution model implementations.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces).
Istream & operator>>(Istream &, directionInfo &)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.