volFieldsFwd.H File Reference
Include dependency graph for volFieldsFwd.H:

Go to the source code of this file.

Namespaces

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

Typedefs

template<class Type >
using VolumeField = GeometricField< Type, fvPatchField, volMesh >
 A volume field for a given type. More...
 
template<class Type >
using VolumeBoundaryField = GeometricBoundaryField< Type, fvPatchField, volMesh >
 A volume boundary field for a given Type. More...
 
template<class Type >
using VolumeInternalField = DimensionedField< Type, volMesh >
 A volume internal field for a given Type. More...
 
typedef GeometricField< scalar, fvPatchField, volMesh > volScalarField
 
typedef GeometricField< vector, fvPatchField, volMesh > volVectorField
 
typedef GeometricField< sphericalTensor, fvPatchField, volMesh > volSphericalTensorField
 
typedef GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
 
typedef GeometricField< tensor, fvPatchField, volMesh > volTensorField
 

Variables

const wordList internal
 Standard dimensioned field types (scalar, vector, tensor, etc) More...
 
const wordList volume
 Standard volume field types (scalar, vector, tensor, etc) More...
 

Detailed Description

Original source file volFieldsFwd.H

Definition in file volFieldsFwd.H.