FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 "src/OpenFOAM/fields/Fields/fieldTypes.H"
Include dependency graph for primitiveFieldsFwd.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.