sphereInteractions.cpp
Go to the documentation of this file.
1 /*------------------------------- phasicFlow ---------------------------------
2  O C enter of
3  O O E ngineering and
4  O O M ultiscale modeling of
5  OOOOOOO F luid flow
6 ------------------------------------------------------------------------------
7  Copyright (C): www.cemf.ir
8  email: hamid.r.norouzi AT gmail.com
9 ------------------------------------------------------------------------------
10 Licence:
11  This file is part of phasicFlow code. It is a free software for simulating
12  granular and multiphase flows. You can redistribute it and/or modify it under
13  the terms of GNU General Public License v3 or any other later versions.
14 
15  phasicFlow is distributed to help others in their research in the field of
16  granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the
17  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 
19 -----------------------------------------------------------------------------*/
20 
21 #include "sphereInteraction.hpp"
22 
23 #include "geometryMotions.hpp"
24 
25 #include "contactForceModels.hpp"
26 #include "unsortedContactList.hpp"
27 #include "sortedContactList.hpp"
28 
29 template class pFlow::sphereInteraction<
33 
34 template class pFlow::sphereInteraction<
38 
39 template class pFlow::sphereInteraction<
43 
44 template class pFlow::sphereInteraction<
48 
49 template class pFlow::sphereInteraction<
53 
54 template class pFlow::sphereInteraction<
58 
59 template class pFlow::sphereInteraction<
63 
64 template class pFlow::sphereInteraction<
68 
69 
70 template class pFlow::sphereInteraction<
74 
75 template class pFlow::sphereInteraction<
79 
80 template class pFlow::sphereInteraction<
84 
85 template class pFlow::sphereInteraction<
89 
90 
91 template class pFlow::sphereInteraction<
95 
96 template class pFlow::sphereInteraction<
100 
101 template class pFlow::sphereInteraction<
105 
106 template class pFlow::sphereInteraction<
110 
112 
113 template class pFlow::sphereInteraction<
117 
118 template class pFlow::sphereInteraction<
122 
123 template class pFlow::sphereInteraction<
127 
128 template class pFlow::sphereInteraction<
132 
133 template class pFlow::sphereInteraction<
137 
138 template class pFlow::sphereInteraction<
142 
143 template class pFlow::sphereInteraction<
147 
148 template class pFlow::sphereInteraction<
152 
153 
154 template class pFlow::sphereInteraction<
158 
159 template class pFlow::sphereInteraction<
163 
164 template class pFlow::sphereInteraction<
168 
169 template class pFlow::sphereInteraction<
173 
174 template class pFlow::sphereInteraction<
178 
179 template class pFlow::sphereInteraction<
183 
184 template class pFlow::sphereInteraction<
188 
189 template class pFlow::sphereInteraction<
193 
194 
195 // - nonLinearMod models
196 template class pFlow::sphereInteraction<
200 
201 template class pFlow::sphereInteraction<
205 
206 template class pFlow::sphereInteraction<
210 
211 template class pFlow::sphereInteraction<
215 
216 template class pFlow::sphereInteraction<
220 
221 template class pFlow::sphereInteraction<
225 
226 template class pFlow::sphereInteraction<
230 
231 template class pFlow::sphereInteraction<
235 
236 
237 template class pFlow::sphereInteraction<
241 
242 template class pFlow::sphereInteraction<
246 
247 template class pFlow::sphereInteraction<
251 
252 template class pFlow::sphereInteraction<
256 
257 
258 template class pFlow::sphereInteraction<
262 
263 template class pFlow::sphereInteraction<
267 
268 template class pFlow::sphereInteraction<
272 
273 template class pFlow::sphereInteraction<
unsortedContactList.hpp
pFlow::cfModels::limitedLinearNormalRolling
normalRolling< linear< true > > limitedLinearNormalRolling
Definition: contactForceModels.hpp:35
pFlow::cfModels::nonLimitedNonLinearNormalRolling
normalRolling< nonLinear< false > > nonLimitedNonLinearNormalRolling
Definition: contactForceModels.hpp:39
pFlow::vibratingMotionGeometry
geometryMotion< vibratingMotion > vibratingMotionGeometry
Definition: geometryMotions.hpp:34
pFlow::cfModels::nonLimitedNonLinearModNormalRolling
normalRolling< nonLinearMod< false > > nonLimitedNonLinearModNormalRolling
Definition: contactForceModels.hpp:42
pFlow::rotationAxisMotionGeometry
geometryMotion< rotatingAxisMotion > rotationAxisMotionGeometry
Definition: geometryMotions.hpp:36
sortedContactList.hpp
contactForceModels.hpp
sphereInteraction.hpp
pFlow::unsortedContactList
Definition: unsortedContactList.hpp:29
pFlow::sphereInteraction
Definition: sphereInteraction.hpp:36
pFlow::sortedContactList
Definition: sortedContactList.hpp:30
pFlow::cfModels::nonLimitedLinearNormalRolling
normalRolling< linear< false > > nonLimitedLinearNormalRolling
Definition: contactForceModels.hpp:36
pFlow::fixedGeometry
geometryMotion< fixedWall > fixedGeometry
Definition: geometryMotions.hpp:40
pFlow::multiRotationAxisMotionGeometry
geometryMotion< multiRotatingAxisMotion > multiRotationAxisMotionGeometry
Definition: geometryMotions.hpp:38
pFlow::cfModels::limitedNonLinearNormalRolling
normalRolling< nonLinear< true > > limitedNonLinearNormalRolling
Definition: contactForceModels.hpp:38
pFlow::cfModels::limitedNonLinearModNormalRolling
normalRolling< nonLinearMod< true > > limitedNonLinearModNormalRolling
Definition: contactForceModels.hpp:41
geometryMotions.hpp