2023-03-27 10:16:23 -07:00
<!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" / >
2023-04-23 12:52:57 -07:00
< 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." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: sphereParticles Class Reference< / 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 >
2023-04-02 11:35:43 -07:00
< 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 >
2023-03-27 10:16:23 -07:00
< 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" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< 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 >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / 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('classpFlow_1_1sphereParticles.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 = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1sphereParticles-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > sphereParticles Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Class for managing spherical particles.
< a href = "classpFlow_1_1sphereParticles.html#details" > More...< / a > < / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for sphereParticles:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles__inherit__graph.png" border = "0" usemap = "#sphereParticles_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "sphereParticles_inherit__map" id = "sphereParticles_inherit__map" >
< area shape = "rect" title = "Class for managing spherical particles." alt = "" coords = "5,80,127,107" / >
< area shape = "rect" href = "classpFlow_1_1particles.html" title = " " alt = "" coords = "27,5,105,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for sphereParticles:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles__coll__graph.png" border = "0" usemap = "#sphereParticles_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "sphereParticles_coll__map" id = "sphereParticles_coll__map" >
< area shape = "rect" title = "Class for managing spherical particles." alt = "" coords = "720,207,841,233" / >
< area shape = "rect" href = "classpFlow_1_1particles.html" title = " " alt = "" coords = "399,133,477,160" / >
< area shape = "rect" href = "classpFlow_1_1pointField.html" title = " " alt = "" coords = "5,95,183,137" / >
< area shape = "rect" href = "classpFlow_1_1property.html" title = "property holds the pure properties of materials." alt = "" coords = "399,184,477,211" / >
< area shape = "rect" href = "classpFlow_1_1uniquePtr.html" title = " " alt = "" coords = "323,235,553,261" / >
< area shape = "rect" href = "classpFlow_1_1Timer.html" title = " " alt = "" coords = "408,319,468,345" / >
< area shape = "rect" href = "classpFlow_1_1sphereShape.html" title = " " alt = "" coords = "385,369,491,396" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:af3a0e20c9660776af6f0b8118e89e880" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#af3a0e20c9660776af6f0b8118e89e880" > sphereParticles< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & prop)< / td > < / tr >
< tr class = "memdesc:af3a0e20c9660776af6f0b8118e89e880" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > construct from < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > and property < a href = "classpFlow_1_1sphereParticles.html#af3a0e20c9660776af6f0b8118e89e880" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af3a0e20c9660776af6f0b8118e89e880" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8450f38410b7af1eaf07469a494c605a" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a8450f38410b7af1eaf07469a494c605a" > sphereParticles< / a > (const < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a8450f38410b7af1eaf07469a494c605a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > no copy constructor < a href = "classpFlow_1_1sphereParticles.html#a8450f38410b7af1eaf07469a494c605a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a8450f38410b7af1eaf07469a494c605a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab53f5698d4c9a33f95a2964fb4dc7bf5" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ab53f5698d4c9a33f95a2964fb4dc7bf5" > sphereParticles< / a > (< a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:ab53f5698d4c9a33f95a2964fb4dc7bf5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > move constructor < a href = "classpFlow_1_1sphereParticles.html#ab53f5698d4c9a33f95a2964fb4dc7bf5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab53f5698d4c9a33f95a2964fb4dc7bf5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > no copy-assignement < a href = "classpFlow_1_1sphereParticles.html#a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe03b35056f02b20e6e222b18bdeaf34" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#afe03b35056f02b20e6e222b18bdeaf34" > operator=< / a > (< a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:afe03b35056f02b20e6e222b18bdeaf34" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > move-assignement < a href = "classpFlow_1_1sphereParticles.html#afe03b35056f02b20e6e222b18bdeaf34" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afe03b35056f02b20e6e222b18bdeaf34" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a55eec252a6d08a330907d3adab18add1" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a55eec252a6d08a330907d3adab18add1" > ~sphereParticles< / a > ()=default< / td > < / tr >
< tr class = "separator:a55eec252a6d08a330907d3adab18add1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a99cba4c27cdaa229242ccd3b22b04fba" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a99cba4c27cdaa229242ccd3b22b04fba" > insertParticles< / a > (const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & < a class = "el" href = "classpFlow_1_1particles.html#ae69018cbb9a008005d5749278a51f7aa" > position< / a > , const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa49a29f32e1d595c523d5a00b7001380" > shapes< / a > , const < a class = "el" href = "classpFlow_1_1setFieldList.html" > setFieldList< / a > & setField) override< / td > < / tr >
< tr class = "memdesc:a99cba4c27cdaa229242ccd3b22b04fba" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Insert new particles in position with specified shapes. < a href = "classpFlow_1_1sphereParticles.html#a99cba4c27cdaa229242ccd3b22b04fba" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a99cba4c27cdaa229242ccd3b22b04fba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa49a29f32e1d595c523d5a00b7001380" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa49a29f32e1d595c523d5a00b7001380" > shapes< / a > () const< / td > < / tr >
< tr class = "memdesc:aa49a29f32e1d595c523d5a00b7001380" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const reference to shapes object < a href = "classpFlow_1_1sphereParticles.html#aa49a29f32e1d595c523d5a00b7001380" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa49a29f32e1d595c523d5a00b7001380" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa1c1c863653fc262633e319b664eb8eb" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa1c1c863653fc262633e319b664eb8eb" > I< / a > () const< / td > < / tr >
< tr class = "memdesc:aa1c1c863653fc262633e319b664eb8eb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > const reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < a href = "classpFlow_1_1sphereParticles.html#aa1c1c863653fc262633e319b664eb8eb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa1c1c863653fc262633e319b664eb8eb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaa7fbbf82d45a5a88b28de8a78754a69" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aaa7fbbf82d45a5a88b28de8a78754a69" > I< / a > ()< / td > < / tr >
< tr class = "memdesc:aaa7fbbf82d45a5a88b28de8a78754a69" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < a href = "classpFlow_1_1sphereParticles.html#aaa7fbbf82d45a5a88b28de8a78754a69" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aaa7fbbf82d45a5a88b28de8a78754a69" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a86b8cb116038043b21a889bf21c974c9" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a86b8cb116038043b21a889bf21c974c9" > rVelocity< / a > () const< / td > < / tr >
< tr class = "separator:a86b8cb116038043b21a889bf21c974c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add60216947a9a50b285ec92ebc73e8a4" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#abcf780498c2fa21662ffb27b22056cc9" > realVector_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#add60216947a9a50b285ec92ebc73e8a4" > boundingSphere< / a > () const override< / td > < / tr >
< tr class = "separator:add60216947a9a50b285ec92ebc73e8a4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0af8dfd320c4e87c281555fa95a80a2c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0af8dfd320c4e87c281555fa95a80a2c" > shapeTypeName< / a > () const override< / td > < / tr >
< tr class = "separator:a0af8dfd320c4e87c281555fa95a80a2c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a37902e8915b3022d1068391f864a8e59" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a37902e8915b3022d1068391f864a8e59" > boundingSphereMinMax< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & minDiam, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & maxDiam) const override< / td > < / tr >
< tr class = "separator:a37902e8915b3022d1068391f864a8e59" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a98372d2b87e1c67d4b2eb0517336abf7" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a98372d2b87e1c67d4b2eb0517336abf7" > update< / a > (const < a class = "el" href = "classpFlow_1_1eventMessage.html" > eventMessage< / a > & msg) override< / td > < / tr >
< tr class = "separator:a98372d2b87e1c67d4b2eb0517336abf7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad6e7f37a0c46767c56240272c311c6ba" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ad6e7f37a0c46767c56240272c311c6ba" > rAcceleration< / a > () override< / td > < / tr >
< tr class = "separator:ad6e7f37a0c46767c56240272c311c6ba" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af4899923e99ba2809ed3322c81b12019" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#af4899923e99ba2809ed3322c81b12019" > rAcceleration< / a > () const override< / td > < / tr >
< tr class = "separator:af4899923e99ba2809ed3322c81b12019" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ada71b97666fe3f66b31690bf12633c32" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ada71b97666fe3f66b31690bf12633c32" > beforeIteration< / a > () override< / td > < / tr >
< tr class = "memdesc:ada71b97666fe3f66b31690bf12633c32" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > before iteration step < a href = "classpFlow_1_1sphereParticles.html#ada71b97666fe3f66b31690bf12633c32" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ada71b97666fe3f66b31690bf12633c32" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afa767bddda52eb71cea18f755e17d559" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#afa767bddda52eb71cea18f755e17d559" > iterate< / a > () override< / td > < / tr >
< tr class = "memdesc:afa767bddda52eb71cea18f755e17d559" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > iterate particles < a href = "classpFlow_1_1sphereParticles.html#afa767bddda52eb71cea18f755e17d559" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:afa767bddda52eb71cea18f755e17d559" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a5ab4b6c611c3256e54f51bbfc484d58e" > afterIteration< / a > () override< / td > < / tr >
< tr class = "memdesc:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > after iteration step < a href = "classpFlow_1_1sphereParticles.html#a5ab4b6c611c3256e54f51bbfc484d58e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5ab4b6c611c3256e54f51bbfc484d58e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1particles" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1particles')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > < / td > < / tr >
< tr class = "memitem:aba08b9f91e550622706972bfda2fb71d inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aba08b9f91e550622706972bfda2fb71d" > TypeInfo< / a > (" particles" )< / td > < / tr >
< tr class = "separator:aba08b9f91e550622706972bfda2fb71d inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa362eaa5ead42bfa9cdfe00a2eca65c2 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aa362eaa5ead42bfa9cdfe00a2eca65c2" > particles< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1particles.html#a887c17e25e0e1482fa64676cfd8c8e0d" > integrationMethod< / a > )< / td > < / tr >
< tr class = "separator:aa362eaa5ead42bfa9cdfe00a2eca65c2 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40f341a9cb1091ba9e3670f98cd002c3 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a40f341a9cb1091ba9e3670f98cd002c3" > time< / a > () const< / td > < / tr >
< tr class = "separator:a40f341a9cb1091ba9e3670f98cd002c3 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a40e6d687c4d54c66dfe5b1bc5a0d28ce inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a40e6d687c4d54c66dfe5b1bc5a0d28ce" > time< / a > ()< / td > < / tr >
< tr class = "separator:a40e6d687c4d54c66dfe5b1bc5a0d28ce inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a887c17e25e0e1482fa64676cfd8c8e0d inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a887c17e25e0e1482fa64676cfd8c8e0d" > integrationMethod< / a > () const< / td > < / tr >
< tr class = "separator:a887c17e25e0e1482fa64676cfd8c8e0d inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a5187815d4381e1ef3246ff4ca9eae3 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a5a5187815d4381e1ef3246ff4ca9eae3" > dynPointStruct< / a > () const< / td > < / tr >
< tr class = "separator:a5a5187815d4381e1ef3246ff4ca9eae3 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1898e0b780e6dcca30fb4549130bcb82 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a1898e0b780e6dcca30fb4549130bcb82" > dynPointStruct< / a > ()< / td > < / tr >
< tr class = "separator:a1898e0b780e6dcca30fb4549130bcb82 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4c30ec373c9a8e5c48466560cb9c448b inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a4c30ec373c9a8e5c48466560cb9c448b" > pStruct< / a > ()< / td > < / tr >
< tr class = "separator:a4c30ec373c9a8e5c48466560cb9c448b inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a10efdf47ffedbdc720f71c2f72b98d98" > size< / a > () const< / td > < / tr >
< tr class = "separator:a10efdf47ffedbdc720f71c2f72b98d98 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a234de5cb432c97fcb4b0f806bb86624e" > capacity< / a > () const< / td > < / tr >
< tr class = "separator:a234de5cb432c97fcb4b0f806bb86624e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abd220b937dfdbcf32dc9e8266e4cd099 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#abd220b937dfdbcf32dc9e8266e4cd099" > activePointsMaskD< / a > () const< / td > < / tr >
< tr class = "separator:abd220b937dfdbcf32dc9e8266e4cd099 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2b5fdb4b295d0f3bf1b91ba12cbfa381 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a2b5fdb4b295d0f3bf1b91ba12cbfa381" > numActive< / a > () const< / td > < / tr >
< tr class = "separator:a2b5fdb4b295d0f3bf1b91ba12cbfa381 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af49dbf7a6389f77004cd245086a25c32 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#af49dbf7a6389f77004cd245086a25c32" > allActive< / a > () const< / td > < / tr >
< tr class = "separator:af49dbf7a6389f77004cd245086a25c32 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaab44813a7f4610612ccfe157d45564e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aaab44813a7f4610612ccfe157d45564e" > activeRange< / a > () const< / td > < / tr >
< tr class = "separator:aaab44813a7f4610612ccfe157d45564e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab7586e71d34241c9dc06bf6497c8a8fe inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ab7586e71d34241c9dc06bf6497c8a8fe" > activePointsMaskH< / a > () const< / td > < / tr >
< tr class = "separator:ab7586e71d34241c9dc06bf6497c8a8fe inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a248ed9b3af5e1fb5427f9dacb68eec9e inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a248ed9b3af5e1fb5427f9dacb68eec9e" > pointPosition< / a > () const< / td > < / tr >
< tr class = "separator:a248ed9b3af5e1fb5427f9dacb68eec9e inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae69018cbb9a008005d5749278a51f7aa inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ae69018cbb9a008005d5749278a51f7aa" > position< / a > () const< / td > < / tr >
< tr class = "separator:ae69018cbb9a008005d5749278a51f7aa inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2ea82ad168ac25067aa6df3b56ca2653 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a2ea82ad168ac25067aa6df3b56ca2653" > pointVelocity< / a > () const< / td > < / tr >
< tr class = "separator:a2ea82ad168ac25067aa6df3b56ca2653 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad9a718f1ea228888eba2db158b99b74a inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ad9a718f1ea228888eba2db158b99b74a" > velocity< / a > () const< / td > < / tr >
< tr class = "separator:ad9a718f1ea228888eba2db158b99b74a inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac9fc0585f0e4cdbe2b1a092549b439d9 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ac9fc0585f0e4cdbe2b1a092549b439d9" > id< / a > () const< / td > < / tr >
< tr class = "separator:ac9fc0585f0e4cdbe2b1a092549b439d9 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a76447940bf1b4d0194ba21aef5704b32 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a76447940bf1b4d0194ba21aef5704b32" > id< / a > ()< / td > < / tr >
< tr class = "separator:a76447940bf1b4d0194ba21aef5704b32 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a509faf8bcb01124108a6dc744391b140 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a509faf8bcb01124108a6dc744391b140" > diameter< / a > () const< / td > < / tr >
< tr class = "separator:a509faf8bcb01124108a6dc744391b140 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a53ed992584faf593538c3276bbef1a46 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a53ed992584faf593538c3276bbef1a46" > diameter< / a > ()< / td > < / tr >
< tr class = "separator:a53ed992584faf593538c3276bbef1a46 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2eeb9b0ec300769778c7553bf03b3ae4 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a2eeb9b0ec300769778c7553bf03b3ae4" > mass< / a > () const< / td > < / tr >
< tr class = "separator:a2eeb9b0ec300769778c7553bf03b3ae4 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad265a05b680753a20eba56b91f0eab45 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ad265a05b680753a20eba56b91f0eab45" > mass< / a > ()< / td > < / tr >
< tr class = "separator:ad265a05b680753a20eba56b91f0eab45 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a972c390e6438aa3692e0389bbcf76f1a inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a972c390e6438aa3692e0389bbcf76f1a" > accelertion< / a > () const< / td > < / tr >
< tr class = "separator:a972c390e6438aa3692e0389bbcf76f1a inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a26a6c3f344d9398ca372621b3757c31f inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a26a6c3f344d9398ca372621b3757c31f" > accelertion< / a > ()< / td > < / tr >
< tr class = "separator:a26a6c3f344d9398ca372621b3757c31f inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a966cd2fc97cea374401e30cd5f01ac76 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a966cd2fc97cea374401e30cd5f01ac76" > contactForce< / a > ()< / td > < / tr >
< tr class = "separator:a966cd2fc97cea374401e30cd5f01ac76 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a54a50d48a0285f90c4786500601a1fb7 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a54a50d48a0285f90c4786500601a1fb7" > contactForce< / a > () const< / td > < / tr >
< tr class = "separator:a54a50d48a0285f90c4786500601a1fb7 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7699e422c8cc14e3ad75ed93ffc47b57 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a7699e422c8cc14e3ad75ed93ffc47b57" > contactTorque< / a > ()< / td > < / tr >
< tr class = "separator:a7699e422c8cc14e3ad75ed93ffc47b57 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56fb326388f2cc9c2c4a360a6ff70f31 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a56fb326388f2cc9c2c4a360a6ff70f31" > contactTorque< / a > () const< / td > < / tr >
< tr class = "separator:a56fb326388f2cc9c2c4a360a6ff70f31 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a3baa8b7c6c6e9f3fda2e1e0db44282 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a5a3baa8b7c6c6e9f3fda2e1e0db44282" > propertyId< / a > () const< / td > < / tr >
< tr class = "separator:a5a3baa8b7c6c6e9f3fda2e1e0db44282 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a717c0ef2ced479bb7a8896e896d00791 inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a717c0ef2ced479bb7a8896e896d00791" > propertyId< / a > ()< / td > < / tr >
< tr class = "separator:a717c0ef2ced479bb7a8896e896d00791 inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a589bb5a643067956a9b29e86cb1efd2d inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a589bb5a643067956a9b29e86cb1efd2d" > shapeName< / a > () const< / td > < / tr >
< tr class = "separator:a589bb5a643067956a9b29e86cb1efd2d inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a592c8094032e0ee595188982303c4d9f inherit pub_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a592c8094032e0ee595188982303c4d9f" > shapName< / a > ()< / td > < / tr >
< tr class = "separator:a592c8094032e0ee595188982303c4d9f inherit pub_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1eventObserver" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1eventObserver')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > < / td > < / tr >
< tr class = "memitem:a69e17341cf34a16cf432fe89b5d1e3d1 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a69e17341cf34a16cf432fe89b5d1e3d1" > eventObserver< / a > ()< / td > < / tr >
< tr class = "separator:a69e17341cf34a16cf432fe89b5d1e3d1 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a500a83ecd496c5f393e815fd0597b728 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a500a83ecd496c5f393e815fd0597b728" > eventObserver< / a > (const < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > & subscriber, bool < a class = "el" href = "classpFlow_1_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > =true)< / td > < / tr >
< tr class = "separator:a500a83ecd496c5f393e815fd0597b728 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab4a79ac5fa9ae6f5074748fe4b8fc954 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#ab4a79ac5fa9ae6f5074748fe4b8fc954" > ~eventObserver< / a > ()< / td > < / tr >
< tr class = "separator:ab4a79ac5fa9ae6f5074748fe4b8fc954 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a0bbca55d6c8f234990c4f78bf4449288" > subscribed< / a > () const< / td > < / tr >
< tr class = "separator:a0bbca55d6c8f234990c4f78bf4449288 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7d5ac42c30174e7700a36b3d05de5747 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a7d5ac42c30174e7700a36b3d05de5747" > subscribe< / a > (const < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > & subscriber)< / td > < / tr >
< tr class = "separator:a7d5ac42c30174e7700a36b3d05de5747 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6945b636972adfaba66c9ca5f1e68a25 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a6945b636972adfaba66c9ca5f1e68a25" > invalidateSubscriber< / a > ()< / td > < / tr >
< tr class = "separator:a6945b636972adfaba66c9ca5f1e68a25 inherit pub_methods_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1demParticles" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1demParticles')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1demParticles.html" > demParticles< / a > < / td > < / tr >
< tr class = "memitem:a8c1c091fd33ba565c919cc8624a89345 inherit pub_methods_classpFlow_1_1demParticles" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demParticles.html#a8c1c091fd33ba565c919cc8624a89345" > demParticles< / a > (< a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
< tr class = "separator:a8c1c091fd33ba565c919cc8624a89345 inherit pub_methods_classpFlow_1_1demParticles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1demComponent" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1demComponent')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > < / td > < / tr >
< tr class = "memitem:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > TypeInfo< / a > (" demComponent" )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1demComponent.html#a3145c3f3cba34861e279260ada91e0de" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3145c3f3cba34861e279260ada91e0de inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > demComponent< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name, < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > & < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > construct from components < a href = "classpFlow_1_1demComponent.html#a73e3f3cd6a8eca86e6862f02e416dba2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a73e3f3cd6a8eca86e6862f02e416dba2 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a876cdfe70008c20f9136c8a730c3f71a" > demComponent< / a > (const < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No copy constructor. < a href = "classpFlow_1_1demComponent.html#a876cdfe70008c20f9136c8a730c3f71a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a876cdfe70008c20f9136c8a730c3f71a inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#aff5dda77742aff7e01ae5d1b1ceb38b7" > demComponent< / a > (< a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move constructor. < a href = "classpFlow_1_1demComponent.html#aff5dda77742aff7e01ae5d1b1ceb38b7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aff5dda77742aff7e01ae5d1b1ceb38b7 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a95e1df66e5604c2920686b6a6c4e4c10" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & )=delete< / td > < / tr >
< tr class = "memdesc:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No copy assignment. < a href = "classpFlow_1_1demComponent.html#a95e1df66e5604c2920686b6a6c4e4c10" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a95e1df66e5604c2920686b6a6c4e4c10 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a836aaf5b9cd26f2e17faf1626c5448b3" > operator=< / a > (< a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > & & )=delete< / td > < / tr >
< tr class = "memdesc:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move assignment. < a href = "classpFlow_1_1demComponent.html#a836aaf5b9cd26f2e17faf1626c5448b3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a836aaf5b9cd26f2e17faf1626c5448b3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > ~demComponent< / a > ()=default< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > destructor < a href = "classpFlow_1_1demComponent.html#a9ab4d5fa34944c13f3a07ec25b4fd666" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9ab4d5fa34944c13f3a07ec25b4fd666 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > control< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a647786897b3da03fcd415b2ebcf541c0 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > control< / a > ()< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#ae1afde9cfe19a586522259a33a4931e3" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae1afde9cfe19a586522259a33a4931e3 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a4fc823022c8f0175108f10a42e7b858f" > dt< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > step of integration. < a href = "classpFlow_1_1demComponent.html#a4fc823022c8f0175108f10a42e7b858f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4fc823022c8f0175108f10a42e7b858f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a476763249b99b131d7116430896cd44e" > currentTime< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Current simulation time. < a href = "classpFlow_1_1demComponent.html#a476763249b99b131d7116430896cd44e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a476763249b99b131d7116430896cd44e inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > timers< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to timers. < a href = "classpFlow_1_1demComponent.html#ae69e59e991f33e7d278ff6ad19d2e87d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae69e59e991f33e7d278ff6ad19d2e87d inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > timers< / a > ()< / td > < / tr >
< tr class = "memdesc:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to timers. < a href = "classpFlow_1_1demComponent.html#a49e56dd259a0f440e947ed17b149f32f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a49e56dd259a0f440e947ed17b149f32f inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > beforeTimeLoop< / a > ()< / td > < / tr >
< tr class = "memdesc:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called before the start of time loop. < a href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ab272f2a135d95ff17ad06338049a2cd5 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > afterTimeLoop< / a > ()< / td > < / tr >
< tr class = "memdesc:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > This is called after the time loop. < a href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a0b82b161f3fd39ee9f534cc2508d97f8 inherit pub_methods_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:acdd3b34e25a44bec4f18b95e2440ff9a" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#acdd3b34e25a44bec4f18b95e2440ff9a" > diameterMassInertiaPropId< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & shName, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & diam, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & < a class = "el" href = "classpFlow_1_1particles.html#a2eeb9b0ec300769778c7553bf03b3ae4" > mass< / a > , < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > & < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa1c1c863653fc262633e319b664eb8eb" > I< / a > , < a class = "el" href = "namespacepFlow.html#a07fb256c1077eea7a7726e948cc8ff0e" > int8< / a > & propIdx)< / td > < / tr >
< tr class = "separator:acdd3b34e25a44bec4f18b95e2440ff9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a84343969d723c548f0f20fcd9294d351" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a84343969d723c548f0f20fcd9294d351" > initializeParticles< / a > ()< / td > < / tr >
< tr class = "separator:a84343969d723c548f0f20fcd9294d351" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-13 11:46:41 -07:00
< tr class = "memitem:a95650ae58375201510b9d36fa846ed07" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a95650ae58375201510b9d36fa846ed07" > insertSphereParticles< / a > (const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > & names, const < a class = "el" href = "namespacepFlow.html#a27c4d9af27a6e7595097b77d05874147" > int32IndexContainer< / a > & indices, bool setId=true)< / td > < / tr >
< tr class = "separator:a95650ae58375201510b9d36fa846ed07" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a8a46f36158973e7200555bc769846a8a" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1List.html" > List< / a > < < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > * > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a8a46f36158973e7200555bc769846a8a" > getFieldObjectList< / a > () const override< / td > < / tr >
< tr class = "separator:a8a46f36158973e7200555bc769846a8a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_methods_classpFlow_1_1particles" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classpFlow_1_1particles')" > < img src = "closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > < / td > < / tr >
< tr class = "memitem:aee1fb957af9d737605b6e8701e6d14f5 inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aee1fb957af9d737605b6e8701e6d14f5" > zeroForce< / a > ()< / td > < / tr >
< tr class = "separator:aee1fb957af9d737605b6e8701e6d14f5 inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a305a8984d573e13f073ba7ec0ecf19ca inherit pro_methods_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a305a8984d573e13f073ba7ec0ecf19ca" > zeroTorque< / a > ()< / td > < / tr >
< tr class = "separator:a305a8984d573e13f073ba7ec0ecf19ca inherit pro_methods_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:a525dee0c19ede91482b300ad71d52e5c" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a525dee0c19ede91482b300ad71d52e5c" > property_< / a > < / td > < / tr >
< tr class = "memdesc:a525dee0c19ede91482b300ad71d52e5c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > reference to material properties < a href = "classpFlow_1_1sphereParticles.html#a525dee0c19ede91482b300ad71d52e5c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a525dee0c19ede91482b300ad71d52e5c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6f1b7000703d1ada1c9a1035f1e5dba6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1sphereShape.html" > sphereShape< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a6f1b7000703d1ada1c9a1035f1e5dba6" > shapes_< / a > < / td > < / tr >
< tr class = "memdesc:a6f1b7000703d1ada1c9a1035f1e5dba6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > reference to shapes < a href = "classpFlow_1_1sphereParticles.html#a6f1b7000703d1ada1c9a1035f1e5dba6" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a6f1b7000703d1ada1c9a1035f1e5dba6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a95775f9987ece054ee634ba2aa091040" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac5d59f7d75bbf030e7fd2223d42f551b" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a95775f9987ece054ee634ba2aa091040" > I_< / a > < / td > < / tr >
< tr class = "memdesc:a95775f9987ece054ee634ba2aa091040" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of inertial of particles < a href = "classpFlow_1_1sphereParticles.html#a95775f9987ece054ee634ba2aa091040" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a95775f9987ece054ee634ba2aa091040" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa585c28b8d04890123cc3fc109b6c0ab" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa585c28b8d04890123cc3fc109b6c0ab" > rVelocity_< / a > < / td > < / tr >
< tr class = "memdesc:aa585c28b8d04890123cc3fc109b6c0ab" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational Velocity of particles on device < a href = "classpFlow_1_1sphereParticles.html#aa585c28b8d04890123cc3fc109b6c0ab" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa585c28b8d04890123cc3fc109b6c0ab" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae5f8968426dbb99341f7d4a807523fee" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#ae5f8968426dbb99341f7d4a807523fee" > rAcceleration_< / a > < / td > < / tr >
< tr class = "memdesc:ae5f8968426dbb99341f7d4a807523fee" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational acceleration of particles on device < br / >
< a href = "classpFlow_1_1sphereParticles.html#ae5f8968426dbb99341f7d4a807523fee" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae5f8968426dbb99341f7d4a807523fee" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1166eb30f8a6e6eb69bddb77706f122c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a1166eb30f8a6e6eb69bddb77706f122c" > rVelIntegration_< / a > = nullptr< / td > < / tr >
< tr class = "memdesc:a1166eb30f8a6e6eb69bddb77706f122c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > rotational velocity integrator < a href = "classpFlow_1_1sphereParticles.html#a1166eb30f8a6e6eb69bddb77706f122c" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1166eb30f8a6e6eb69bddb77706f122c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1bff664d1437325cc40dfb3e29421da4" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a1bff664d1437325cc40dfb3e29421da4" > accelerationTimer_< / a > < / td > < / tr >
< tr class = "memdesc:a1bff664d1437325cc40dfb3e29421da4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > timer for acceleration computations < a href = "classpFlow_1_1sphereParticles.html#a1bff664d1437325cc40dfb3e29421da4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a1bff664d1437325cc40dfb3e29421da4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acab942b0343835097cc05a0e0d97ae9a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#acab942b0343835097cc05a0e0d97ae9a" > intPredictTimer_< / a > < / td > < / tr >
< tr class = "memdesc:acab942b0343835097cc05a0e0d97ae9a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > timer for integration computations (prediction step) < a href = "classpFlow_1_1sphereParticles.html#acab942b0343835097cc05a0e0d97ae9a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:acab942b0343835097cc05a0e0d97ae9a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2a1c9981adfb622385473dc09302639d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1sphereParticles.html#a2a1c9981adfb622385473dc09302639d" > intCorrectTimer_< / a > < / td > < / tr >
< tr class = "memdesc:a2a1c9981adfb622385473dc09302639d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > timer for integration computations (correction step) < a href = "classpFlow_1_1sphereParticles.html#a2a1c9981adfb622385473dc09302639d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2a1c9981adfb622385473dc09302639d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1particles" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1particles')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > < / td > < / tr >
< tr class = "memitem:a97d6a106e35c444e647a69f8a8ba7f9b inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Time.html" > Time< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a97d6a106e35c444e647a69f8a8ba7f9b" > time_< / a > < / td > < / tr >
< tr class = "separator:a97d6a106e35c444e647a69f8a8ba7f9b inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a597cf8f88eaa1b7286042025e5d7b9c2 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a597cf8f88eaa1b7286042025e5d7b9c2" > integrationMethod_< / a > < / td > < / tr >
< tr class = "separator:a597cf8f88eaa1b7286042025e5d7b9c2 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a51a83cecc7ff3322ab09cb31c070692e inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1dynamicPointStructure.html" > dynamicPointStructure< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a51a83cecc7ff3322ab09cb31c070692e" > dynPointStruct_< / a > < / td > < / tr >
< tr class = "separator:a51a83cecc7ff3322ab09cb31c070692e inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4741b994d62377ef249268f9c5ad50da inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a242ff29005847ad17d02d58900a946b0" > wordPointField< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a4741b994d62377ef249268f9c5ad50da" > shapeName_< / a > < / td > < / tr >
< tr class = "separator:a4741b994d62377ef249268f9c5ad50da inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a86b3b17c92b5fab74cbb53028f774bdd inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0aa4fea0cb8c686926eddc3b7280420c" > int32PointField_HD< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a86b3b17c92b5fab74cbb53028f774bdd" > id_< / a > < / td > < / tr >
< tr class = "separator:a86b3b17c92b5fab74cbb53028f774bdd inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0bfbc43a520897af519abd646bfd1266 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac0758d3abd533bea960d00d4b090d7e6" > int8PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a0bfbc43a520897af519abd646bfd1266" > propertyId_< / a > < / td > < / tr >
< tr class = "separator:a0bfbc43a520897af519abd646bfd1266 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a098bb28cf6a1592a13c21430acd6c837 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac5d59f7d75bbf030e7fd2223d42f551b" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#a098bb28cf6a1592a13c21430acd6c837" > diameter_< / a > < / td > < / tr >
< tr class = "separator:a098bb28cf6a1592a13c21430acd6c837 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af05a371c8526a768920e8f8a71cadf68 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac5d59f7d75bbf030e7fd2223d42f551b" > realPointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#af05a371c8526a768920e8f8a71cadf68" > mass_< / a > < / td > < / tr >
< tr class = "separator:af05a371c8526a768920e8f8a71cadf68 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aef5f1c8b4380ae412f06c32d4c54ca91 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aef5f1c8b4380ae412f06c32d4c54ca91" > accelertion_< / a > < / td > < / tr >
< tr class = "separator:aef5f1c8b4380ae412f06c32d4c54ca91 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:add210827611818c03f6ca2248e1c080c inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#add210827611818c03f6ca2248e1c080c" > contactForce_< / a > < / td > < / tr >
< tr class = "separator:add210827611818c03f6ca2248e1c080c inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac8a512a571ec85bb1dcf7a330e5c0099 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#ac8a512a571ec85bb1dcf7a330e5c0099" > contactTorque_< / a > < / td > < / tr >
< tr class = "separator:ac8a512a571ec85bb1dcf7a330e5c0099 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa6abc69406a4cfc1788e371a718a8143 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1particleIdHandler.html" > particleIdHandler< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1particles.html#aa6abc69406a4cfc1788e371a718a8143" > idHandler_< / a > < / td > < / tr >
< tr class = "separator:aa6abc69406a4cfc1788e371a718a8143 inherit pro_attribs_classpFlow_1_1particles" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1eventObserver" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1eventObserver')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1eventObserver.html" > eventObserver< / a > < / td > < / tr >
< tr class = "memitem:a0fb69aec8e6e5c3f6a27c4ecc724338b inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1eventSubscriber.html" > eventSubscriber< / a > *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#a0fb69aec8e6e5c3f6a27c4ecc724338b" > subscriber_< / a > = nullptr< / td > < / tr >
< tr class = "separator:a0fb69aec8e6e5c3f6a27c4ecc724338b inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe38338c2fa622334e0f3d49d455ab47 inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1eventObserver.html#afe38338c2fa622334e0f3d49d455ab47" > subscribed_< / a > = false< / td > < / tr >
< tr class = "separator:afe38338c2fa622334e0f3d49d455ab47 inherit pro_attribs_classpFlow_1_1eventObserver" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pro_attribs_classpFlow_1_1demComponent" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_attribs_classpFlow_1_1demComponent')" > < img src = "closed.png" alt = "-" / >   Protected Attributes inherited from < a class = "el" href = "classpFlow_1_1demComponent.html" > demComponent< / a > < / td > < / tr >
< tr class = "memitem:a3ce96806ed72189c4d9a24e9429d0420 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a3ce96806ed72189c4d9a24e9429d0420" > componentName_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a3ce96806ed72189c4d9a24e9429d0420 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Name of the DEM component. < a href = "classpFlow_1_1demComponent.html#a3ce96806ed72189c4d9a24e9429d0420" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3ce96806ed72189c4d9a24e9429d0420 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abfbc3debb472c661c30cf9fe782bb076 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#abfbc3debb472c661c30cf9fe782bb076" > control_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:abfbc3debb472c661c30cf9fe782bb076 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reference to < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > . < a href = "classpFlow_1_1demComponent.html#abfbc3debb472c661c30cf9fe782bb076" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:abfbc3debb472c661c30cf9fe782bb076 inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0c29ef9514a77bce5b8f4ece533bcf8c inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1Timers.html" > Timers< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1demComponent.html#a0c29ef9514a77bce5b8f4ece533bcf8c" > timers_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a0c29ef9514a77bce5b8f4ece533bcf8c inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > All timers (if any) of this component. < a href = "classpFlow_1_1demComponent.html#a0c29ef9514a77bce5b8f4ece533bcf8c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a0c29ef9514a77bce5b8f4ece533bcf8c inherit pro_attribs_classpFlow_1_1demComponent" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Class for managing spherical particles. < / p >
< p > This is a top-level class that contains the essential components for defining spherical prticles in a DEM simulation. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "af3a0e20c9660776af6f0b8118e89e880" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af3a0e20c9660776af6f0b8118e89e880" > ◆ < / a > < / span > sphereParticles() < span class = "overload" > [1/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > &   < / td >
< td class = "paramname" > < em > control< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > &   < / td >
< td class = "paramname" > < em > prop< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > construct from < a class = "el" href = "classpFlow_1_1systemControl.html" > systemControl< / a > and property < / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00225" > 225< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "integration_8cpp_source.html#l00040" > integration::create()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00041" > endREPORT< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , < a class = "el" href = "streams_8hpp_source.html#l00032" > greenText< / a > , < a class = "el" href = "indexContainer_8hpp_source.html#l00171" > indexContainer< IndexType > ::indicesHost()< / a > , < a class = "el" href = "sphereParticles_8cpp_source.html#l00073" > sphereParticles::initializeParticles()< / a > , < a class = "el" href = "particles_8hpp_source.html#l00103" > particles::integrationMethod()< / a > , < a class = "el" href = "NBSCrossLoop_8hpp_source.html#l00024" > n< / a > , < a class = "el" href = "particles_8hpp_source.html#l00118" > particles::pStruct()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > REPORT< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00066" > sphereParticles::rVelIntegration_< / a > , < a class = "el" href = "sphereParticles_8hpp_source.html#l00060" > sphereParticles::rVelocity_< / a > , < a class = "el" href = "indexContainer_8hpp_source.html#l00115" > indexContainer< IndexType > ::size()< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00095" > particles::time()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_af3a0e20c9660776af6f0b8118e89e880_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_af3a0e20c9660776af6f0b8118e89e880_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_af3a0e20c9660776af6f0b8118e89e880_cgraph" id = "classpFlow_1_1sphereParticles_af3a0e20c9660776af6f0b8118e89e880_cgraph" >
2023-04-23 12:52:57 -07:00
< area shape = "rect" title = "construct from systemControl and property" alt = "" coords = "5,195,128,222" / >
< area shape = "rect" href = "classpFlow_1_1integration.html#abdb160904a366a4bf1704ceb1746775a" title = "Create the polymorphic object based on inputs." alt = "" coords = "208,5,348,47" / >
< area shape = "rect" href = "classpFlow_1_1indexContainer.html#afc2c6b6e3530d1a891d4b2e94b94ff0b" title = " " alt = "" coords = "194,71,362,112" / >
< area shape = "rect" href = "classpFlow_1_1sphereParticles.html#a84343969d723c548f0f20fcd9294d351" title = " " alt = "" coords = "211,137,345,163" / >
< area shape = "rect" href = "classpFlow_1_1particles.html#a887c17e25e0e1482fa64676cfd8c8e0d" title = " " alt = "" coords = "176,188,380,229" / >
< area shape = "rect" href = "classpFlow_1_1particles.html#a5a622149e803f0fa292a95784c12a7b8" title = " " alt = "" coords = "189,254,367,281" / >
< area shape = "rect" href = "classpFlow_1_1indexContainer.html#a7bb1be8d14aca7330e90c5b60493061b" title = " " alt = "" coords = "194,305,362,347" / >
< area shape = "rect" href = "classpFlow_1_1particles.html#a40f341a9cb1091ba9e3670f98cd002c3" title = " " alt = "" coords = "197,371,359,398" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a8450f38410b7af1eaf07469a494c605a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8450f38410b7af1eaf07469a494c605a" > ◆ < / a > < / span > sphereParticles() < span class = "overload" > [2/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > no copy constructor < / p >
< / div >
< / div >
< a id = "ab53f5698d4c9a33f95a2964fb4dc7bf5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab53f5698d4c9a33f95a2964fb4dc7bf5" > ◆ < / a > < / span > sphereParticles() < span class = "overload" > [3/3]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > move constructor < / p >
< / div >
< / div >
< a id = "a55eec252a6d08a330907d3adab18add1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a55eec252a6d08a330907d3adab18add1" > ◆ < / a > < / span > ~sphereParticles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > virtual< / span > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "acdd3b34e25a44bec4f18b95e2440ff9a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acdd3b34e25a44bec4f18b95e2440ff9a" > ◆ < / a > < / span > diameterMassInertiaPropId()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool diameterMassInertiaPropId < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > shName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > diam< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > mass< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > I< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a07fb256c1077eea7a7726e948cc8ff0e" > int8< / a > &   < / td >
< td class = "paramname" > < em > propIdx< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "numericConstants_8hpp_source.html#l00032" > pFlow::Pi< / a > , < a class = "el" href = "VectorMath_8hpp_source.html#l00109" > pFlow::pow()< / a > , and < a class = "el" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" > pFlow::printKeys()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_acdd3b34e25a44bec4f18b95e2440ff9a_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_acdd3b34e25a44bec4f18b95e2440ff9a_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_acdd3b34e25a44bec4f18b95e2440ff9a_cgraph" id = "classpFlow_1_1sphereParticles_acdd3b34e25a44bec4f18b95e2440ff9a_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,56,204,83" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "269,5,366,32" / >
< area shape = "rect" href = "namespacepFlow.html#ae8c7f45b1b39def821f63012151da10c" title = " " alt = "" coords = "269,56,365,83" / >
< area shape = "rect" href = "namespacepFlow.html#a9c4454c5f18c8245eaaebf2b4832eab0" title = " " alt = "" coords = "252,107,383,133" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a84343969d723c548f0f20fcd9294d351" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a84343969d723c548f0f20fcd9294d351" > ◆ < / a > < / span > initializeParticles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool initializeParticles < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00073" > 73< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00225" > sphereParticles::sphereParticles()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_icgraph" id = "classpFlow_1_1sphereParticles_a84343969d723c548f0f20fcd9294d351_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "175,5,308,32" / >
< area shape = "rect" href = "classpFlow_1_1sphereParticles.html#af3a0e20c9660776af6f0b8118e89e880" title = "construct from systemControl and property" alt = "" coords = "5,5,127,32" / >
< / map >
< / div >
< / div >
< / div >
2023-04-13 11:46:41 -07:00
< a id = "a95650ae58375201510b9d36fa846ed07" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a95650ae58375201510b9d36fa846ed07" > ◆ < / a > < / span > insertSphereParticles()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool insertSphereParticles < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > names< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a27c4d9af27a6e7595097b77d05874147" > int32IndexContainer< / a > &   < / td >
2023-04-13 11:46:41 -07:00
< td class = "paramname" > < em > indices< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > setId< / em > = < code > true< / code >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00139" > 139< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00071" > ForAll< / a > , < a class = "el" href = "NBSCrossLoop_8hpp_source.html#l00022" > m< / a > , < a class = "el" href = "indexContainer_8hpp_source.html#l00115" > indexContainer< IndexType > ::size()< / a > , and < a class = "el" href = "Vector_8hpp_source.html#l00301" > Vector< T, Allocator > ::size()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-04-13 11:46:41 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a95650ae58375201510b9d36fa846ed07_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a95650ae58375201510b9d36fa846ed07_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_a95650ae58375201510b9d36fa846ed07_cgraph" id = "classpFlow_1_1sphereParticles_a95650ae58375201510b9d36fa846ed07_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,64,165,91" / >
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "249,5,346,32" / >
< area shape = "rect" href = "classpFlow_1_1indexContainer.html#a7bb1be8d14aca7330e90c5b60493061b" title = " " alt = "" coords = "213,57,381,98" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a10efdf47ffedbdc720f71c2f72b98d98" title = " " alt = "" coords = "225,123,370,149" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a8a46f36158973e7200555bc769846a8a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8a46f36158973e7200555bc769846a8a" > ◆ < / a > < / span > getFieldObjectList()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > pFlow::uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1List.html" > pFlow::List< / a > < < a class = "el" href = "classpFlow_1_1eventObserver.html" > pFlow::eventObserver< / a > * > > getFieldObjectList < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > protected< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1particles.html#a2505bb9c917d337dddb089997023c0af" > particles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "particles_8cpp_source.html#l00183" > particles::getFieldObjectList()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00057" > sphereParticles::I_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a8a46f36158973e7200555bc769846a8a_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a8a46f36158973e7200555bc769846a8a_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_a8a46f36158973e7200555bc769846a8a_cgraph" id = "classpFlow_1_1sphereParticles_a8a46f36158973e7200555bc769846a8a_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,144,39" / >
< area shape = "rect" href = "classpFlow_1_1particles.html#a2505bb9c917d337dddb089997023c0af" title = " " alt = "" coords = "192,5,376,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a10bc64f8c1aef7d4c8e9e49d98a7a7f8" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > no copy-assignement < / p >
< / div >
< / div >
< a id = "afe03b35056f02b20e6e222b18bdeaf34" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe03b35056f02b20e6e222b18bdeaf34" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > move-assignement < / p >
< / div >
< / div >
< a id = "a99cba4c27cdaa229242ccd3b22b04fba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a99cba4c27cdaa229242ccd3b22b04fba" > ◆ < / a > < / span > insertParticles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool insertParticles < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > position< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d" > wordVector< / a > &   < / td >
< td class = "paramname" > < em > shapes< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1setFieldList.html" > setFieldList< / a > &   < / td >
< td class = "paramname" > < em > setField< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Insert new particles in position with specified shapes. < / p >
< p > This function is involked by inserted object to insert new set of particles into the simulation. < / p > < dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > position< / td > < td > position of new particles < / td > < / tr >
< tr > < td class = "paramname" > shape< / td > < td > shape of new particles < / td > < / tr >
< tr > < td class = "paramname" > setField< / td > < td > initial value of the selected fields for new particles < / td > < / tr >
< / table >
< / dd >
< / dl >
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#a7c043d8a8c169debd35ac5afbce18fba" > particles< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00368" > 368< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "streams_8hpp_source.html#l00034" > cyanText< / a > , < a class = "el" href = "streams_8hpp_source.html#l00041" > endREPORT< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > , < a class = "el" href = "streams_8hpp_source.html#l00040" > REPORT< / a > , < a class = "el" href = "Vector_8hpp_source.html#l00301" > Vector< T, Allocator > ::size()< / a > , and < a class = "el" href = "streams_8hpp_source.html#l00030" > yellowText< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a99cba4c27cdaa229242ccd3b22b04fba_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a99cba4c27cdaa229242ccd3b22b04fba_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_a99cba4c27cdaa229242ccd3b22b04fba_cgraph" id = "classpFlow_1_1sphereParticles_a99cba4c27cdaa229242ccd3b22b04fba_cgraph" >
< area shape = "rect" title = "Insert new particles in position with specified shapes." alt = "" coords = "5,5,120,32" / >
< area shape = "rect" href = "classpFlow_1_1Vector.html#a10efdf47ffedbdc720f71c2f72b98d98" title = " " alt = "" coords = "168,5,311,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aa49a29f32e1d595c523d5a00b7001380" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa49a29f32e1d595c523d5a00b7001380" > ◆ < / a > < / span > shapes()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& shapes < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > const reference to shapes object < / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00054" > sphereParticles::shapes_< / a > .< / p >
< / div >
< / div >
< a id = "aa1c1c863653fc262633e319b664eb8eb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa1c1c863653fc262633e319b664eb8eb" > ◆ < / a > < / span > I() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& I < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > const reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00130" > 130< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00057" > sphereParticles::I_< / a > .< / p >
< / div >
< / div >
< a id = "aaa7fbbf82d45a5a88b28de8a78754a69" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaa7fbbf82d45a5a88b28de8a78754a69" > ◆ < / a > < / span > I() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto& I < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > reference to inertia < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > < / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00136" > 136< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00057" > sphereParticles::I_< / a > .< / p >
< / div >
< / div >
< a id = "a86b8cb116038043b21a889bf21c974c9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a86b8cb116038043b21a889bf21c974c9" > ◆ < / a > < / span > rVelocity()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > rVelocity < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00141" > 141< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00060" > sphereParticles::rVelocity_< / a > .< / p >
< / div >
< / div >
< a id = "add60216947a9a50b285ec92ebc73e8a4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#add60216947a9a50b285ec92ebc73e8a4" > ◆ < / a > < / span > boundingSphere()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#abcf780498c2fa21662ffb27b22056cc9" > realVector_D< / a > & boundingSphere < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#a450c5c76faefa3a40a7d0c9aa8e72c50" > particles< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00146" > 146< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "particles_8hpp_source.html#l00180" > particles::diameter()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_add60216947a9a50b285ec92ebc73e8a4_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_add60216947a9a50b285ec92ebc73e8a4_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_add60216947a9a50b285ec92ebc73e8a4_cgraph" id = "classpFlow_1_1sphereParticles_add60216947a9a50b285ec92ebc73e8a4_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,132,32" / >
< area shape = "rect" href = "classpFlow_1_1particles.html#a509faf8bcb01124108a6dc744391b140" title = " " alt = "" coords = "180,5,371,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a0af8dfd320c4e87c281555fa95a80a2c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0af8dfd320c4e87c281555fa95a80a2c" > ◆ < / a > < / span > shapeTypeName()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > shapeTypeName < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#af1ef13dca34d5f3770edd71a42582560" > particles< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a37902e8915b3022d1068391f864a8e59" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a37902e8915b3022d1068391f864a8e59" > ◆ < / a > < / span > boundingSphereMinMax()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > void boundingSphereMinMax < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > minDiam< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > &   < / td >
< td class = "paramname" > < em > maxDiam< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#acf150792ac461fc70526040300a41ce9" > particles< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00156" > 156< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereShape_8hpp_source.html#l00146" > sphereShape::diameterMinMax()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00054" > sphereParticles::shapes_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a37902e8915b3022d1068391f864a8e59_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a37902e8915b3022d1068391f864a8e59_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_a37902e8915b3022d1068391f864a8e59_cgraph" id = "classpFlow_1_1sphereParticles_a37902e8915b3022d1068391f864a8e59_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,13,184,39" / >
< area shape = "rect" href = "classpFlow_1_1sphereShape.html#abf3b8d0b7f068ba39f11805ea15194ca" title = " " alt = "" coords = "232,5,384,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a98372d2b87e1c67d4b2eb0517336abf7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a98372d2b87e1c67d4b2eb0517336abf7" > ◆ < / a > < / span > update()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool update < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1eventMessage.html" > eventMessage< / a > &   < / td >
< td class = "paramname" > < em > msg< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1eventObserver.html#a64730bf40b61714954f7d250702052df" > eventObserver< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00340" > 340< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "NBSCrossLoop_8hpp_source.html#l00024" > n< / a > , and < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > .< / p >
< / div >
< / div >
< a id = "ad6e7f37a0c46767c56240272c311c6ba" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad6e7f37a0c46767c56240272c311c6ba" > ◆ < / a > < / span > rAcceleration() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > & rAcceleration < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#a7b790efb4cf58acede50bad1739e1b75" > particles< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00166" > 166< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00063" > sphereParticles::rAcceleration_< / a > .< / p >
< / div >
< / div >
< a id = "af4899923e99ba2809ed3322c81b12019" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af4899923e99ba2809ed3322c81b12019" > ◆ < / a > < / span > rAcceleration() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > & rAcceleration < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > Implements < a class = "el" href = "classpFlow_1_1particles.html#a58d0c11618a92ce56951c8ee015f39b4" > particles< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00171" > 171< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "sphereParticles_8hpp_source.html#l00063" > sphereParticles::rAcceleration_< / a > .< / p >
< / div >
< / div >
< a id = "ada71b97666fe3f66b31690bf12633c32" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ada71b97666fe3f66b31690bf12633c32" > ◆ < / a > < / span > beforeIteration()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool beforeIteration < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > before iteration step < / p >
< p > Reimplemented from < a class = "el" href = "classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32" > particles< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00084" > 84< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "particles_8cpp_source.html#l00153" > particles::beforeIteration()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereGranFlow_8cpp_source.html#l00063" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-10" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-10-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-10-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-10-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_cgraph" id = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_cgraph" >
< area shape = "rect" title = "before iteration step" alt = "" coords = "5,13,124,39" / >
2023-04-23 12:52:57 -07:00
< area shape = "rect" href = "classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32" title = "This is called in time loop, before iterate." alt = "" coords = "172,5,347,47" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-11" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-11-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-11-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-11-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_icgraph" id = "classpFlow_1_1sphereParticles_ada71b97666fe3f66b31690bf12633c32_icgraph" >
< area shape = "rect" title = "before iteration step" alt = "" coords = "108,5,227,32" / >
< area shape = "rect" href = "sphereGranFlow_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97" title = "DEM solver for simulating granular flow of cohesion-less particles." alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "afa767bddda52eb71cea18f755e17d559" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afa767bddda52eb71cea18f755e17d559" > ◆ < / a > < / span > iterate()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool iterate < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > iterate particles < / p >
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ad9e44c3349e7a9a5b6ba72c9db344b96" > demComponent< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00104" > 104< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "sphereParticlesKernels_8hpp_source.html#l00034" > pFlow::sphereParticlesKernels::acceleration()< / a > , and < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereGranFlow_8cpp_source.html#l00063" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-12" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-12-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-12-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-12-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_cgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_cgraph" id = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_cgraph" >
< area shape = "rect" title = "iterate particles" alt = "" coords = "5,13,71,39" / >
< area shape = "rect" href = "namespacepFlow_1_1sphereParticlesKernels.html#aea4493f25ef82d9338f4b7dd1059f675" title = " " alt = "" coords = "119,5,333,47" / >
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-13" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-13-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-13-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-13-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_icgraph" id = "classpFlow_1_1sphereParticles_afa767bddda52eb71cea18f755e17d559_icgraph" >
< area shape = "rect" title = "iterate particles" alt = "" coords = "108,5,173,32" / >
< area shape = "rect" href = "sphereGranFlow_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97" title = "DEM solver for simulating granular flow of cohesion-less particles." alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a5ab4b6c611c3256e54f51bbfc484d58e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5ab4b6c611c3256e54f51bbfc484d58e" > ◆ < / a > < / span > afterIteration()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool afterIteration < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > after iteration step < / p >
< p > Implements < a class = "el" href = "classpFlow_1_1demComponent.html#ac7d2399b393b6dfa6f00ad9bcd524437" > demComponent< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8cpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "sphereGranFlow_8cpp_source.html#l00063" > main()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-14" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-14-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-14-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-14-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1sphereParticles_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph.png" border = "0" usemap = "#classpFlow_1_1sphereParticles_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1sphereParticles_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" id = "classpFlow_1_1sphereParticles_a5ab4b6c611c3256e54f51bbfc484d58e_icgraph" >
< area shape = "rect" title = "after iteration step" alt = "" coords = "108,5,215,32" / >
< area shape = "rect" href = "sphereGranFlow_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97" title = "DEM solver for simulating granular flow of cohesion-less particles." alt = "" coords = "5,5,60,32" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a525dee0c19ede91482b300ad71d52e5c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a525dee0c19ede91482b300ad71d52e5c" > ◆ < / a > < / span > property_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1property.html" > property< / a > & property_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > reference to material properties < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00051" > 51< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a6f1b7000703d1ada1c9a1035f1e5dba6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f1b7000703d1ada1c9a1035f1e5dba6" > ◆ < / a > < / span > shapes_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereShape.html" > sphereShape< / a > & shapes_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > reference to shapes < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00054" > 54< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00156" > sphereParticles::boundingSphereMinMax()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00124" > sphereParticles::shapes()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a95775f9987ece054ee634ba2aa091040" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a95775f9987ece054ee634ba2aa091040" > ◆ < / a > < / span > I_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#ac5d59f7d75bbf030e7fd2223d42f551b" > realPointField_D< / a > & I_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of inertial of particles < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00026" > sphereParticles::getFieldObjectList()< / a > , and < a class = "el" href = "sphereParticles_8hpp_source.html#l00130" > sphereParticles::I()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa585c28b8d04890123cc3fc109b6c0ab" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa585c28b8d04890123cc3fc109b6c0ab" > ◆ < / a > < / span > rVelocity_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > & rVelocity_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational Velocity of particles on device < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00141" > sphereParticles::rVelocity()< / a > , and < a class = "el" href = "sphereParticles_8cpp_source.html#l00225" > sphereParticles::sphereParticles()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae5f8968426dbb99341f7d4a807523fee" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae5f8968426dbb99341f7d4a807523fee" > ◆ < / a > < / span > rAcceleration_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a8b286cf0e92d888964d5691196b6c151" > realx3PointField_D< / a > & rAcceleration_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > < a class = "el" href = "classpFlow_1_1pointField.html" > pointField< / a > of rotational acceleration of particles on device < br / >
< / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00063" > 63< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8hpp_source.html#l00166" > sphereParticles::rAcceleration()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a1166eb30f8a6e6eb69bddb77706f122c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1166eb30f8a6e6eb69bddb77706f122c" > ◆ < / a > < / span > rVelIntegration_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > > rVelIntegration_ = nullptr< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > rotational velocity integrator < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "sphereParticles_8cpp_source.html#l00225" > sphereParticles::sphereParticles()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a1bff664d1437325cc40dfb3e29421da4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1bff664d1437325cc40dfb3e29421da4" > ◆ < / a > < / span > accelerationTimer_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > accelerationTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > timer for acceleration computations < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00069" > 69< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div >
< / div >
< a id = "acab942b0343835097cc05a0e0d97ae9a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acab942b0343835097cc05a0e0d97ae9a" > ◆ < / a > < / span > intPredictTimer_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > intPredictTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > timer for integration computations (prediction step) < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00072" > 72< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a2a1c9981adfb622385473dc09302639d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2a1c9981adfb622385473dc09302639d" > ◆ < / a > < / span > intCorrectTimer_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1Timer.html" > Timer< / a > intCorrectTimer_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p > timer for integration computations (correction step) < / p >
< p class = "definition" > Definition at line < a class = "el" href = "sphereParticles_8hpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Particles/SphereParticles/sphereParticles/< a class = "el" href = "sphereParticles_8hpp_source.html" > sphereParticles.hpp< / a > < / li >
< li > src/Particles/SphereParticles/sphereParticles/< a class = "el" href = "sphereParticles_8cpp_source.html" > sphereParticles.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > sphereParticles< / 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 >