Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
#define | DeclareTypeInterpolator(Type, nullArg) const PtrList<interpolation<Type>>& Type##Interp_; |
|
#define | DeclareAllTypes(Type, nullArg) List<DynamicField<Type>>& all##Type##s_; |
|
#define | TypeInterpolatorArg(Type, nullArg) const PtrList<interpolation<Type>>& Type##Interp, |
|
#define | AllTypesArg(Type, nullArg) , List<DynamicField<Type>>& all##Type##s |
|
#define | TypeInterpolatorInit(Type, nullArg) Type##Interp_(Type##Interp), |
|
#define | AllTypesInit(Type, nullArg) , all##Type##s_(all##Type##s) |
|
#define | DeclareSampledTypes(Type, nullArg) List<DynamicField<Type>> sampled##Type##s_; |
| Sampled types. More...
|
|
|
Ostream & | operator<< (Ostream &, const streamlinesParticle &) |
|
Original source file streamlinesParticle.H
Definition in file streamlinesParticle.H.
◆ DeclareTypeInterpolator
#define DeclareTypeInterpolator |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| const PtrList<interpolation<Type>>& Type##Interp_; |
◆ DeclareAllTypes
#define DeclareAllTypes |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| List<DynamicField<Type>>& all##Type##s_; |
◆ TypeInterpolatorArg
#define TypeInterpolatorArg |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| const PtrList<interpolation<Type>>& Type##Interp, |
◆ AllTypesArg
#define AllTypesArg |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , List<DynamicField<Type>>& all##Type##s |
◆ TypeInterpolatorInit
#define TypeInterpolatorInit |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| Type##Interp_(Type##Interp), |
◆ AllTypesInit
#define AllTypesInit |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , all##Type##s_(all##Type##s) |
◆ DeclareSampledTypes
#define DeclareSampledTypes |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| List<DynamicField<Type>> sampled##Type##s_; |