Loading...
Searching...
No Matches
volFieldsFwd.H File Reference

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

Include dependency graph for volFieldsFwd.H:

Go to the source code of this file.

Namespaces

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

Typedefs

template<class Type>
using VolumeField = GeometricField<Type, fvPatchField, volMesh>
 A volume field for a given type.
template<class Type>
using VolumeBoundaryField = GeometricBoundaryField<Type, fvPatchField, volMesh>
 A volume boundary field for a given Type.
template<class Type>
using VolumeInternalField = DimensionedField<Type, volMesh>
 A volume internal field for a given Type.
typedef GeometricField< scalar, fvPatchField, volMeshvolScalarField
typedef GeometricField< vector, fvPatchField, volMeshvolVectorField
typedef GeometricField< sphericalTensor, fvPatchField, volMeshvolSphericalTensorField
typedef GeometricField< symmTensor, fvPatchField, volMeshvolSymmTensorField
typedef GeometricField< tensor, fvPatchField, volMeshvolTensorField

Functions

bool is_internal (const word &clsName)
 Test if the class name appears to be a volume internal field.
bool is_volume (const word &clsName)
 Test if the class name appears to be a volume field.

Variables

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

Detailed Description

Forwards and collection of common volume field types.

Original source file volFieldsFwd.H

Source files

Definition in file volFieldsFwd.H.