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_STATE_FIELDS
| #define DECLARE_STATE_FIELDS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrList<CloudStateField<Type>> \
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
State fields.
Definition at line 75 of file cloud.H.
◆ DECLARE_DERIVED_FIELDS
| #define DECLARE_DERIVED_FIELDS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrList<CloudDerivedField<Type>> \
Derived fields.
Definition at line 82 of file cloud.H.
◆ DECLARE_AVERAGE_FIELDS
| #define DECLARE_AVERAGE_FIELDS |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value: mutable PtrList<CloudAverageField<Type>> \
tmp< VolField< Type > > average(const SurfaceField< Type > &ssf)
Area-weighted average a surfaceField creating a volField.
Average fields.
Definition at line 89 of file cloud.H.