slicedSurfaceFieldsFwd.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) 2022 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::slicedSurfaceFields
29 
30 \*---------------------------------------------------------------------------*/
31 
32 #ifndef Foam_slicedSurfaceFieldsFwd_H
33 #define Foam_slicedSurfaceFieldsFwd_H
34 
35 #include "fieldTypes.H"
36 
37 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
38 
39 namespace Foam
40 {
41 
42 template
43 <
44  class Type,
45  template<class> class PatchField,
46  template<class> class SlicedPatchField,
47  class GeoMesh
48 >
49 class SlicedGeometricField;
50 
51 
52 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
53 
54 // Forward Declarations
55 class surfaceMesh;
56 template<class Type> class fvsPatchField;
57 template<class Type> class slicedFvsPatchField;
58 
59 
60 //- A (volume) surface field slice for a given type
61 template<class Type>
62 using SurfaceSliceField =
64 
65 
66 // Typedefs
67 
68 typedef
71 
72 typedef
75 
76 typedef
78 <
83 >
85 
86 typedef
88 <
93 >
95 
96 typedef
99 
100 
101 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
102 
103 } // End namespace Foam
104 
105 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
106 
107 #endif
108 
109 // ************************************************************************* //
SlicedGeometricField< tensor, fvsPatchField, slicedFvsPatchField, surfaceMesh > slicedSurfaceTensorField
Mesh data needed to do the Finite Volume discretisation.
Definition: surfaceMesh.H:43
SlicedGeometricField< sphericalTensor, fvsPatchField, slicedFvsPatchField, surfaceMesh > slicedSurfaceSphericalTensorField
SlicedGeometricField< symmTensor, fvsPatchField, slicedFvsPatchField, surfaceMesh > slicedSurfaceSymmTensorField
SlicedGeometricField< vector, fvsPatchField, slicedFvsPatchField, surfaceMesh > slicedSurfaceVectorField
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
Definition: symmTensor.H:55
Specialization of fvsPatchField which creates the underlying fvsPatchField as a slice of the given co...
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
Specialization of GeometricField which holds slices of given complete fields in a form that they act ...
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
Namespace for OpenFOAM.
SlicedGeometricField< scalar, fvsPatchField, slicedFvsPatchField, surfaceMesh > slicedSurfaceScalarField