pointFieldsFwd.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2011 OpenFOAM Foundation
9  Copyright (C) 2018 OpenCFD Ltd.
10 -------------------------------------------------------------------------------
11 License
12  This file is part of OpenFOAM.
13 
14  OpenFOAM is free software: you can redistribute it and/or modify it
15  under the terms of the GNU General Public License as published by
16  the Free Software Foundation, either version 3 of the License, or
17  (at your option) any later version.
18 
19  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22  for more details.
23 
24  You should have received a copy of the GNU General Public License
25  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
26 
27 InClass
28  Foam::pointFields
29 
30 Description
31  Forwards and collection of common point field types
32 
33 SourceFiles
34  pointFields.C
35 
36 \*---------------------------------------------------------------------------*/
37 
38 #ifndef pointFieldsFwd_H
39 #define pointFieldsFwd_H
40 
41 #include "fieldTypes.H"
42 
43 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
44 
45 namespace Foam
46 {
47 
48 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
49 
50 // Forward Declarations
51 class pointMesh;
52 
53 template<class Type> class pointPatchField;
54 
55 template<class Type, template<class> class PatchField, class GeoMesh>
57 
58 // Typedefs
59 
67 
68 
69 /*---------------------------------------------------------------------------*\
70  Namespace fieldTypes Declaration
71 \*---------------------------------------------------------------------------*/
72 
73 namespace fieldTypes
74 {
75  //- Standard point field types (scalar, vector, tensor, etc)
76  extern const wordList point;
77 
78 } // End namespace fieldTypes
79 
80 
81 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
82 
83 } // End namespace Foam
84 
85 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
86 
87 #endif
88 
89 // ************************************************************************* //
Foam::pointVectorField
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
Definition: pointFieldsFwd.H:61
Foam::pointSphericalTensorField
GeometricField< sphericalTensor, pointPatchField, pointMesh > pointSphericalTensorField
Definition: pointFieldsFwd.H:63
Foam::pointTensorField
GeometricField< tensor, pointPatchField, pointMesh > pointTensorField
Definition: pointFieldsFwd.H:66
Foam::pointSymmTensorField
GeometricField< symmTensor, pointPatchField, pointMesh > pointSymmTensorField
Definition: pointFieldsFwd.H:65
Foam::fieldTypes::point
const wordList point
Standard point field types (scalar, vector, tensor, etc)
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::List< word >
Foam::GeometricField
Generic GeometricField class.
Definition: areaFieldsFwd.H:53
fieldTypes.H
Header files for all the primitive types that Fields are instantiated for.
Foam::pointScalarField
GeometricField< scalar, pointPatchField, pointMesh > pointScalarField
Definition: pointFieldsFwd.H:56