slicedEdgeFields.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) 2023 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::slicedEdgeFields
29 
30 \*---------------------------------------------------------------------------*/
31 
32 #ifndef Foam_slicedEdgeFields_H
33 #define Foam_slicedEdgeFields_H
34 
35 #include "SlicedGeometricField.H"
36 #include "slicedFaePatchField.H"
37 #include "edgeFaMesh.H"
38 #include "slicedEdgeFieldsFwd.H"
39 
40 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
41 
42 namespace Foam
43 {
44 
45 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
46 
47 template<>
48 inline void
51 {}
52 
53 template<>
54 inline void
57 {}
58 
59 template<>
60 inline void
62 <
66  edgeMesh
67 >::
69 {}
70 
71 template<>
72 inline void
74 <
75  symmTensor,
78  edgeMesh
81 {}
82 
83 template<>
84 inline void
87 {}
88 
89 
90 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
91 
92 } // End namespace Foam
93 
94 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
95 
96 #endif
97 
98 // ************************************************************************* //
cellMask correctBoundaryConditions()
Specialization of faePatchField which creates the underlying faePatchField as a slice of the given co...
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
Definition: symmTensor.H:55
void correctBoundaryConditions()
Correct boundary field.
Mesh data needed to do the Finite Area discretisation.
Definition: edgeFaMesh.H:47
Forwards and collection of common sliced edge field types.
faePatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cove...
Definition: edgeFieldsFwd.H:46
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 ...
Namespace for OpenFOAM.