immersedBoundaryPointPatch.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | foam-extend: Open Source CFD
4  \\ / O peration | Version: 3.2
5  \\ / A nd | Web: http://www.foam-extend.org
6  \\/ M anipulation | For copyright notice see file Copyright
7 -------------------------------------------------------------------------------
8 License
9  This file is part of foam-extend.
10 
11  foam-extend is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by the
13  Free Software Foundation, either version 3 of the License, or (at your
14  option) any later version.
15 
16  foam-extend is distributed in the hope that it will be useful, but
17  WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  General Public License for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
23 
24 Class
25  Foam::immersedBoundaryPointPatch
26 
27 Description
28  Immersed boundary point patch.
29 
30 Author
31  Hrvoje Jasak
32 
33 SourceFiles
34  immersedBoundaryPointPatch.C
35 
36 \*---------------------------------------------------------------------------*/
37 
38 #ifndef immersedBoundaryPointPatch_H
39 #define immersedBoundaryPointPatch_H
40 
41 #include "facePointPatch.H"
43 
44 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
45 
46 namespace Foam
47 {
48 
49 /*---------------------------------------------------------------------------*\
50  Class immersedBoundaryPointPatch Declaration
51 \*---------------------------------------------------------------------------*/
52 
54 :
55  public facePointPatch
56 {
57 
58 public:
59 
60  //- Runtime type information
61  TypeName(immersedBoundaryPolyPatch::typeName_());
62 
63 
64  // Constructors
65 
66  //- Construct from polyPatch
68  (
69  const polyPatch& patch,
70  const pointBoundaryMesh& bm
71  )
72  :
74  {}
75 
76 
77  // Destructor
78 
80  {}
81 };
82 
83 
84 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
85 
86 } // End namespace Foam
87 
88 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
89 
90 #endif
91 
92 // ************************************************************************* //
Foam::facePointPatch
A pointPatch based on a polyPatch.
Definition: facePointPatch.H:54
Foam::immersedBoundaryPointPatch
Immersed boundary point patch.
Definition: immersedBoundaryPointPatch.H:52
Foam::immersedBoundaryPointPatch::~immersedBoundaryPointPatch
virtual ~immersedBoundaryPointPatch()
Definition: immersedBoundaryPointPatch.H:78
Foam::polyPatch
A patch is a list of labels that address the faces in the global face list.
Definition: polyPatch.H:66
Foam::facePointPatch::patch
const polyPatch & patch() const
Return the polyPatch.
Definition: facePointPatch.H:150
immersedBoundaryPolyPatch.H
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
Foam::pointBoundaryMesh
Foam::pointBoundaryMesh.
Definition: pointBoundaryMesh.H:52
Foam::immersedBoundaryPointPatch::immersedBoundaryPointPatch
immersedBoundaryPointPatch(const polyPatch &patch, const pointBoundaryMesh &bm)
Construct from polyPatch.
Definition: immersedBoundaryPointPatch.H:67
facePointPatch.H
Foam::immersedBoundaryPointPatch::TypeName
TypeName(immersedBoundaryPolyPatch::typeName_())
Runtime type information.
Foam::facePointPatch::facePointPatch
facePointPatch(const facePointPatch &)
Disallow default bitwise copy construct.