Forward declarations of the specialisations of Field<T> for scalar, vector and tensor. More...
Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.
InClass Foam::primitiveFields
Definition in file primitiveFieldsFwd.H.
#include "src/OpenFOAM/fields/Fields/fieldTypes.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Typedefs | |
typedef Field< scalar > | scalarField |
Specialisation of Field<T> for scalar.
| |
typedef Field< vector > | vectorField |
Specialisation of Field<T> for vector.
| |
typedef Field< sphericalTensor > | sphericalTensorField |
Specialisation of Field<T> for sphericalTensor.
| |
typedef Field< symmTensor > | symmTensorField |
Specialisation of Field<T> for symmTensor.
| |
typedef Field< tensor > | tensorField |
Specialisation of Field<T> for tensor.
|