FreeFOAM The Cross-Platform CFD Toolkit
primitiveFieldsFwd.H File Reference

Forward declarations of the specialisations of Field<T> for scalar, vector and tensor. More...


Detailed Description

Forward declarations of the specialisations of Field<T> for scalar, vector and tensor.

InClass Foam::primitiveFields

Definition in file primitiveFieldsFwd.H.

+ Include dependency graph for primitiveFieldsFwd.H:
+ This graph shows which files directly or indirectly include this file:

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.