Loading...
Searching...
No Matches
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-------------------------------------------------------------------------------
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::slicedEdgeFields
29
30\*---------------------------------------------------------------------------*/
31
32#ifndef Foam_slicedEdgeFields_H
33#define Foam_slicedEdgeFields_H
34
36#include "slicedFaePatchField.H"
37#include "edgeFaMesh.H"
38#include "slicedEdgeFieldsFwd.H"
39
40// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
41
42namespace Foam
43{
44
45// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
46
47template<>
51{}
52
53template<>
54inline void
57{}
58
59template<>
60inline void
62<
67>::
69{}
70
71template<>
72inline void
74<
81{}
82
83template<>
84inline void
87{}
88
89
90// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
91
92} // End namespace Foam
93
94// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
95
96#endif
97
98// ************************************************************************* //
Specialization of GeometricField which holds slices of given complete fields in a form that they act ...
SlicedGeometricField(const IOobject &, const Mesh &, const dimensionSet &dims, const Field< Type > &completeField, const bool preserveCouples=true)
void correctBoundaryConditions()
Correct boundary field.
Mesh data needed to do the Finite Area discretisation.
Definition edgeFaMesh.H:50
faePatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cove...
Specialization of faePatchField which creates the underlying faePatchField as a slice of the given co...
Namespace for OpenFOAM.
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.
Definition symmTensor.H:55
cellMask correctBoundaryConditions()
Forwards and collection of common sliced edge field types.