areaFieldsFwd.H File Reference

Forwards and collection of common area field types. More...

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

Go to the source code of this file.

Classes

class  DimensionedField< Type, GeoMesh >
 Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a reference to it is maintained. More...
 
class  GeometricBoundaryField< Type, PatchField, GeoMesh >
 Generic GeometricBoundaryField class. More...
 
class  GeometricField< Type, PatchField, GeoMesh >
 Generic GeometricField class. More...
 
class  faPatchField< Type >
 faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes covering all possible ways in which they might be used. The first level of derivation is to basic patchFields which cover zero-gradient, fixed-gradient, fixed-value and mixed conditions. The next level of derivation covers all the specialised typed with specific evaluation procedures, particularly with respect to specific fields. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fieldTypes
 Collection of common field types.
 

Typedefs

template<class Type >
using AreaField = GeometricField< Type, faPatchField, areaMesh >
 An area field for a given type. More...
 
template<class Type >
using AreaBoundaryField = GeometricBoundaryField< Type, faPatchField, areaMesh >
 An area boundary field for a given Type. More...
 
template<class Type >
using AreaInternalField = DimensionedField< Type, areaMesh >
 An area internal field for a given type. More...
 
typedef GeometricField< scalar, faPatchField, areaMesh > areaScalarField
 
typedef GeometricField< vector, faPatchField, areaMesh > areaVectorField
 
typedef GeometricField< sphericalTensor, faPatchField, areaMesh > areaSphericalTensorField
 
typedef GeometricField< symmTensor, faPatchField, areaMesh > areaSymmTensorField
 
typedef GeometricField< tensor, faPatchField, areaMesh > areaTensorField
 

Variables

const wordList area
 Standard area field types (scalar, vector, tensor, etc) More...
 
const wordList area_internal
 Standard dimensioned field types (scalar, vector, tensor, etc) More...
 

Detailed Description

Forwards and collection of common area field types.

Original source file areaFieldsFwd.H

Source files

Definition in file areaFieldsFwd.H.