Macros for adding to particle property lists. More...

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #define | DefinePropertyList(str) |
| Define a static 'propertyList' for particle properties. | |
| #define | AddToPropertyList(ParcelType, str) |
| Add to existing static 'propertyList' for particle properties. | |
Macros for adding to particle property lists.
Original source file particleMacros.H
InClass Foam::particle
Definition in file particleMacros.H.
| #define DefinePropertyList | ( | str | ) |
Define a static 'propertyList' for particle properties.
The property list is space-delimited with brackets for vector groupings
Definition at line 45 of file particleMacros.H.
| #define AddToPropertyList | ( | ParcelType, | |
| str ) |
Add to existing static 'propertyList' for particle properties.
The property list is space-delimited with brackets for vector groupings
Definition at line 61 of file particleMacros.H.