Go to the source code of this file.
|
| class | cloud |
| | Base class for clouds. Provides a basic evolution algorithm, models, and a database for caching derived and average fields to avoid unnecessary re-calculation. More...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
Original source file cloud.H
Definition in file cloud.H.
◆ DECLARE_DERIVED_FIELDS
| #define DECLARE_DERIVED_FIELDS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrList<CloudDerivedField<Type>> \
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
Derived fields.
Definition at line 73 of file cloud.H.
◆ DECLARE_AVERAGE_FIELDS
| #define DECLARE_AVERAGE_FIELDS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrList<CloudAverageField<Type>> \
dimensioned< Type > average(const DimensionedField< Type, GeoMesh, PrimitiveField > &df)
Average fields.
Definition at line 80 of file cloud.H.