Namespaces | Macros | Variables
fieldTypes.H File Reference

Header files for all the primitive types that Fields are instantiated for. More...

Include dependency graph for fieldTypes.H:

Go to the source code of this file.

Namespaces

 Foam
 
 Foam::fieldTypes
 Collection of common field types.
 

Macros

#define CAPITALIZE_scalar   Scalar
 
#define CAPITALIZE_vector   Vector
 
#define CAPITALIZE_sphericalTensor   SphericalTensor
 
#define CAPITALIZE_symmTensor   SymmTensor
 
#define CAPITALIZE_tensor   Tensor
 
#define FOR_ALL_FIELD_TYPES(Macro, ...)
 

Variables

const wordList basic
 

Detailed Description

Header files for all the primitive types that Fields are instantiated for.

Original source file fieldTypes.H

Definition in file fieldTypes.H.

Macro Definition Documentation

◆ CAPITALIZE_scalar

#define CAPITALIZE_scalar   Scalar

Definition at line 40 of file fieldTypes.H.

◆ CAPITALIZE_vector

#define CAPITALIZE_vector   Vector

Definition at line 41 of file fieldTypes.H.

◆ CAPITALIZE_sphericalTensor

#define CAPITALIZE_sphericalTensor   SphericalTensor

Definition at line 42 of file fieldTypes.H.

◆ CAPITALIZE_symmTensor

#define CAPITALIZE_symmTensor   SymmTensor

Definition at line 43 of file fieldTypes.H.

◆ CAPITALIZE_tensor

#define CAPITALIZE_tensor   Tensor

Definition at line 44 of file fieldTypes.H.

◆ FOR_ALL_FIELD_TYPES

#define FOR_ALL_FIELD_TYPES (   Macro,
  ... 
)
Value:
Macro(scalar, __VA_ARGS__) \
Macro(vector, __VA_ARGS__) \
Macro(sphericalTensor, __VA_ARGS__) \
Macro(symmTensor, __VA_ARGS__) \
Macro(tensor, __VA_ARGS__)

Definition at line 46 of file fieldTypes.H.

Foam::sphericalTensor
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
Definition: sphericalTensor.H:50
Foam::symmTensor
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
Definition: symmTensor.H:55
Foam::vector
Vector< scalar > vector
A scalar version of the templated Vector.
Definition: vector.H:47
Foam::tensor
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.
Definition: symmTensor.H:57