fvMesh.C File Reference
Include dependency graph for fvMesh.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define mapVolFieldType(Type, nullArg)    MapGeometricFields<Type, fvPatchField, fvMeshMapper, volMesh>(fvMap);
 
#define mapSurfaceFieldType(Type, nullArg)
 
#define mapVolInternalFieldType(Type, nullArg)    MapDimensionedFields<Type, fvMeshMapper, volMesh>(fvMap);
 
#define mapPointFieldType(Type, nullArg)
 

Functions

 defineTypeNameAndDebug (fvMesh, 0)
 
template<>
Foam::pTraits< Foam::sphericalTensor >::labelType Foam::fvMesh::validComponents< Foam::sphericalTensor > () const
 

Detailed Description

Original source file fvMesh.C

Definition in file fvMesh.C.

Macro Definition Documentation

◆ mapVolFieldType

#define mapVolFieldType (   Type,
  nullArg 
)     MapGeometricFields<Type, fvPatchField, fvMeshMapper, volMesh>(fvMap);

◆ mapSurfaceFieldType

#define mapSurfaceFieldType (   Type,
  nullArg 
)
Value:
MapGeometricFields<Type, fvsPatchField, fvMeshMapper, surfaceMesh> \
(fvMap);

◆ mapVolInternalFieldType

#define mapVolInternalFieldType (   Type,
  nullArg 
)     MapDimensionedFields<Type, fvMeshMapper, volMesh>(fvMap);

◆ mapPointFieldType

#define mapPointFieldType (   Type,
  nullArg 
)
Value:
< \
Type, \
pointPatchField, \
pointMeshMapper, \
pointMesh \
> \
(mapper);
void MapGeometricFields(const MeshMapper &mapper)
Generic Geometric field mapper.

Function Documentation

◆ Foam::fvMesh::validComponents< Foam::sphericalTensor >()