418 lines
73 KiB
HTML
418 lines
73 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<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/Particles/particles/particles.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>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function() { init_search(); });
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
extensions: ["tex2jax.js"],
|
|
jax: ["input/TeX","output/HTML-CSS"],
|
|
});
|
|
</script>
|
|
<script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" >
|
|
<tbody>
|
|
<tr>
|
|
<td id="projectlogo"><a href="https://github.com/PhasicFlow"><img alt="Logo" src="phasicFlow_logo.png"></a></td>
|
|
<td> <div id="MSearchBox" class="MSearchBoxInactive">
|
|
<span class="left">
|
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
alt=""/>
|
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
|
</span><span class="right">
|
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="projectbrief">
|
|
<a href="https://https://cemf.ir">www.cemf.ir</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('particles_8hpp_source.html',''); initResizable(); });
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">particles.hpp</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="particles_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*------------------------------- phasicFlow</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">--------------------------------- O C enter of O O E</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">ngineering and O O M ultiscale modeling of OOOOOOO F luid</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">flow</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Copyright (C): www.cemf.ir</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> email: hamid.r.norouzi AT gmail.com</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">Licence:</span></div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> This file is part of phasicFlow code. It is a free software for</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">simulating granular and multiphase flows. You can redistribute it</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">and/or modify it under the terms of GNU General Public License v3 or</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">any other later versions.</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> phasicFlow is distributed to help others in their research in the</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">field of granular and multiphase flows, but WITHOUT ANY WARRANTY;</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">without even the implied warranty of MERCHANTABILITY or FITNESS FOR A</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">PARTICULAR PURPOSE.</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">-----------------------------------------------------------------------------*/</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#ifndef __particles_hpp__</span></div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#define __particles_hpp__</span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="demComponent_8hpp.html">demComponent.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="dynamicPointStructure_8hpp.html">dynamicPointStructure.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "<a class="code" href="particleIdHandler_8hpp.html">particleIdHandler.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "<a class="code" href="shape_8hpp.html">shape.hpp</a>"</span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></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>  </div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html"> 33</a></span> <span class="keyword">class </span><a class="code" href="classpFlow_1_1particles.html">particles</a></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  : <span class="keyword">public</span> <a class="code" href="classpFlow_1_1observer.html">observer</a></div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  , <span class="keyword">public</span> <a class="code" href="classpFlow_1_1demComponent.html">demComponent</a></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">private</span>:</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e"> 40</a></span>  <a class="code" href="classpFlow_1_1dynamicPointStructure.html">dynamicPointStructure</a> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>;</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a6e61f5b4bb4c14640f6f888dd3c99b62"> 43</a></span>  <a class="code" href="classpFlow_1_1pointField.html">uint32PointField_D</a> <a class="code" href="classpFlow_1_1particles.html#a6e61f5b4bb4c14640f6f888dd3c99b62">shapeIndex_</a>;</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9"> 46</a></span>  <a class="code" href="classpFlow_1_1pointField.html">realx3PointField_D</a> <a class="code" href="classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9">accelertion_</a>;</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad"> 49</a></span>  <a class="code" href="classpFlow_1_1pointField.html">realx3PointField_D</a> <a class="code" href="classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad">contactForce_</a>;</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528"> 52</a></span>  <a class="code" href="classpFlow_1_1pointField.html">realx3PointField_D</a> <a class="code" href="classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528">contactTorque_</a>;</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680"> 55</a></span>  <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr<particleIdHandler></a> <a class="code" href="classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680">idHandler_</a> = <span class="keyword">nullptr</span>;</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_1particles.html#a76b0c86c8e2d752ee5ee58a5f8d267ea"> 57</a></span>  <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1particles.html#a76b0c86c8e2d752ee5ee58a5f8d267ea">baseFieldBoundaryUpdateTimer_</a>;</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a21f8dfaaa7207d524df453d28ec9db83"> 60</a></span>  <span class="keyword">static</span> <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1message.html">message</a> <a class="code" href="classpFlow_1_1particles.html#a21f8dfaaa7207d524df453d28ec9db83">defaultMessage_</a>{ <a class="code" href="classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da88ec7d5086d2469ba843c7fcceade8a6">message::DEFAULT</a> };</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  </div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="keyword">protected</span>:</div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#aee1fb957af9d737605b6e8701e6d14f5"> 64</a></span>  <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1particles.html#aee1fb957af9d737605b6e8701e6d14f5">zeroForce</a>()</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>  <a class="code" href="classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad">contactForce_</a>.<a class="code" href="classpFlow_1_1pointField.html#a34b3e020ef4d15f9b2442bfff37f19b8">fill</a>(<a class="code" href="namespacepFlow.html#a477d522d35403bd985ae105bd759e9d1">zero3</a>);</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>  </div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a305a8984d573e13f073ba7ec0ecf19ca"> 69</a></span>  <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1particles.html#a305a8984d573e13f073ba7ec0ecf19ca">zeroTorque</a>()</div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  {</div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528">contactTorque_</a>.<a class="code" href="classpFlow_1_1pointField.html#a34b3e020ef4d15f9b2442bfff37f19b8">fill</a>(<a class="code" href="namespacepFlow.html#a477d522d35403bd985ae105bd759e9d1">zero3</a>);</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  }</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a1898e0b780e6dcca30fb4549130bcb82"> 74</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a1898e0b780e6dcca30fb4549130bcb82">dynPointStruct</a>()</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  {</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>;</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  }</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#ab65a0c533b6ad751af6e319e219b1bae"> 79</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#ab65a0c533b6ad751af6e319e219b1bae">pointPosition</a>()</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  {</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1internalPoints.html#a70608727da7af695329afce5745727d4">pointPosition</a>();</div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  }</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a5510fc4c738a58127dcb6a83f10e1106"> 84</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a5510fc4c738a58127dcb6a83f10e1106">idHandler</a>()</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  {</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680">idHandler_</a>();</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  }</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#aec85cf001ef0861b02b3492c89bc9c75"> 89</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#aec85cf001ef0861b02b3492c89bc9c75">shapeIndex</a>()</div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  {</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a6e61f5b4bb4c14640f6f888dd3c99b62">shapeIndex_</a>;</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</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> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  </div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="comment">// type info</span></div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <a class="code" href="classpFlow_1_1particles.html#aba08b9f91e550622706972bfda2fb71d">TypeInfo</a>(<span class="stringliteral">"particles"</span>);</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
|
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keyword">explicit</span> <a class="code" href="classpFlow_1_1particles.html#ab93291e217f8e7630df6f74d2a3119b6">particles</a>(<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="l00100"></a><span class="lineno"> 100</span>  </div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a5a5187815d4381e1ef3246ff4ca9eae3"> 101</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a5a5187815d4381e1ef3246ff4ca9eae3">dynPointStruct</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>;</div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  }</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  </div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#af594ba73474d415474d32afc783799b1"> 106</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>& <a class="code" href="classpFlow_1_1particles.html#af594ba73474d415474d32afc783799b1">pStruct</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>;</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"><a class="line" href="classpFlow_1_1particles.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88"> 111</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88">simDomain</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1pointStructure.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88">simDomain</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>  </div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#ac83f377533f26c27400c8e9b1ba26f8e"> 116</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#ac83f377533f26c27400c8e9b1ba26f8e">thisDomain</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1pointStructure.html#ac83f377533f26c27400c8e9b1ba26f8e">thisDomain</a>();</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  }</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a0d2a7b5c43832e65e2cbf5f9de32856d"> 121</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a0d2a7b5c43832e65e2cbf5f9de32856d">extendedDomain</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1pointStructure.html#a0d2a7b5c43832e65e2cbf5f9de32856d">extendedDomain</a>();</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</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"><a class="line" href="classpFlow_1_1particles.html#a10efdf47ffedbdc720f71c2f72b98d98"> 126</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1particles.html#a10efdf47ffedbdc720f71c2f72b98d98">size</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1internalPoints.html#a29636b87d7c459031e2410e5d7623b0f">size</a>();</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  }</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a234de5cb432c97fcb4b0f806bb86624e"> 131</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1particles.html#a234de5cb432c97fcb4b0f806bb86624e">capacity</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1internalPoints.html#af0bead6b4b4f0990ec3e4837bd1e1ea3">capacity</a>();</div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a2b5fdb4b295d0f3bf1b91ba12cbfa381"> 136</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1particles.html#a2b5fdb4b295d0f3bf1b91ba12cbfa381">numActive</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1internalPoints.html#a8ea5ff2610c591dcf7e68d0c84b2d23b">numActive</a>();</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  }</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  </div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a56656d26e43a5de9dd4dad90b67b243d"> 141</a></span>  <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1particles.html#a56656d26e43a5de9dd4dad90b67b243d">isAllActive</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1internalPoints.html#a56656d26e43a5de9dd4dad90b67b243d">isAllActive</a>();</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>  </div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a248ed9b3af5e1fb5427f9dacb68eec9e"> 146</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a248ed9b3af5e1fb5427f9dacb68eec9e">pointPosition</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1internalPoints.html#a70608727da7af695329afce5745727d4">pointPosition</a>();</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>  </div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#ad9a718f1ea228888eba2db158b99b74a"> 151</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#ad9a718f1ea228888eba2db158b99b74a">velocity</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">dynPointStruct_</a>.<a class="code" href="classpFlow_1_1dynamicPointStructure.html#aa32434985dce3f633834201f9b6a76bf">velocity</a>();</div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"> 154</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"><a class="line" href="classpFlow_1_1particles.html#a972c390e6438aa3692e0389bbcf76f1a"> 156</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a972c390e6438aa3692e0389bbcf76f1a">accelertion</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9">accelertion_</a>;</div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</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"><a class="line" href="classpFlow_1_1particles.html#a26a6c3f344d9398ca372621b3757c31f"> 161</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a26a6c3f344d9398ca372621b3757c31f">accelertion</a>()</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>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9">accelertion_</a>;</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"><a class="line" href="classpFlow_1_1particles.html#af2630cdd7d756a56160ba4864cf29b0c"> 166</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#af2630cdd7d756a56160ba4864cf29b0c">contactForce</a>()</div>
|
|
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  {</div>
|
|
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad">contactForce_</a>;</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>  </div>
|
|
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#a0db2375a0646859ef8467be694143866"> 171</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a0db2375a0646859ef8467be694143866">contactForce</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad">contactForce_</a>;</div>
|
|
<div class="line"><a name="l00174"></a><span class="lineno"> 174</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"><a class="line" href="classpFlow_1_1particles.html#a9fb814d08718f09aef070e85e44530e1"> 176</a></span>  <span class="keyword">inline</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#a9fb814d08718f09aef070e85e44530e1">contactTorque</a>()</div>
|
|
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  {</div>
|
|
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528">contactTorque_</a>;</div>
|
|
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  }</div>
|
|
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  </div>
|
|
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#aa7215b1c42fe387c4cfaaa70844b49af"> 181</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1particles.html#aa7215b1c42fe387c4cfaaa70844b49af">contactTorque</a>()<span class="keyword"> const</span></div>
|
|
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528">contactTorque_</a>;</div>
|
|
<div class="line"><a name="l00184"></a><span class="lineno"> 184</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="keyword">inline</span> </div>
|
|
<div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classpFlow_1_1particles.html#add92d5f7e6470b1412347d2ab07889b1"> 187</a></span>  uint <a class="code" href="classpFlow_1_1particles.html#add92d5f7e6470b1412347d2ab07889b1">maxId</a>()<span class="keyword">const</span></div>
|
|
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> <span class="keyword"> </span>{</div>
|
|
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680">idHandler_</a>().maxId();</div>
|
|
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  }</div>
|
|
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  </div>
|
|
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32">beforeIteration</a>() <span class="keyword">override</span>;</div>
|
|
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  </div>
|
|
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1particles.html#afa767bddda52eb71cea18f755e17d559">iterate</a>() <span class="keyword">override</span>;</div>
|
|
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>  </div>
|
|
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1particles.html#a5ab4b6c611c3256e54f51bbfc484d58e">afterIteration</a>() <span class="keyword">override</span>;</div>
|
|
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  </div>
|
|
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1particles.html#aee68328dcc475b5db0d94ec5c7c6ad01">insertParticles</a>(</div>
|
|
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">realx3Vector</a>& position,</div>
|
|
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">wordVector</a>& shapesNames,</div>
|
|
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1anyList.html">anyList</a>& setVarList</div>
|
|
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  ) = 0;</div>
|
|
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  </div>
|
|
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointField.html">uint32PointField_D</a>& <a class="code" href="classpFlow_1_1particles.html#ab584c397b73fb9551373ef65caa39914">propertyId</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  </div>
|
|
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointField.html">realPointField_D</a>& <a class="code" href="classpFlow_1_1particles.html#a3fde40d68117d2d9ca4c44f0eef0b1fe">diameter</a>() <span class="keyword">const</span> = 0;</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>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointField.html">realPointField_D</a>& <a class="code" href="classpFlow_1_1particles.html#a0c84a7a49dcb2d66c67bce60365afef1">mass</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  </div>
|
|
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keyword">virtual</span> <a class="code" href="classpFlow_1_1pointField.html">realx3PointField_D</a>& <a class="code" href="classpFlow_1_1particles.html#a7b790efb4cf58acede50bad1739e1b75">rAcceleration</a>() = 0;</div>
|
|
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  </div>
|
|
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointField.html">realx3PointField_D</a>& <a class="code" href="classpFlow_1_1particles.html#a7b790efb4cf58acede50bad1739e1b75">rAcceleration</a>() <span class="keyword">const</span> = 0;</div>
|
|
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  </div>
|
|
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointField.html">realPointField_D</a>& <a class="code" href="classpFlow_1_1particles.html#adaa26de060a2ce43e01c63ff154a820e">boundingSphere</a>() <span class="keyword">const</span> = 0;</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="keyword">virtual</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a> <a class="code" href="classpFlow_1_1particles.html#af1ef13dca34d5f3770edd71a42582560">shapeTypeName</a>() <span class="keyword">const</span> = 0;</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="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="classpFlow_1_1shape.html">shape</a>& <a class="code" href="classpFlow_1_1particles.html#ac0e2686e172da2ac90026fd665cb0122">getShapes</a>() <span class="keyword">const</span> = 0;</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>  <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1particles.html#aa8d7c58c3cb52c881a119c56dbb7b5df">boundingSphereMinMax</a>(<a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& minDiam, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& maxDiam) <span class="keyword">const</span> = 0;</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> }; <span class="comment">// particles</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="comment">// namespace pFlow</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 //__particles_hpp__</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a56656d26e43a5de9dd4dad90b67b243d"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a56656d26e43a5de9dd4dad90b67b243d">pFlow::internalPoints::isAllActive</a></div><div class="ttdeci">bool isAllActive() const</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00195">internalPoints.hpp:195</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1observer_html"><div class="ttname"><a href="classpFlow_1_1observer.html">pFlow::observer</a></div><div class="ttdef"><b>Definition:</b> <a href="observer_8hpp_source.html#l00033">observer.hpp:33</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ada71b97666fe3f66b31690bf12633c32"><div class="ttname"><a href="classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32">pFlow::particles::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="particles_8cpp_source.html#l00086">particles.cpp:86</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_afa767bddda52eb71cea18f755e17d559"><div class="ttname"><a href="classpFlow_1_1particles.html#afa767bddda52eb71cea18f755e17d559">pFlow::particles::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="particles_8cpp_source.html#l00104">particles.cpp:104</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1dynamicPointStructure_html_aa32434985dce3f633834201f9b6a76bf"><div class="ttname"><a href="classpFlow_1_1dynamicPointStructure.html#aa32434985dce3f633834201f9b6a76bf">pFlow::dynamicPointStructure::velocity</a></div><div class="ttdeci">const realx3PointField_D & velocity() const</div><div class="ttdef"><b>Definition:</b> <a href="dynamicPointStructure_8hpp_source.html#l00074">dynamicPointStructure.hpp:74</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ad9a718f1ea228888eba2db158b99b74a"><div class="ttname"><a href="classpFlow_1_1particles.html#ad9a718f1ea228888eba2db158b99b74a">pFlow::particles::velocity</a></div><div class="ttdeci">const auto & velocity() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00151">particles.hpp:151</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a305a8984d573e13f073ba7ec0ecf19ca"><div class="ttname"><a href="classpFlow_1_1particles.html#a305a8984d573e13f073ba7ec0ecf19ca">pFlow::particles::zeroTorque</a></div><div class="ttdeci">void zeroTorque()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00069">particles.hpp:69</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a972c390e6438aa3692e0389bbcf76f1a"><div class="ttname"><a href="classpFlow_1_1particles.html#a972c390e6438aa3692e0389bbcf76f1a">pFlow::particles::accelertion</a></div><div class="ttdeci">const auto & accelertion() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00156">particles.hpp:156</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_1particles_html_a248ed9b3af5e1fb5427f9dacb68eec9e"><div class="ttname"><a href="classpFlow_1_1particles.html#a248ed9b3af5e1fb5427f9dacb68eec9e">pFlow::particles::pointPosition</a></div><div class="ttdeci">const auto & pointPosition() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00146">particles.hpp:146</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a0db2375a0646859ef8467be694143866"><div class="ttname"><a href="classpFlow_1_1particles.html#a0db2375a0646859ef8467be694143866">pFlow::particles::contactForce</a></div><div class="ttdeci">const auto & contactForce() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00171">particles.hpp:171</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="ashape_8hpp_html"><div class="ttname"><a href="shape_8hpp.html">shape.hpp</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a5a5187815d4381e1ef3246ff4ca9eae3"><div class="ttname"><a href="classpFlow_1_1particles.html#a5a5187815d4381e1ef3246ff4ca9eae3">pFlow::particles::dynPointStruct</a></div><div class="ttdeci">const auto & dynPointStruct() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00101">particles.hpp:101</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ac83f377533f26c27400c8e9b1ba26f8e"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ac83f377533f26c27400c8e9b1ba26f8e">pFlow::pointStructure::thisDomain</a></div><div class="ttdeci">const auto & thisDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00155">pointStructure.hpp:155</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_af2630cdd7d756a56160ba4864cf29b0c"><div class="ttname"><a href="classpFlow_1_1particles.html#af2630cdd7d756a56160ba4864cf29b0c">pFlow::particles::contactForce</a></div><div class="ttdeci">auto & contactForce()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00166">particles.hpp:166</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a7b790efb4cf58acede50bad1739e1b75"><div class="ttname"><a href="classpFlow_1_1particles.html#a7b790efb4cf58acede50bad1739e1b75">pFlow::particles::rAcceleration</a></div><div class="ttdeci">virtual realx3PointField_D & rAcceleration()=0</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_af1ef13dca34d5f3770edd71a42582560"><div class="ttname"><a href="classpFlow_1_1particles.html#af1ef13dca34d5f3770edd71a42582560">pFlow::particles::shapeTypeName</a></div><div class="ttdeci">virtual word shapeTypeName() const =0</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a70608727da7af695329afce5745727d4"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a70608727da7af695329afce5745727d4">pFlow::internalPoints::pointPosition</a></div><div class="ttdeci">const PointsType & pointPosition() const</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8cpp_source.html#l00209">internalPoints.cpp:209</a></div></div>
|
|
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00064">builtinTypes.hpp:64</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_aee68328dcc475b5db0d94ec5c7c6ad01"><div class="ttname"><a href="classpFlow_1_1particles.html#aee68328dcc475b5db0d94ec5c7c6ad01">pFlow::particles::insertParticles</a></div><div class="ttdeci">virtual bool insertParticles(const realx3Vector &position, const wordVector &shapesNames, const anyList &setVarList)=0</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="anamespacepFlow_html_a477d522d35403bd985ae105bd759e9d1"><div class="ttname"><a href="namespacepFlow.html#a477d522d35403bd985ae105bd759e9d1">pFlow::zero3</a></div><div class="ttdeci">const realx3 zero3(0.0)</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00137">types.hpp:137</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a0c84a7a49dcb2d66c67bce60365afef1"><div class="ttname"><a href="classpFlow_1_1particles.html#a0c84a7a49dcb2d66c67bce60365afef1">pFlow::particles::mass</a></div><div class="ttdeci">virtual const realPointField_D & mass() const =0</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a234de5cb432c97fcb4b0f806bb86624e"><div class="ttname"><a href="classpFlow_1_1particles.html#a234de5cb432c97fcb4b0f806bb86624e">pFlow::particles::capacity</a></div><div class="ttdeci">auto capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00131">particles.hpp:131</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ac83f377533f26c27400c8e9b1ba26f8e"><div class="ttname"><a href="classpFlow_1_1particles.html#ac83f377533f26c27400c8e9b1ba26f8e">pFlow::particles::thisDomain</a></div><div class="ttdeci">const auto & thisDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00116">particles.hpp:116</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ab6e47ba73b45a9bdfe3aeb0e3d629b88"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88">pFlow::pointStructure::simDomain</a></div><div class="ttdeci">const auto & simDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00149">pointStructure.hpp:149</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1dynamicPointStructure_html"><div class="ttname"><a href="classpFlow_1_1dynamicPointStructure.html">pFlow::dynamicPointStructure</a></div><div class="ttdef"><b>Definition:</b> <a href="dynamicPointStructure_8hpp_source.html#l00035">dynamicPointStructure.hpp:35</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a0d2a7b5c43832e65e2cbf5f9de32856d"><div class="ttname"><a href="classpFlow_1_1particles.html#a0d2a7b5c43832e65e2cbf5f9de32856d">pFlow::particles::extendedDomain</a></div><div class="ttdeci">const auto & extendedDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00121">particles.hpp:121</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a3fde40d68117d2d9ca4c44f0eef0b1fe"><div class="ttname"><a href="classpFlow_1_1particles.html#a3fde40d68117d2d9ca4c44f0eef0b1fe">pFlow::particles::diameter</a></div><div class="ttdeci">virtual const realPointField_D & diameter() const =0</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_1particles_html_a51a83cecc7ff3322ab09cb31c070692e"><div class="ttname"><a href="classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e">pFlow::particles::dynPointStruct_</a></div><div class="ttdeci">dynamicPointStructure dynPointStruct_</div><div class="ttdoc">dynamic point structure for particles center mass</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00040">particles.hpp:40</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1pointField_html"><div class="ttname"><a href="classpFlow_1_1pointField.html">pFlow::pointField</a></div><div class="ttdef"><b>Definition:</b> <a href="pointField_8hpp_source.html#l00033">pointField.hpp:33</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_aee1fb957af9d737605b6e8701e6d14f5"><div class="ttname"><a href="classpFlow_1_1particles.html#aee1fb957af9d737605b6e8701e6d14f5">pFlow::particles::zeroForce</a></div><div class="ttdeci">void zeroForce()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00064">particles.hpp:64</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a6e61f5b4bb4c14640f6f888dd3c99b62"><div class="ttname"><a href="classpFlow_1_1particles.html#a6e61f5b4bb4c14640f6f888dd3c99b62">pFlow::particles::shapeIndex_</a></div><div class="ttdeci">uint32PointField_D shapeIndex_</div><div class="ttdoc">shape index of each particle</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00043">particles.hpp:43</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1pointStructure_html"><div class="ttname"><a href="classpFlow_1_1pointStructure.html">pFlow::pointStructure</a></div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00034">pointStructure.hpp:34</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_adaa26de060a2ce43e01c63ff154a820e"><div class="ttname"><a href="classpFlow_1_1particles.html#adaa26de060a2ce43e01c63ff154a820e">pFlow::particles::boundingSphere</a></div><div class="ttdeci">virtual const realPointField_D & boundingSphere() const =0</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_add92d5f7e6470b1412347d2ab07889b1"><div class="ttname"><a href="classpFlow_1_1particles.html#add92d5f7e6470b1412347d2ab07889b1">pFlow::particles::maxId</a></div><div class="ttdeci">uint maxId() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00187">particles.hpp:187</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_1particles_html_ab65a0c533b6ad751af6e319e219b1bae"><div class="ttname"><a href="classpFlow_1_1particles.html#ab65a0c533b6ad751af6e319e219b1bae">pFlow::particles::pointPosition</a></div><div class="ttdeci">auto & pointPosition()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00079">particles.hpp:79</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a8ea5ff2610c591dcf7e68d0c84b2d23b"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a8ea5ff2610c591dcf7e68d0c84b2d23b">pFlow::internalPoints::numActive</a></div><div class="ttdeci">uint32 numActive() const</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00188">internalPoints.hpp:188</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ab93291e217f8e7630df6f74d2a3119b6"><div class="ttname"><a href="classpFlow_1_1particles.html#ab93291e217f8e7630df6f74d2a3119b6">pFlow::particles::particles</a></div><div class="ttdeci">particles(systemControl &control)</div><div class="ttdef"><b>Definition:</b> <a href="particles_8cpp_source.html#l00022">particles.cpp:22</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a76b0c86c8e2d752ee5ee58a5f8d267ea"><div class="ttname"><a href="classpFlow_1_1particles.html#a76b0c86c8e2d752ee5ee58a5f8d267ea">pFlow::particles::baseFieldBoundaryUpdateTimer_</a></div><div class="ttdeci">Timer baseFieldBoundaryUpdateTimer_</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00057">particles.hpp:57</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1shape_html"><div class="ttname"><a href="classpFlow_1_1shape.html">pFlow::shape</a></div><div class="ttdef"><b>Definition:</b> <a href="shape_8hpp_source.html#l00030">shape.hpp:30</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ab6e47ba73b45a9bdfe3aeb0e3d629b88"><div class="ttname"><a href="classpFlow_1_1particles.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88">pFlow::particles::simDomain</a></div><div class="ttdeci">const auto & simDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00111">particles.hpp:111</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1demComponent_html"><div class="ttname"><a href="classpFlow_1_1demComponent.html">pFlow::demComponent</a></div><div class="ttdoc">A base class for every main component of DEM system.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00042">demComponent.hpp:42</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a9fb814d08718f09aef070e85e44530e1"><div class="ttname"><a href="classpFlow_1_1particles.html#a9fb814d08718f09aef070e85e44530e1">pFlow::particles::contactTorque</a></div><div class="ttdeci">auto & contactTorque()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00176">particles.hpp:176</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_1particles_html_a7191e43331d75efa3b6ba1f7e36f15ad"><div class="ttname"><a href="classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad">pFlow::particles::contactForce_</a></div><div class="ttdeci">realx3PointField_D contactForce_</div><div class="ttdoc">contact force field</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00049">particles.hpp:49</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ac0e2686e172da2ac90026fd665cb0122"><div class="ttname"><a href="classpFlow_1_1particles.html#ac0e2686e172da2ac90026fd665cb0122">pFlow::particles::getShapes</a></div><div class="ttdeci">virtual const shape & getShapes() const =0</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_aec85cf001ef0861b02b3492c89bc9c75"><div class="ttname"><a href="classpFlow_1_1particles.html#aec85cf001ef0861b02b3492c89bc9c75">pFlow::particles::shapeIndex</a></div><div class="ttdeci">auto & shapeIndex()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00089">particles.hpp:89</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a5ab4b6c611c3256e54f51bbfc484d58e"><div class="ttname"><a href="classpFlow_1_1particles.html#a5ab4b6c611c3256e54f51bbfc484d58e">pFlow::particles::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="particles_8cpp_source.html#l00110">particles.cpp:110</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ab584c397b73fb9551373ef65caa39914"><div class="ttname"><a href="classpFlow_1_1particles.html#ab584c397b73fb9551373ef65caa39914">pFlow::particles::propertyId</a></div><div class="ttdeci">virtual const uint32PointField_D & propertyId() const =0</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a10efdf47ffedbdc720f71c2f72b98d98"><div class="ttname"><a href="classpFlow_1_1particles.html#a10efdf47ffedbdc720f71c2f72b98d98">pFlow::particles::size</a></div><div class="ttdeci">auto size() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00126">particles.hpp:126</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a0d2a7b5c43832e65e2cbf5f9de32856d"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a0d2a7b5c43832e65e2cbf5f9de32856d">pFlow::pointStructure::extendedDomain</a></div><div class="ttdeci">const auto & extendedDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00161">pointStructure.hpp:161</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_aa7215b1c42fe387c4cfaaa70844b49af"><div class="ttname"><a href="classpFlow_1_1particles.html#aa7215b1c42fe387c4cfaaa70844b49af">pFlow::particles::contactTorque</a></div><div class="ttdeci">const auto & contactTorque() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00181">particles.hpp:181</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#l00136">particles.hpp:136</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1pointField_html_a34b3e020ef4d15f9b2442bfff37f19b8"><div class="ttname"><a href="classpFlow_1_1pointField.html#a34b3e020ef4d15f9b2442bfff37f19b8">pFlow::pointField::fill</a></div><div class="ttdeci">void fill(const T &val)</div><div class="ttdef"><b>Definition:</b> <a href="pointField_8hpp_source.html#l00138">pointField.hpp:138</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a56656d26e43a5de9dd4dad90b67b243d"><div class="ttname"><a href="classpFlow_1_1particles.html#a56656d26e43a5de9dd4dad90b67b243d">pFlow::particles::isAllActive</a></div><div class="ttdeci">bool isAllActive() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00141">particles.hpp:141</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a29636b87d7c459031e2410e5d7623b0f"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a29636b87d7c459031e2410e5d7623b0f">pFlow::internalPoints::size</a></div><div class="ttdeci">uint32 size() const</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00168">internalPoints.hpp:168</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a21f8dfaaa7207d524df453d28ec9db83"><div class="ttname"><a href="classpFlow_1_1particles.html#a21f8dfaaa7207d524df453d28ec9db83">pFlow::particles::defaultMessage_</a></div><div class="ttdeci">static const message defaultMessage_</div><div class="ttdoc">messages for this objects</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00060">particles.hpp:60</a></div></div>
|
|
<div class="ttc" id="adynamicPointStructure_8hpp_html"><div class="ttname"><a href="dynamicPointStructure_8hpp.html">dynamicPointStructure.hpp</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a5510fc4c738a58127dcb6a83f10e1106"><div class="ttname"><a href="classpFlow_1_1particles.html#a5510fc4c738a58127dcb6a83f10e1106">pFlow::particles::idHandler</a></div><div class="ttdeci">auto & idHandler()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00084">particles.hpp:84</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a26a6c3f344d9398ca372621b3757c31f"><div class="ttname"><a href="classpFlow_1_1particles.html#a26a6c3f344d9398ca372621b3757c31f">pFlow::particles::accelertion</a></div><div class="ttdeci">auto & accelertion()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00161">particles.hpp:161</a></div></div>
|
|
<div class="ttc" id="ademComponent_8hpp_html"><div class="ttname"><a href="demComponent_8hpp.html">demComponent.hpp</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a60c7e8589518715b54706d35e2b428c9"><div class="ttname"><a href="classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9">pFlow::particles::accelertion_</a></div><div class="ttdeci">realx3PointField_D accelertion_</div><div class="ttdoc">acceleration on device</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00046">particles.hpp:46</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_1particles_html_a358164022c2857aefc5bff1122639680"><div class="ttname"><a href="classpFlow_1_1particles.html#a358164022c2857aefc5bff1122639680">pFlow::particles::idHandler_</a></div><div class="ttdeci">uniquePtr< particleIdHandler > idHandler_</div><div class="ttdoc">handling new ids for new particles</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00055">particles.hpp:55</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_a1898e0b780e6dcca30fb4549130bcb82"><div class="ttname"><a href="classpFlow_1_1particles.html#a1898e0b780e6dcca30fb4549130bcb82">pFlow::particles::dynPointStruct</a></div><div class="ttdeci">auto & dynPointStruct()</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00074">particles.hpp:74</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_aba08b9f91e550622706972bfda2fb71d"><div class="ttname"><a href="classpFlow_1_1particles.html#aba08b9f91e550622706972bfda2fb71d">pFlow::particles::TypeInfo</a></div><div class="ttdeci">TypeInfo("particles")</div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_af594ba73474d415474d32afc783799b1"><div class="ttname"><a href="classpFlow_1_1particles.html#af594ba73474d415474d32afc783799b1">pFlow::particles::pStruct</a></div><div class="ttdeci">const pointStructure & pStruct() const</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00106">particles.hpp:106</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_ac1c2da7e5c2021d8b6eb17684a572528"><div class="ttname"><a href="classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528">pFlow::particles::contactTorque_</a></div><div class="ttdeci">realx3PointField_D contactTorque_</div><div class="ttdoc">contact torque field</div><div class="ttdef"><b>Definition:</b> <a href="particles_8hpp_source.html#l00052">particles.hpp:52</a></div></div>
|
|
<div class="ttc" id="aparticleIdHandler_8hpp_html"><div class="ttname"><a href="particleIdHandler_8hpp.html">particleIdHandler.hpp</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1Vector_html"><div class="ttname"><a href="classpFlow_1_1Vector.html">pFlow::Vector< realx3 ></a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1particles_html_aa8d7c58c3cb52c881a119c56dbb7b5df"><div class="ttname"><a href="classpFlow_1_1particles.html#aa8d7c58c3cb52c881a119c56dbb7b5df">pFlow::particles::boundingSphereMinMax</a></div><div class="ttdeci">virtual void boundingSphereMinMax(real &minDiam, real &maxDiam) const =0</div><div class="ttdef"><b>Definition:</b> <a href="particles_8cpp_source.html#l00116">particles.cpp:116</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1message_html_a9ebe5a85b9070712ab5db5fd0bed687da88ec7d5086d2469ba843c7fcceade8a6"><div class="ttname"><a href="classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da88ec7d5086d2469ba843c7fcceade8a6">pFlow::message::DEFAULT</a></div><div class="ttdeci">@ DEFAULT</div><div class="ttdef"><b>Definition:</b> <a href="message_8hpp_source.html#l00038">message.hpp:38</a></div></div>
|
|
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_af0bead6b4b4f0990ec3e4837bd1e1ea3"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#af0bead6b4b4f0990ec3e4837bd1e1ea3">pFlow::internalPoints::capacity</a></div><div class="ttdeci">uint32 capacity() const</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00175">internalPoints.hpp:175</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_9e72493e858003bd3d74a55a2aedd075.html">Particles</a></li><li class="navelem"><a class="el" href="dir_b351bcc3c60d144476bd2e30437abfde.html">particles</a></li><li class="navelem"><a class="el" href="particles_8hpp.html">particles.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>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|