Go to the source code of this file.
Classes | |
class | distribution |
Base class for statistical distributions. More... | |
class | FieldDistribution< Base, Derived > |
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Macros | |
#define | VIRTUAL_SAMPLE_TYPE(Type, nullArg) virtual Type CAT(sample, CAPITALIZE(Type))() const = 0; |
Sample the distribution into components of a primitive type. More... | |
#define | DISTRIBUTION_TEMPLATED_SAMPLE_TYPE(Type, nullArg) |
#define | VIRTUAL_SAMPLE_TYPE(Type, nullArg) |
Sample the distribution into components of a primitive type. More... | |
Functions | |
FOR_ALL_FIELD_TYPES (DISTRIBUTION_TEMPLATED_SAMPLE_TYPE) | |
void | writeEntry (Ostream &os, const unitConversion &, const distribution &d, const bool write=true, const bool writeState=true) |
Original source file distribution.H
Definition in file distribution.H.
#define VIRTUAL_SAMPLE_TYPE | ( | Type, | |
nullArg | |||
) | virtual Type CAT(sample, CAPITALIZE(Type))() const = 0; |
Sample the distribution into components of a primitive type.
Definition at line 278 of file distribution.H.
#define DISTRIBUTION_TEMPLATED_SAMPLE_TYPE | ( | Type, | |
nullArg | |||
) |
Definition at line 244 of file distribution.H.
#define VIRTUAL_SAMPLE_TYPE | ( | Type, | |
nullArg | |||
) |
Sample the distribution into components of a primitive type.
Definition at line 278 of file distribution.H.