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 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 // ************************************************************************* //
Foam::InteractionLists::cellIndexAndTransformToDistribute
const List< labelPair > & cellIndexAndTransformToDistribute() const
Return access to the cellIndexAndTransformToDistribute list.
Definition: InteractionListsI.H:100
Foam::word
A class for handling words, derived from string.
Definition: word.H:59
Foam::InteractionLists::cellMap
const mapDistribute & cellMap() const
Return access to the cellMap.
Definition: InteractionListsI.H:39
Foam::InteractionLists::wallFaceMap
const mapDistribute & wallFaceMap() const
Return access to the wallFaceMap.
Definition: InteractionListsI.H:47
Foam::polyMesh
Mesh consisting of general polyhedral cells.
Definition: polyMesh.H:74
Foam::InteractionLists::rilInverse
const labelListList & rilInverse() const
Return access to the inverse referred interaction list.
Definition: InteractionListsI.H:77
Foam::InteractionLists::referredWallData
const List< vector > & referredWallData() const
Return access to the referred wall data.
Definition: InteractionListsI.H:132
Foam::InteractionLists::UName
const word & UName() const
Return the name of the velocity field.
Definition: InteractionListsI.H:124
Foam::InteractionLists::dwfil
const labelListList & dwfil() const
Return access to the direct wall face interaction list.
Definition: InteractionListsI.H:62
Foam::InteractionLists::dil
const labelListList & dil() const
Return access to the direct interaction list.
Definition: InteractionListsI.H:54
Foam::mapDistribute
Class containing processor-to-processor mapping information.
Definition: mapDistribute.H:152
Foam::InteractionLists::wallFaceIndexAndTransformToDistribute
const List< labelPair > & wallFaceIndexAndTransformToDistribute() const
Return access to the wallFaceIndexAndTransformToDistribute list.
Definition: InteractionListsI.H:109
Foam::InteractionLists::mesh
const polyMesh & mesh() const
Return access to the mesh.
Definition: InteractionListsI.H:31
Foam::List
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Definition: HashTable.H:59
Foam::InteractionLists::referredParticles
const List< IDLList< ParticleType > > & referredParticles() const
Return access to the referred particle container.
Definition: InteractionListsI.H:140
Foam::InteractionLists::ril
const labelListList & ril() const
Return access to the referred interaction list.
Definition: InteractionListsI.H:69
Foam::InteractionLists::rwfilInverse
const labelListList & rwfilInverse() const
Return access to the inverse referred wall face.
Definition: InteractionListsI.H:92
Foam::InteractionLists::referredWallFaces
const List< referredWallFace > & referredWallFaces() const
Return access to the referred wall faces.
Definition: InteractionListsI.H:117
Foam::InteractionLists::rwfil
const labelListList & rwfil() const
Return access to the referred wall face interaction list.
Definition: InteractionListsI.H:84