mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.17"/>
|
||||
<meta name="description" content="PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU.">
|
||||
<title>PhasicFlow: src/Interaction/sphereInteraction/sphereInteraction.hpp Source File</title>
|
||||
<title>PhasicFlow: src/Interaction/sphereInteraction/sphereInteraction/sphereInteraction.hpp Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@ -130,255 +130,190 @@ $(document).ready(function(){initNavTree('sphereInteraction_8hpp_source.html',''
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "<a class="code" href="interaction_8hpp.html">interaction.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="sphereParticles_8hpp.html">sphereParticles.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="boundarySphereInteractionList_8hpp.html">boundarySphereInteractionList.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "<a class="code" href="sphereInteractionKernels_8hpp.html">sphereInteractionKernels.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> {</div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "<a class="code" href="boundariesMask_8hpp.html">boundariesMask.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include "<a class="code" href="MPITimer_8hpp.html">MPITimer.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment">//#include "unsortedContactList.hpp"</span></div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">template</span><</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">typename</span> contactForceModel,</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">typename</span> geometryMotionModel,</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">template</span> <<span class="keyword">class</span>, <span class="keyword">class</span>, <span class="keyword">class</span>> <span class="keyword">class </span>contactListType></div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html"> 36</a></span> <span class="keyword">class </span><a class="code" href="classpFlow_1_1sphereInteraction.html">sphereInteraction</a></div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> :</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keyword">public</span> <a class="code" href="classpFlow_1_1interaction.html">interaction</a></div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> {</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095"> 42</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">GeometryMotionModel</a> = geometryMotionModel;</div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b"> 44</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b">ContactForceModel</a> = contactForceModel;</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9"> 46</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9">MotionModel</a> = <span class="keyword">typename</span> geometryMotionModel::MotionModel;</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a0ca8fe8e9a50e2e293ae2d334d505b97"> 48</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a0ca8fe8e9a50e2e293ae2d334d505b97">ModelStorage</a> = <span class="keyword">typename</span> ContactForceModel::contactForceStorage;</div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a746fbb49f5fa23ecfdea0fa693d40dc7"> 50</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1interaction.html#a3af07639d0071df31d0741a89d85ea76">IdType</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1interaction.html#a3af07639d0071df31d0741a89d85ea76">interaction::IdType</a>;</div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ab04a64e60fdc8d207e0842ae22ead203"> 52</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1interaction.html#a4876646545c04fef726061070b4e9a3f">IndexType</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1interaction.html#a4876646545c04fef726061070b4e9a3f">interaction::IndexType</a>;</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a290c4977854d696182f94ee0b11beaf5"> 54</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1interaction.html#a18d3281d135de549b69af821b3fef223">ExecutionSpace</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1interaction.html#a18d3281d135de549b69af821b3fef223">interaction::ExecutionSpace</a>;</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ae368a1ff5d1ee44cd9e169593c734d2f">ContactListType</a> = </div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ae368a1ff5d1ee44cd9e169593c734d2f"> 57</a></span>  contactListType<ModelStorage, ExecutionSpace, IdType>;</div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> {</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">template</span><</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keyword">typename</span> contactForceModel,</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">typename</span> geometryMotionModel,</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <span class="keyword">template</span> <<span class="keyword">class</span>, <span class="keyword">class</span>, <span class="keyword">class</span>> <span class="keyword">class </span>contactListType></div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html"> 41</a></span> <span class="keyword">class </span><a class="code" href="classpFlow_1_1sphereInteraction.html">sphereInteraction</a></div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> :</div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keyword">public</span> <a class="code" href="classpFlow_1_1interaction.html">interaction</a></div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> {</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095"> 47</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">GeometryMotionModel</a> = geometryMotionModel;</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b"> 49</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b">ContactForceModel</a> = contactForceModel;</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9"> 51</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9">MotionModel</a> = <span class="keyword">typename</span> geometryMotionModel::MotionModel;</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a0ca8fe8e9a50e2e293ae2d334d505b97"> 53</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a0ca8fe8e9a50e2e293ae2d334d505b97">ModelStorage</a> = <span class="keyword">typename</span> ContactForceModel::contactForceStorage;</div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#aac01ce9c1a82af127c2f465b5cf36cd7"> 55</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1boundarySphereInteractionList.html">BoundaryListType</a> = <a class="code" href="classpFlow_1_1boundarySphereInteractionList.html">boundarySphereInteractionList<ContactForceModel,GeometryMotionModel></a>;</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a85466bc714e19a8eb1775698f6fce13a"> 57</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a85466bc714e19a8eb1775698f6fce13a">IdType</a> = <a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a>;</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a0d1ed1e8837f1f0d7faab5634fc10311"> 59</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a0d1ed1e8837f1f0d7faab5634fc10311">PairsContainerType</a>= <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1contactSearch.html#ac727a42239cda225bf9aee921906e41b">contactSearch::PairContainerType</a>;</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ac59f0fe4d7914668b73544ded1993086"> 59</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ac59f0fe4d7914668b73544ded1993086">IndexType</a> = <a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a>;</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">protected</span>:</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942"> 64</a></span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">GeometryMotionModel</a>& <a class="code" href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942">geometryMotion_</a>;</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94"> 67</a></span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1sphereParticles.html">sphereParticles</a>& <a class="code" href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94">sphParticles_</a>;</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a54a996dc239c37bbbdd265524a386065"> 71</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<ContactForceModel></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a54a996dc239c37bbbdd265524a386065">forceModel_</a> = <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a4a48e543ab06ded34ea42c87c0e0a54f">ContactListType</a> = </div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a4a48e543ab06ded34ea42c87c0e0a54f"> 62</a></span>  contactListType<ModelStorage, DefaultExecutionSpace, IdType>;</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="comment">//using BoundaryContactListType = unsortedContactList<ModelStorage, DefaultExecutionSpace, IdType>;</span></div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="keyword">private</span>:</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942"> 71</a></span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">GeometryMotionModel</a>& <a class="code" href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942">geometryMotion_</a>;</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd"> 74</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<ContactListType></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">ppContactList_</a> = <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94"> 74</a></span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1sphereParticles.html">sphereParticles</a>& <a class="code" href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94">sphParticles_</a>;</div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a"> 77</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<ContactListType></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pwContactList_</a> = <span class="keyword">nullptr</span>; </div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4"> 77</a></span>  <a class="code" href="classpFlow_1_1boundarySphereInteractionList.html">BoundaryListType</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4">boundaryInteraction_</a>; </div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35"> 80</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">ppInteractionTimer_</a>;</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a729c310e6f0ea9e1b3093b3081414668"> 80</a></span>  <a class="code" href="classpFlow_1_1boundariesMask.html">boundariesMask<6></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a729c310e6f0ea9e1b3093b3081414668">activeBoundaries_</a>;</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e"> 83</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pwInteractionTimer_</a>;</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a8c210b9197467ebb4878ea56cb1d3270"> 83</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<contactSearch></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a> = <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a9eab7f2a8f2976d43a4ae0bfaa31b142">createSphereInteraction</a>();</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a597cbd8042eaa556357094485b716c05">managePPContactLists</a>();</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a829b8d15f91240e6bf9147f73f939d11">managePWContactLists</a>();</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a54a996dc239c37bbbdd265524a386065"> 86</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<ContactForceModel></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a54a996dc239c37bbbdd265524a386065">forceModel_</a> = <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd"> 89</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<ContactListType></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">ppContactList_</a> = <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ae0579d94abaf8427e10a2f0d69a96563">rpPPInteraction</a> = </div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ae0579d94abaf8427e10a2f0d69a96563"> 93</a></span>  Kokkos::RangePolicy<Kokkos::IndexType<int32>, Kokkos::Schedule<Kokkos::Dynamic>>;</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a"> 92</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<ContactListType></a> <a class="code" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pwContactList_</a> = <span class="keyword">nullptr</span>;</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ae4ee93ce294f9a505bf6d222cda16426"> 96</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ae4ee93ce294f9a505bf6d222cda16426">rpPWInteraction</a> = <a class="code" href="classpFlow_1_1sphereInteraction.html#ae0579d94abaf8427e10a2f0d69a96563">rpPPInteraction</a>;</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35"> 96</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">ppInteractionTimer_</a>;</div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  </div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a98e515ac9de730dafe652cf79d3ce1ce">TypeInfoTemplate3</a>(<span class="stringliteral">"sphereInteraction"</span>, <a class="code" href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b">ContactForceModel</a>, <a class="code" href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9">MotionModel</a>, <a class="code" href="classpFlow_1_1sphereInteraction.html#ae368a1ff5d1ee44cd9e169593c734d2f">ContactListType</a>);</div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="comment">// constructor</span></div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e"> 99</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pwInteractionTimer_</a>;</div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06"> 102</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06">boundaryInteractionTimer_</a>;</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  </div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#adbda74b13fb6f253badf2478c99fd3cf"> 104</a></span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#adbda74b13fb6f253badf2478c99fd3cf">sphereInteraction</a>(</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="classpFlow_1_1systemControl.html">systemControl</a>& <a class="code" href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">control</a>,</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1particles.html">particles</a>& prtcl,</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1geometry.html">geometry</a>& geom)</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  :</div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <a class="code" href="classpFlow_1_1interaction.html">interaction</a>(<a class="code" href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">control</a>, prtcl, geom),</div>
|
||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942">geometryMotion_</a>(dynamic_cast<const <a class="code" href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">GeometryMotionModel</a>&>(geom)),</div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94">sphParticles_</a>(dynamic_cast<const <a class="code" href="classpFlow_1_1sphereParticles.html">sphereParticles</a>&>(prtcl)),</div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">ppInteractionTimer_</a>(<span class="stringliteral">"sphere-sphere interaction"</span>, &this-><a class="code" href="classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d">timers</a>()),</div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pwInteractionTimer_</a>(<span class="stringliteral">"sphere-wall interaction"</span>, &this-><a class="code" href="classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d">timers</a>())</div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  {</div>
|
||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordflow">if</span>(!<a class="code" href="classpFlow_1_1sphereInteraction.html#a9eab7f2a8f2976d43a4ae0bfaa31b142">createSphereInteraction</a>())</div>
|
||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  {</div>
|
||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <a class="code" href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a>;</div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  }</div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  }</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#adfe43466553828567cad6b795c0d1ea7"> 105</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#adfe43466553828567cad6b795c0d1ea7">contactListMangementTimer_</a>; </div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a61abf88ef41c8fa872a64d7cd511f022"> 107</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1sphereInteraction.html#a61abf88ef41c8fa872a64d7cd511f022">contactListMangementBoundaryTimer_</a>;</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a9eab7f2a8f2976d43a4ae0bfaa31b142">createSphereInteraction</a>();</div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  </div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a6198cba78b395b0bcc307eadfb31b82a">sphereSphereInteraction</a>();</div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  </div>
|
||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a896e9608ca8d44dee25f2f9d54344c0c">sphereWallInteraction</a>();</div>
|
||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a8be90e6e87908f6a05a132b541f59f31">rpPPInteraction</a> = </div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a8be90e6e87908f6a05a132b541f59f31"> 119</a></span>  Kokkos::RangePolicy<Kokkos::IndexType<uint32>, Kokkos::Schedule<Kokkos::Dynamic>>;</div>
|
||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
|
||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a49422fe4d2d0079808b801102d6e6265">add_vCtor</a></div>
|
||||
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  (</div>
|
||||
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="classpFlow_1_1interaction.html">interaction</a>,</div>
|
||||
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html">sphereInteraction</a>, </div>
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <a class="code" href="classpFlow_1_1systemControl.html">systemControl</a></div>
|
||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  );</div>
|
||||
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ae4ee93ce294f9a505bf6d222cda16426"> 122</a></span>  <span class="keyword">using</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ae4ee93ce294f9a505bf6d222cda16426">rpPWInteraction</a> = <a class="code" href="classpFlow_1_1sphereInteraction.html#a8be90e6e87908f6a05a132b541f59f31">rpPPInteraction</a>;</div>
|
||||
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  </div>
|
||||
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  </div>
|
||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#aeb754618145dcd64ce7b7bc9bf2fa145">TypeInfoTemplate13</a>(<span class="stringliteral">"sphereInteraction"</span>, <a class="code" href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b">ContactForceModel</a>, <a class="code" href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9">MotionModel</a>, <a class="code" href="classpFlow_1_1sphereInteraction.html#a4a48e543ab06ded34ea42c87c0e0a54f">ContactListType</a>);</div>
|
||||
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  </div>
|
||||
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
|
||||
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#ada71b97666fe3f66b31690bf12633c32"> 129</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ada71b97666fe3f66b31690bf12633c32">beforeIteration</a>()<span class="keyword"> override</span></div>
|
||||
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  }</div>
|
||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
||||
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#adbda74b13fb6f253badf2478c99fd3cf">sphereInteraction</a>(</div>
|
||||
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <a class="code" href="classpFlow_1_1systemControl.html">systemControl</a>& <a class="code" href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">control</a>,</div>
|
||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1particles.html">particles</a>& prtcl,</div>
|
||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1geometry.html">geometry</a>& geom);</div>
|
||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
||||
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  </div>
|
||||
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#afa767bddda52eb71cea18f755e17d559"> 135</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#afa767bddda52eb71cea18f755e17d559">iterate</a>()<span class="keyword"> override</span></div>
|
||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  </div>
|
||||
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span> <span class="comment">//Info<<"before contact search"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> <span class="comment"></span> <span class="keywordflow">if</span>(this-><a class="code" href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a>)</div>
|
||||
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  {</div>
|
||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a49422fe4d2d0079808b801102d6e6265">add_vCtor</a></div>
|
||||
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  (</div>
|
||||
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <a class="code" href="classpFlow_1_1interaction.html">interaction</a>,</div>
|
||||
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html">sphereInteraction</a>, </div>
|
||||
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <a class="code" href="classpFlow_1_1systemControl.html">systemControl</a></div>
|
||||
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  );</div>
|
||||
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  </div>
|
||||
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  <span class="keywordflow">if</span>( this-><a class="code" href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a>().ppEnterBroadSearch())</div>
|
||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  {</div>
|
||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="comment">//Info<<" before ppEnterBroadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">ppContactList_</a>().beforeBroadSearch();</div>
|
||||
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="comment">//Info<<" after ppEnterBroadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  }</div>
|
||||
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  </div>
|
||||
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keywordflow">if</span>(this-><a class="code" href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a>().pwEnterBroadSearch())</div>
|
||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  {</div>
|
||||
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <span class="comment">//Info<<" before pwEnterBroadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pwContactList_</a>().beforeBroadSearch();</div>
|
||||
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="comment">//Info<<" after pwEnterBroadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  }</div>
|
||||
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  </div>
|
||||
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="comment">//Info<<" before broadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordflow">if</span>( !<a class="code" href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a>().broadSearch(</div>
|
||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">ppContactList_</a>(),</div>
|
||||
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pwContactList_</a>()) )</div>
|
||||
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  {</div>
|
||||
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <a class="code" href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a><<</div>
|
||||
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="stringliteral">"unable to perform broadSearch.\n"</span>;</div>
|
||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <a class="code" href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a>;</div>
|
||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  }</div>
|
||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#ada71b97666fe3f66b31690bf12633c32">beforeIteration</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
||||
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#afa767bddda52eb71cea18f755e17d559">iterate</a>() <span class="keyword">override</span>; </div>
|
||||
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  </div>
|
||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e">afterIteration</a>() <span class="keyword">override</span>;</div>
|
||||
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
|
||||
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a0f63a62676bba1a8a5cf891337d1d201">hearChanges</a>(</div>
|
||||
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> t,</div>
|
||||
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279">dt</a>,</div>
|
||||
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> iter,</div>
|
||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1message.html">message</a>& msg, </div>
|
||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1anyList.html">anyList</a>& varList)<span class="keyword">override</span>;</div>
|
||||
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  </div>
|
||||
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div>
|
||||
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span> };</div>
|
||||
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  </div>
|
||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  </div>
|
||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span> }</div>
|
||||
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  </div>
|
||||
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <span class="comment">//Info<<" before broadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> <span class="preprocessor">#include "<a class="code" href="sphereInteraction_8cpp.html">sphereInteraction.cpp</a>"</span></div>
|
||||
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  </div>
|
||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  </div>
|
||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="keywordflow">if</span>(this-><a class="code" href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a>().ppPerformedBroadSearch())</div>
|
||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  {</div>
|
||||
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  <span class="comment">//Info<<" before afterBroadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">ppContactList_</a>().afterBroadSearch();</div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <span class="comment">//Info<<" after afterBroadSearch"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  }</div>
|
||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keywordflow">if</span>(this-><a class="code" href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">contactSearch_</a>().pwPerformedBroadSearch())</div>
|
||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  {</div>
|
||||
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <span class="comment">//Info<<" before pwContactList_().afterBroadSearch()"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pwContactList_</a>().afterBroadSearch();</div>
|
||||
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="comment">//Info<<" after pwContactList_().afterBroadSearch()"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  }</div>
|
||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  }</div>
|
||||
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="comment">//Info<<"after contact search"<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  </div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <span class="keywordflow">if</span>( <a class="code" href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94">sphParticles_</a>.<a class="code" href="classpFlow_1_1particles.html#a2b5fdb4b295d0f3bf1b91ba12cbfa381">numActive</a>()<=0)<span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="comment">//Info<<"before sphereSphereInteraction "<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">ppInteractionTimer_</a>.<a class="code" href="classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669">start</a>();</div>
|
||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a6198cba78b395b0bcc307eadfb31b82a">sphereSphereInteraction</a>();</div>
|
||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">ppInteractionTimer_</a>.<a class="code" href="classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087">end</a>();</div>
|
||||
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="comment">//Info<<"after sphereSphereInteraction "<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  </div>
|
||||
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span> <span class="comment">//Info<<"before sphereWallInteraction "<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pwInteractionTimer_</a>.<a class="code" href="classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669">start</a>();</div>
|
||||
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a896e9608ca8d44dee25f2f9d54344c0c">sphereWallInteraction</a>();</div>
|
||||
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <a class="code" href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pwInteractionTimer_</a>.<a class="code" href="classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087">end</a>();</div>
|
||||
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span> <span class="comment">//Info<<"after sphereWallInteraction "<<endInfo;</span></div>
|
||||
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  </div>
|
||||
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  }</div>
|
||||
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  </div>
|
||||
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  </div>
|
||||
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e"> 203</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e">afterIteration</a>()<span class="keyword"> override</span></div>
|
||||
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  }</div>
|
||||
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  </div>
|
||||
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  </div>
|
||||
<div class="line"><a name="l00209"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereInteraction.html#a98372d2b87e1c67d4b2eb0517336abf7"> 209</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a98372d2b87e1c67d4b2eb0517336abf7">update</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1eventMessage.html">eventMessage</a>& msg)<span class="keyword">override</span></div>
|
||||
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="comment">// it requires not action regarding any changes in the </span></div>
|
||||
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="comment">// point structure </span></div>
|
||||
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  }</div>
|
||||
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  </div>
|
||||
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a6198cba78b395b0bcc307eadfb31b82a">sphereSphereInteraction</a>();</div>
|
||||
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  </div>
|
||||
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereInteraction.html#a896e9608ca8d44dee25f2f9d54344c0c">sphereWallInteraction</a>();</div>
|
||||
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> };</div>
|
||||
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  </div>
|
||||
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  </div>
|
||||
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span> }</div>
|
||||
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  </div>
|
||||
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span> <span class="preprocessor">#include "<a class="code" href="sphereInteraction_8cpp.html">sphereInteraction.cpp</a>"</span></div>
|
||||
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  </div>
|
||||
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span> <span class="preprocessor">#endif //__sphereInteraction_hpp__</span></div>
|
||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span> <span class="preprocessor">#endif //__sphereInteraction_hpp__</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a896e9608ca8d44dee25f2f9d54344c0c"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a896e9608ca8d44dee25f2f9d54344c0c">pFlow::sphereInteraction::sphereWallInteraction</a></div><div class="ttdeci">bool sphereWallInteraction()</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00095">sphereInteraction.cpp:95</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a0d1ed1e8837f1f0d7faab5634fc10311"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a0d1ed1e8837f1f0d7faab5634fc10311">pFlow::sphereInteraction::PairsContainerType</a></div><div class="ttdeci">typename contactSearch::PairContainerType PairsContainerType</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00059">sphereInteraction.hpp:59</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ada71b97666fe3f66b31690bf12633c32"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ada71b97666fe3f66b31690bf12633c32">pFlow::sphereInteraction::beforeIteration</a></div><div class="ttdeci">bool beforeIteration() override</div><div class="ttdoc">This is called in time loop, before iterate.</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00129">sphereInteraction.hpp:129</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a85c5692b97a3b485cc3f52368b063942"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942">pFlow::sphereInteraction::geometryMotion_</a></div><div class="ttdeci">const GeometryMotionModel & geometryMotion_</div><div class="ttdoc">const reference to geometry</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00064">sphereInteraction.hpp:64</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00057">error.hpp:57</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a9609236c05a92088701e0be353ae1aa9"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9">pFlow::sphereInteraction::MotionModel</a></div><div class="ttdeci">typename geometryMotionModel::MotionModel MotionModel</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00046">sphereInteraction.hpp:46</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a5ab4b6c611c3256e54f51bbfc484d58e"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e">pFlow::sphereInteraction::afterIteration</a></div><div class="ttdeci">bool afterIteration() override</div><div class="ttdoc">This is called in time loop, after iterate.</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00203">sphereInteraction.hpp:203</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1eventMessage_html"><div class="ttname"><a href="classpFlow_1_1eventMessage.html">pFlow::eventMessage</a></div><div class="ttdef"><b>Definition:</b> <a href="eventMessage_8hpp_source.html#l00029">eventMessage.hpp:29</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1demComponent_html_a647786897b3da03fcd415b2ebcf541c0"><div class="ttname"><a href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">pFlow::demComponent::control</a></div><div class="ttdeci">const auto & control() const</div><div class="ttdoc">Const ref to systemControl.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00089">demComponent.hpp:89</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Timer_html_a60de64d75454385b23995437f1d72669"><div class="ttname"><a href="classpFlow_1_1Timer.html#a60de64d75454385b23995437f1d72669">pFlow::Timer::start</a></div><div class="ttdeci">void start()</div><div class="ttdef"><b>Definition:</b> <a href="Timer_8hpp_source.html#l00097">Timer.hpp:97</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a9eab7f2a8f2976d43a4ae0bfaa31b142"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a9eab7f2a8f2976d43a4ae0bfaa31b142">pFlow::sphereInteraction::createSphereInteraction</a></div><div class="ttdeci">bool createSphereInteraction()</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00026">sphereInteraction.cpp:26</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a829b8d15f91240e6bf9147f73f939d11"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a829b8d15f91240e6bf9147f73f939d11">pFlow::sphereInteraction::managePWContactLists</a></div><div class="ttdeci">bool managePWContactLists()</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a92d80c9a6ba7b1c4bd6cf62df514a095"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">pFlow::sphereInteraction::GeometryMotionModel</a></div><div class="ttdeci">geometryMotionModel GeometryMotionModel</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00042">sphereInteraction.hpp:42</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1contactSearch_html_ac727a42239cda225bf9aee921906e41b"><div class="ttname"><a href="classpFlow_1_1contactSearch.html#ac727a42239cda225bf9aee921906e41b">pFlow::contactSearch::PairContainerType</a></div><div class="ttdeci">unsortedPairs< ExecutionSpace, IdType > PairContainerType</div><div class="ttdef"><b>Definition:</b> <a href="contactSearch_8hpp_source.html#l00046">contactSearch.hpp:46</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a896e9608ca8d44dee25f2f9d54344c0c"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a896e9608ca8d44dee25f2f9d54344c0c">pFlow::sphereInteraction::sphereWallInteraction</a></div><div class="ttdeci">bool sphereWallInteraction()</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00085">sphereInteraction.cpp:85</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a7410a0fdcdc3d44176dd4f09373dce06"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06">pFlow::sphereInteraction::boundaryInteractionTimer_</a></div><div class="ttdeci">Timer boundaryInteractionTimer_</div><div class="ttdoc">timer for boundary interaction time</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00102">sphereInteraction.hpp:102</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ada71b97666fe3f66b31690bf12633c32"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ada71b97666fe3f66b31690bf12633c32">pFlow::sphereInteraction::beforeIteration</a></div><div class="ttdeci">bool beforeIteration() override</div><div class="ttdoc">This is called in time loop, before iterate. (overriden from demComponent)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00156">sphereInteraction.cpp:156</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a85c5692b97a3b485cc3f52368b063942"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942">pFlow::sphereInteraction::geometryMotion_</a></div><div class="ttdeci">const GeometryMotionModel & geometryMotion_</div><div class="ttdoc">const reference to geometry</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00071">sphereInteraction.hpp:71</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1message_html"><div class="ttname"><a href="classpFlow_1_1message.html">pFlow::message</a></div><div class="ttdef"><b>Definition:</b> <a href="message_8hpp_source.html#l00033">message.hpp:33</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a6192191c0e9c178a44ee1ac350fde476"><div class="ttname"><a href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">pFlow::real</a></div><div class="ttdeci">float real</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00045">builtinTypes.hpp:45</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a9609236c05a92088701e0be353ae1aa9"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a9609236c05a92088701e0be353ae1aa9">pFlow::sphereInteraction::MotionModel</a></div><div class="ttdeci">typename geometryMotionModel::MotionModel MotionModel</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00051">sphereInteraction.hpp:51</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a5ab4b6c611c3256e54f51bbfc484d58e"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e">pFlow::sphereInteraction::afterIteration</a></div><div class="ttdeci">bool afterIteration() override</div><div class="ttdoc">This is called in time loop, after iterate. (overriden from demComponent)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00337">sphereInteraction.cpp:337</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1demComponent_html_a647786897b3da03fcd415b2ebcf541c0"><div class="ttname"><a href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">pFlow::demComponent::control</a></div><div class="ttdeci">const auto & control() const</div><div class="ttdoc">Const ref to systemControl.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00088">demComponent.hpp:88</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a4a48e543ab06ded34ea42c87c0e0a54f"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a4a48e543ab06ded34ea42c87c0e0a54f">pFlow::sphereInteraction::ContactListType</a></div><div class="ttdeci">contactListType< ModelStorage, DefaultExecutionSpace, IdType > ContactListType</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00062">sphereInteraction.hpp:62</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a85466bc714e19a8eb1775698f6fce13a"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a85466bc714e19a8eb1775698f6fce13a">pFlow::sphereInteraction::IdType</a></div><div class="ttdeci">uint32 IdType</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00057">sphereInteraction.hpp:57</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a9eab7f2a8f2976d43a4ae0bfaa31b142"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a9eab7f2a8f2976d43a4ae0bfaa31b142">pFlow::sphereInteraction::createSphereInteraction</a></div><div class="ttdeci">bool createSphereInteraction()</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00022">sphereInteraction.cpp:22</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_aeb754618145dcd64ce7b7bc9bf2fa145"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#aeb754618145dcd64ce7b7bc9bf2fa145">pFlow::sphereInteraction::TypeInfoTemplate13</a></div><div class="ttdeci">TypeInfoTemplate13("sphereInteraction", ContactForceModel, MotionModel, ContactListType)</div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_abd01e8e67e3d94cab04ecaaf4f85ac1b"><div class="ttname"><a href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">pFlow::uint32</a></div><div class="ttdeci">unsigned int uint32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00056">builtinTypes.hpp:56</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a92d80c9a6ba7b1c4bd6cf62df514a095"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095">pFlow::sphereInteraction::GeometryMotionModel</a></div><div class="ttdeci">geometryMotionModel GeometryMotionModel</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00047">sphereInteraction.hpp:47</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_aec805fddfeb2d17a881e4fb13d7c16f4"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4">pFlow::sphereInteraction::boundaryInteraction_</a></div><div class="ttdeci">BoundaryListType boundaryInteraction_</div><div class="ttdoc">particle-particle and particle-wall interactions at boundaries</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00077">sphereInteraction.hpp:77</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1systemControl_html"><div class="ttname"><a href="classpFlow_1_1systemControl.html">pFlow::systemControl</a></div><div class="ttdef"><b>Definition:</b> <a href="systemControl_8hpp_source.html#l00041">systemControl.hpp:41</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1interaction_html_a18d3281d135de549b69af821b3fef223"><div class="ttname"><a href="classpFlow_1_1interaction.html#a18d3281d135de549b69af821b3fef223">pFlow::interaction::ExecutionSpace</a></div><div class="ttdeci">typename interactionBase::ExecutionSpace ExecutionSpace</div><div class="ttdef"><b>Definition:</b> <a href="interaction_8hpp_source.html#l00046">interaction.hpp:46</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a98372d2b87e1c67d4b2eb0517336abf7"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a98372d2b87e1c67d4b2eb0517336abf7">pFlow::sphereInteraction::update</a></div><div class="ttdeci">bool update(const eventMessage &msg) override</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00209">sphereInteraction.hpp:209</a></div></div>
|
||||
<div class="ttc" id="ainteraction_8hpp_html"><div class="ttname"><a href="interaction_8hpp.html">interaction.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1demComponent_html_ae69e59e991f33e7d278ff6ad19d2e87d"><div class="ttname"><a href="classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d">pFlow::demComponent::timers</a></div><div class="ttdeci">const auto & timers() const</div><div class="ttdoc">Const ref to timers.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00117">demComponent.hpp:117</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ae4ee93ce294f9a505bf6d222cda16426"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ae4ee93ce294f9a505bf6d222cda16426">pFlow::sphereInteraction::rpPWInteraction</a></div><div class="ttdeci">rpPPInteraction rpPWInteraction</div><div class="ttdoc">range policy for p-w interaction execution</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00096">sphereInteraction.hpp:96</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_adbda74b13fb6f253badf2478c99fd3cf"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#adbda74b13fb6f253badf2478c99fd3cf">pFlow::sphereInteraction::sphereInteraction</a></div><div class="ttdeci">sphereInteraction(systemControl &control, const particles &prtcl, const geometry &geom)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00104">sphereInteraction.hpp:104</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_abeef262bf78ee4dd6e40ee7834767b35"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">pFlow::sphereInteraction::ppInteractionTimer_</a></div><div class="ttdeci">Timer ppInteractionTimer_</div><div class="ttdoc">timer for particle-particle interaction computations</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00080">sphereInteraction.hpp:80</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ade3a55574b6fc47f8cc1ed1d4f8ac62a"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pFlow::sphereInteraction::pwContactList_</a></div><div class="ttdeci">uniquePtr< ContactListType > pwContactList_</div><div class="ttdoc">contact list for particle-wall interactions (keeps the history)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00077">sphereInteraction.hpp:77</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00028">demComponent.hpp:28</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a3532cc9566d064856becaf061898cc3b"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b">pFlow::sphereInteraction::ContactForceModel</a></div><div class="ttdeci">contactForceModel ContactForceModel</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00044">sphereInteraction.hpp:44</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereParticles_html"><div class="ttname"><a href="classpFlow_1_1sphereParticles.html">pFlow::sphereParticles</a></div><div class="ttdoc">Class for managing spherical particles.</div><div class="ttdef"><b>Definition:</b> <a href="sphereParticles_8hpp_source.html#l00044">sphereParticles.hpp:44</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a01d564ec7fc23a6d25277a4910cb16dd"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">pFlow::sphereInteraction::ppContactList_</a></div><div class="ttdeci">uniquePtr< ContactListType > ppContactList_</div><div class="ttdoc">contact list for particle-particle interactoins (keeps the history)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00074">sphereInteraction.hpp:74</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Timer_html_aaf81d3fdaf258088d7692fa70cece087"><div class="ttname"><a href="classpFlow_1_1Timer.html#aaf81d3fdaf258088d7692fa70cece087">pFlow::Timer::end</a></div><div class="ttdeci">void end()</div><div class="ttdef"><b>Definition:</b> <a href="Timer_8hpp_source.html#l00102">Timer.hpp:102</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ae4ee93ce294f9a505bf6d222cda16426"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ae4ee93ce294f9a505bf6d222cda16426">pFlow::sphereInteraction::rpPWInteraction</a></div><div class="ttdeci">rpPPInteraction rpPWInteraction</div><div class="ttdoc">range policy for p-w interaction execution</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00122">sphereInteraction.hpp:122</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_adbda74b13fb6f253badf2478c99fd3cf"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#adbda74b13fb6f253badf2478c99fd3cf">pFlow::sphereInteraction::sphereInteraction</a></div><div class="ttdeci">sphereInteraction(systemControl &control, const particles &prtcl, const geometry &geom)</div><div class="ttdoc">Constructor from components.</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00127">sphereInteraction.cpp:127</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_abeef262bf78ee4dd6e40ee7834767b35"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#abeef262bf78ee4dd6e40ee7834767b35">pFlow::sphereInteraction::ppInteractionTimer_</a></div><div class="ttdeci">Timer ppInteractionTimer_</div><div class="ttdoc">timer for particle-particle interaction computations</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00096">sphereInteraction.hpp:96</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a729c310e6f0ea9e1b3093b3081414668"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a729c310e6f0ea9e1b3093b3081414668">pFlow::sphereInteraction::activeBoundaries_</a></div><div class="ttdeci">boundariesMask< 6 > activeBoundaries_</div><div class="ttdoc">a mask for active boundaries (boundaries with intreaction)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00080">sphereInteraction.hpp:80</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ade3a55574b6fc47f8cc1ed1d4f8ac62a"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ade3a55574b6fc47f8cc1ed1d4f8ac62a">pFlow::sphereInteraction::pwContactList_</a></div><div class="ttdeci">uniquePtr< ContactListType > pwContactList_</div><div class="ttdoc">contact list for particle-wall interactions (keeps the history)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00092">sphereInteraction.hpp:92</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demGeometry_8hpp_source.html#l00027">demGeometry.hpp:27</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a3532cc9566d064856becaf061898cc3b"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a3532cc9566d064856becaf061898cc3b">pFlow::sphereInteraction::ContactForceModel</a></div><div class="ttdeci">contactForceModel ContactForceModel</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00049">sphereInteraction.hpp:49</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereParticles_html"><div class="ttname"><a href="classpFlow_1_1sphereParticles.html">pFlow::sphereParticles</a></div><div class="ttdoc">Class for managing spherical particles.</div><div class="ttdef"><b>Definition:</b> <a href="sphereParticles_8hpp_source.html#l00042">sphereParticles.hpp:42</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a01d564ec7fc23a6d25277a4910cb16dd"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a01d564ec7fc23a6d25277a4910cb16dd">pFlow::sphereInteraction::ppContactList_</a></div><div class="ttdeci">uniquePtr< ContactListType > ppContactList_</div><div class="ttdoc">contact list for particle-particle interactoins (keeps the history)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00089">sphereInteraction.hpp:89</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ac59f0fe4d7914668b73544ded1993086"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ac59f0fe4d7914668b73544ded1993086">pFlow::sphereInteraction::IndexType</a></div><div class="ttdeci">uint32 IndexType</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00059">sphereInteraction.hpp:59</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a8c210b9197467ebb4878ea56cb1d3270"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a8c210b9197467ebb4878ea56cb1d3270">pFlow::sphereInteraction::contactSearch_</a></div><div class="ttdeci">uniquePtr< contactSearch > contactSearch_</div><div class="ttdoc">contact search object for pp and pw interactions</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00083">sphereInteraction.hpp:83</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1anyList_html"><div class="ttname"><a href="classpFlow_1_1anyList.html">pFlow::anyList</a></div><div class="ttdef"><b>Definition:</b> <a href="anyList_8hpp_source.html#l00035">anyList.hpp:35</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1particles_html"><div class="ttname"><a href="classpFlow_1_1particles.html">pFlow::particles</a></div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00033">particles.hpp:33</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a49422fe4d2d0079808b801102d6e6265"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a49422fe4d2d0079808b801102d6e6265">pFlow::sphereInteraction::add_vCtor</a></div><div class="ttdeci">add_vCtor(interaction, sphereInteraction, systemControl)</div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00042">error.hpp:42</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_af9b03fc5ca999442443d1c28771d0a94"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94">pFlow::sphereInteraction::sphParticles_</a></div><div class="ttdeci">const sphereParticles & sphParticles_</div><div class="ttdoc">const reference to particles</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00067">sphereInteraction.hpp:67</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a49422fe4d2d0079808b801102d6e6265"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a49422fe4d2d0079808b801102d6e6265">pFlow::sphereInteraction::add_vCtor</a></div><div class="ttdeci">add_vCtor(interaction, sphereInteraction, systemControl)</div><div class="ttdoc">Add virtual constructor.</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_af9b03fc5ca999442443d1c28771d0a94"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#af9b03fc5ca999442443d1c28771d0a94">pFlow::sphereInteraction::sphParticles_</a></div><div class="ttdeci">const sphereParticles & sphParticles_</div><div class="ttdoc">const reference to particles</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00074">sphereInteraction.hpp:74</a></div></div>
|
||||
<div class="ttc" id="asphereInteractionKernels_8hpp_html"><div class="ttname"><a href="sphereInteractionKernels_8hpp.html">sphereInteractionKernels.hpp</a></div></div>
|
||||
<div class="ttc" id="asphereInteraction_8cpp_html"><div class="ttname"><a href="sphereInteraction_8cpp.html">sphereInteraction.cpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Timer_html"><div class="ttname"><a href="classpFlow_1_1Timer.html">pFlow::Timer</a></div><div class="ttdef"><b>Definition:</b> <a href="Timer_8hpp_source.html#l00039">Timer.hpp:39</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html">pFlow::sphereInteraction</a></div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00036">sphereInteraction.hpp:36</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a0ca8fe8e9a50e2e293ae2d334d505b97"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a0ca8fe8e9a50e2e293ae2d334d505b97">pFlow::sphereInteraction::ModelStorage</a></div><div class="ttdeci">typename ContactForceModel::contactForceStorage ModelStorage</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00048">sphereInteraction.hpp:48</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1particles_html_a2b5fdb4b295d0f3bf1b91ba12cbfa381"><div class="ttname"><a href="classpFlow_1_1particles.html#a2b5fdb4b295d0f3bf1b91ba12cbfa381">pFlow::particles::numActive</a></div><div class="ttdeci">auto numActive() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00138">particles.hpp:138</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1interaction_html_a4876646545c04fef726061070b4e9a3f"><div class="ttname"><a href="classpFlow_1_1interaction.html#a4876646545c04fef726061070b4e9a3f">pFlow::interaction::IndexType</a></div><div class="ttdeci">typename interactionBase::IndexType IndexType</div><div class="ttdef"><b>Definition:</b> <a href="interaction_8hpp_source.html#l00044">interaction.hpp:44</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1uniquePtr_html"><div class="ttname"><a href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr< ContactForceModel ></a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1geometry_html"><div class="ttname"><a href="classpFlow_1_1geometry.html">pFlow::geometry</a></div><div class="ttdoc">Base class for geometry for managing tri-surfaces, geometry motion, and surface physical properties.</div><div class="ttdef"><b>Definition:</b> <a href="geometry_8hpp_source.html#l00043">geometry.hpp:43</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a7fe511b7575f6a62d774460cc38ae78e"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pFlow::sphereInteraction::pwInteractionTimer_</a></div><div class="ttdeci">Timer pwInteractionTimer_</div><div class="ttdoc">timer for particle-wall interaction computations</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00083">sphereInteraction.hpp:83</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1interaction_html_a8c210b9197467ebb4878ea56cb1d3270"><div class="ttname"><a href="classpFlow_1_1interaction.html#a8c210b9197467ebb4878ea56cb1d3270">pFlow::interaction::contactSearch_</a></div><div class="ttdeci">uniquePtr< contactSearch > contactSearch_</div><div class="ttdoc">contact search object for pp and pw interactions</div><div class="ttdef"><b>Definition:</b> <a href="interaction_8hpp_source.html#l00054">interaction.hpp:54</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_afa767bddda52eb71cea18f755e17d559"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#afa767bddda52eb71cea18f755e17d559">pFlow::sphereInteraction::iterate</a></div><div class="ttdeci">bool iterate() override</div><div class="ttdoc">This is called in time loop.</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00135">sphereInteraction.hpp:135</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Timer_html"><div class="ttname"><a href="classpFlow_1_1Timer.html">pFlow::Timer</a></div><div class="ttdef"><b>Definition:</b> <a href="Timer_8hpp_source.html#l00033">Timer.hpp:33</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html">pFlow::sphereInteraction</a></div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00041">sphereInteraction.hpp:41</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a0ca8fe8e9a50e2e293ae2d334d505b97"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a0ca8fe8e9a50e2e293ae2d334d505b97">pFlow::sphereInteraction::ModelStorage</a></div><div class="ttdeci">typename ContactForceModel::contactForceStorage ModelStorage</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00053">sphereInteraction.hpp:53</a></div></div>
|
||||
<div class="ttc" id="aMPITimer_8hpp_html"><div class="ttname"><a href="MPITimer_8hpp.html">MPITimer.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1boundariesMask_html"><div class="ttname"><a href="classpFlow_1_1boundariesMask.html">pFlow::boundariesMask< 6 ></a></div></div>
|
||||
<div class="ttc" id="aboundarySphereInteractionList_8hpp_html"><div class="ttname"><a href="boundarySphereInteractionList_8hpp.html">boundarySphereInteractionList.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a8be90e6e87908f6a05a132b541f59f31"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a8be90e6e87908f6a05a132b541f59f31">pFlow::sphereInteraction::rpPPInteraction</a></div><div class="ttdeci">Kokkos::RangePolicy< Kokkos::IndexType< uint32 >, Kokkos::Schedule< Kokkos::Dynamic > > rpPPInteraction</div><div class="ttdoc">range policy for p-p interaction execution</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00119">sphereInteraction.hpp:119</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_adfe43466553828567cad6b795c0d1ea7"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#adfe43466553828567cad6b795c0d1ea7">pFlow::sphereInteraction::contactListMangementTimer_</a></div><div class="ttdeci">Timer contactListMangementTimer_</div><div class="ttdoc">timer for managing contact lists (only inernal points)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00105">sphereInteraction.hpp:105</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1uniquePtr_html"><div class="ttname"><a href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr</a></div><div class="ttdef"><b>Definition:</b> <a href="uniquePtr_8hpp_source.html#l00042">uniquePtr.hpp:42</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1geometry_html"><div class="ttname"><a href="classpFlow_1_1geometry.html">pFlow::geometry</a></div><div class="ttdoc">Base class for geometry for managing tri-surfaces, geometry motion, and surface physical properties.</div><div class="ttdef"><b>Definition:</b> <a href="geometry_8hpp_source.html#l00044">geometry.hpp:44</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a7fe511b7575f6a62d774460cc38ae78e"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a7fe511b7575f6a62d774460cc38ae78e">pFlow::sphereInteraction::pwInteractionTimer_</a></div><div class="ttdeci">Timer pwInteractionTimer_</div><div class="ttdoc">timer for particle-wall interaction computations</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00099">sphereInteraction.hpp:99</a></div></div>
|
||||
<div class="ttc" id="aboundariesMask_8hpp_html"><div class="ttname"><a href="boundariesMask_8hpp.html">boundariesMask.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_afa767bddda52eb71cea18f755e17d559"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#afa767bddda52eb71cea18f755e17d559">pFlow::sphereInteraction::iterate</a></div><div class="ttdeci">bool iterate() override</div><div class="ttdoc">This is called in time loop.</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00162">sphereInteraction.cpp:162</a></div></div>
|
||||
<div class="ttc" id="asphereParticles_8hpp_html"><div class="ttname"><a href="sphereParticles_8hpp.html">sphereParticles.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a54a996dc239c37bbbdd265524a386065"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a54a996dc239c37bbbdd265524a386065">pFlow::sphereInteraction::forceModel_</a></div><div class="ttdeci">uniquePtr< ContactForceModel > forceModel_</div><div class="ttdoc">contact force model</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00071">sphereInteraction.hpp:71</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1interaction_html_a3af07639d0071df31d0741a89d85ea76"><div class="ttname"><a href="classpFlow_1_1interaction.html#a3af07639d0071df31d0741a89d85ea76">pFlow::interaction::IdType</a></div><div class="ttdeci">typename interactionBase::IdType IdType</div><div class="ttdef"><b>Definition:</b> <a href="interaction_8hpp_source.html#l00042">interaction.hpp:42</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a597cbd8042eaa556357094485b716c05"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a597cbd8042eaa556357094485b716c05">pFlow::sphereInteraction::managePPContactLists</a></div><div class="ttdeci">bool managePPContactLists()</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ae0579d94abaf8427e10a2f0d69a96563"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ae0579d94abaf8427e10a2f0d69a96563">pFlow::sphereInteraction::rpPPInteraction</a></div><div class="ttdeci">Kokkos::RangePolicy< Kokkos::IndexType< int32 >, Kokkos::Schedule< Kokkos::Dynamic > > rpPPInteraction</div><div class="ttdoc">range policy for p-p interaction execution</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00093">sphereInteraction.hpp:93</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1interaction_html"><div class="ttname"><a href="classpFlow_1_1interaction.html">pFlow::interaction</a></div><div class="ttdef"><b>Definition:</b> <a href="interaction_8hpp_source.html#l00034">interaction.hpp:34</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a98e515ac9de730dafe652cf79d3ce1ce"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a98e515ac9de730dafe652cf79d3ce1ce">pFlow::sphereInteraction::TypeInfoTemplate3</a></div><div class="ttdeci">TypeInfoTemplate3("sphereInteraction", ContactForceModel, MotionModel, ContactListType)</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a6198cba78b395b0bcc307eadfb31b82a"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a6198cba78b395b0bcc307eadfb31b82a">pFlow::sphereInteraction::sphereSphereInteraction</a></div><div class="ttdeci">bool sphereSphereInteraction()</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00056">sphereInteraction.cpp:56</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_ae368a1ff5d1ee44cd9e169593c734d2f"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#ae368a1ff5d1ee44cd9e169593c734d2f">pFlow::sphereInteraction::ContactListType</a></div><div class="ttdeci">contactListType< ModelStorage, ExecutionSpace, IdType > ContactListType</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00057">sphereInteraction.hpp:57</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a0f63a62676bba1a8a5cf891337d1d201"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a0f63a62676bba1a8a5cf891337d1d201">pFlow::sphereInteraction::hearChanges</a></div><div class="ttdeci">bool hearChanges(real t, real dt, uint32 iter, const message &msg, const anyList &varList) override</div><div class="ttdoc">Check for changes in the point structures. (overriden from observer)</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00344">sphereInteraction.cpp:344</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a54a996dc239c37bbbdd265524a386065"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a54a996dc239c37bbbdd265524a386065">pFlow::sphereInteraction::forceModel_</a></div><div class="ttdeci">uniquePtr< ContactForceModel > forceModel_</div><div class="ttdoc">contact force model</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00086">sphereInteraction.hpp:86</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1demComponent_html_a987c4fc5fe3a75305eede553d3efc279"><div class="ttname"><a href="classpFlow_1_1demComponent.html#a987c4fc5fe3a75305eede553d3efc279">pFlow::demComponent::dt</a></div><div class="ttdeci">real dt() const</div><div class="ttdoc">Time step of integration.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8cpp_source.html#l00033">demComponent.cpp:33</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1boundarySphereInteractionList_html"><div class="ttname"><a href="classpFlow_1_1boundarySphereInteractionList.html">pFlow::boundarySphereInteractionList< ContactForceModel, GeometryMotionModel ></a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a61abf88ef41c8fa872a64d7cd511f022"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a61abf88ef41c8fa872a64d7cd511f022">pFlow::sphereInteraction::contactListMangementBoundaryTimer_</a></div><div class="ttdeci">Timer contactListMangementBoundaryTimer_</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8hpp_source.html#l00107">sphereInteraction.hpp:107</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1interaction_html"><div class="ttname"><a href="classpFlow_1_1interaction.html">pFlow::interaction</a></div><div class="ttdef"><b>Definition:</b> <a href="interaction_8hpp_source.html#l00038">interaction.hpp:38</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereInteraction_html_a6198cba78b395b0bcc307eadfb31b82a"><div class="ttname"><a href="classpFlow_1_1sphereInteraction.html#a6198cba78b395b0bcc307eadfb31b82a">pFlow::sphereInteraction::sphereSphereInteraction</a></div><div class="ttdeci">bool sphereSphereInteraction()</div><div class="ttdef"><b>Definition:</b> <a href="sphereInteraction_8cpp_source.html#l00053">sphereInteraction.cpp:53</a></div></div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_521648a0ab4242664e9ecc37593f7519.html">Interaction</a></li><li class="navelem"><a class="el" href="dir_7845a75b893e9912b1a2d3b9d9476e0b.html">sphereInteraction</a></li><li class="navelem"><a class="el" href="sphereInteraction_8hpp.html">sphereInteraction.hpp</a></li>
|
||||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_521648a0ab4242664e9ecc37593f7519.html">Interaction</a></li><li class="navelem"><a class="el" href="dir_7845a75b893e9912b1a2d3b9d9476e0b.html">sphereInteraction</a></li><li class="navelem"><a class="el" href="dir_090ca80eae8f904be22f875cecc0c880.html">sphereInteraction</a></li><li class="navelem"><a class="el" href="sphereInteraction_8hpp.html">sphereInteraction.hpp</a></li>
|
||||
<li class="footer">Generated by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
|
||||
|
Reference in New Issue
Block a user