InteractionListsI.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 | Copyright (C) 2011-2016 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
11  OpenFOAM is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 
24 \*---------------------------------------------------------------------------*/
25 
26 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 
28 // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
29 
30 template<class ParticleType>
32 {
33  return mesh_;
34 }
35 
36 
37 template<class ParticleType>
40 {
41  return cellMapPtr_();
42 }
43 
44 
45 template<class ParticleType>
48 {
49  return wallFaceMapPtr_();
50 }
51 
52 
53 template<class ParticleType>
55 {
56  return dil_;
57 }
58 
59 
60 template<class ParticleType>
63 {
64  return dwfil_;
65 }
66 
67 
68 template<class ParticleType>
70 {
71  return ril_;
72 }
73 
74 
75 template<class ParticleType>
78 {
79  return rilInverse_;
80 }
81 
82 
83 template<class ParticleType>
85 {
86  return rwfil_;
87 }
88 
89 
90 template<class ParticleType>
93 {
94  return rwfilInverse_;
95 }
96 
97 
98 template<class ParticleType>
101 {
102  return cellIndexAndTransformToDistribute_;
103 }
104 
105 
106 template<class ParticleType>
110 {
111  return wallFaceIndexAndTransformToDistribute_;
112 }
113 
114 
115 template<class ParticleType>
118 {
119  return referredWallFaces_;
120 }
121 
122 
123 template<class ParticleType>
125 {
126  return UName_;
127 }
128 
129 
130 template<class ParticleType>
133 {
134  return referredWallData_;
135 }
136 
137 
138 template<class ParticleType>
141 {
142  return referredParticles_;
143 }
144 
145 
146 template<class ParticleType>
149 {
150  return referredParticles_;
151 }
152 
153 
154 // ************************************************************************* //
const mapDistribute & cellMap() const
Return access to the cellMap.
const List< vector > & referredWallData() const
Return access to the referred wall data.
const word & UName() const
Return the name of the velocity field.
const polyMesh & mesh() const
Return access to the mesh.
A class for handling words, derived from string.
Definition: word.H:59
const List< labelPair > & cellIndexAndTransformToDistribute() const
Return access to the cellIndexAndTransformToDistribute list.
const labelListList & rilInverse() const
Return access to the inverse referred interaction list.
const labelListList & dwfil() const
Return access to the direct wall face interaction list.
const labelListList & rwfil() const
Return access to the referred wall face interaction list.
const labelListList & rwfilInverse() const
Return access to the inverse referred wall face.
const List< IDLList< ParticleType > > & referredParticles() const
Return access to the referred particle container.
Class containing processor-to-processor mapping information.
const labelListList & ril() const
Return access to the referred interaction list.
const mapDistribute & wallFaceMap() const
Return access to the wallFaceMap.
Mesh consisting of general polyhedral cells.
Definition: polyMesh.H:74
const List< referredWallFace > & referredWallFaces() const
Return access to the referred wall faces.
const List< labelPair > & wallFaceIndexAndTransformToDistribute() const
Return access to the wallFaceIndexAndTransformToDistribute list.
const labelListList & dil() const
Return access to the direct interaction list.