

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 word &entryName, const unitConversion &units, 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 303 of file distribution.H.
| #define DISTRIBUTION_TEMPLATED_SAMPLE_TYPE | ( | Type, | |
| nullArg | |||
| ) |
Definition at line 268 of file distribution.H.
| #define VIRTUAL_SAMPLE_TYPE | ( | Type, | |
| nullArg | |||
| ) |
Sample the distribution into components of a primitive type.
Definition at line 303 of file distribution.H.