slicedVolFieldsFwd.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-------------------------------------------------------------------------------
11License
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
27InClass
28 Foam::slicedVolFields
29
30\*---------------------------------------------------------------------------*/
31
32#ifndef Foam_slicedVolFieldsFwd_H
33#define Foam_slicedVolFieldsFwd_H
34
35#include "fieldTypes.H"
36
37// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
38
39namespace Foam
40{
41
42template
43<
44 class Type,
45 template<class> class PatchField,
46 template<class> class SlicedPatchField,
47 class GeoMesh
48>
49class SlicedGeometricField;
50
51
52// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
53
54// Forward Declarations
55class volMesh;
56template<class Type> class fvPatchField;
57template<class Type> class slicedFvPatchField;
58
59//- A volume field slice for a given type
60template<class Type>
63
64
65// Typedefs
66
67typedef
70
71typedef
74
75typedef
78
79typedef
82
83typedef
86
87// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
88
89} // End namespace Foam
90
91// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
92
93#endif
94
95// ************************************************************************* //
Specialization of GeometricField which holds slices of given complete fields in a form that they act ...
Header files for all the primitive types that Fields are instantiated for.
Namespace for OpenFOAM.
SlicedGeometricField< scalar, fvPatchField, slicedFvPatchField, volMesh > slicedVolScalarField
SlicedGeometricField< tensor, fvPatchField, slicedFvPatchField, volMesh > slicedVolTensorField
SlicedGeometricField< sphericalTensor, fvPatchField, slicedFvPatchField, volMesh > slicedVolSphericalTensorField
SlicedGeometricField< vector, fvPatchField, slicedFvPatchField, volMesh > slicedVolVectorField
SlicedGeometricField< symmTensor, fvPatchField, slicedFvPatchField, volMesh > slicedVolSymmTensorField