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: Class Members - Variables< / 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('functions_vars_b.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 = "contents" >
 
< h3 > < a id = "index_b" > < / a > - b -< / h3 > < ul >
2025-01-10 13:02:07 +03:30
< li > baseFieldBoundaryUpdateTimer_
: < a class = "el" href = "classpFlow_1_1particles.html#a76b0c86c8e2d752ee5ee58a5f8d267ea" > particles< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > baseName_
: < a class = "el" href = "classpFlow_1_1integration.html#aa4cf93fd25765a9c0816f3ace4e3b009" > integration< / a >
, < a class = "el" href = "classpFlow_1_1vtkFile.html#a775e21c7d4ffad44d2f5878458fcee15" > vtkFile< / a >
< / li >
< li > begin_
: < a class = "el" href = "classpFlow_1_1intervalRange.html#ad543e853981e56c8ae28a8b8b8ca01ac" > intervalRange< T > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1selectorRandomPoints.html#ad8fad742913701b4faf510df20854758" > selectorRandomPoints< / a >
, < a class = "el" href = "classpFlow_1_1selectorStridedRange.html#ad8fad742913701b4faf510df20854758" > selectorStridedRange< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1stridedRange.html#ad543e853981e56c8ae28a8b8b8ca01ac" > stridedRange< T > < / a >
< / li >
2023-04-13 11:46:41 -07:00
< li > binary_
: < a class = "el" href = "classpFlow_1_1fileStream.html#ad139edcd5a95667fd99c314eccefa0a4" > fileStream< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1vtkFile.html#ad139edcd5a95667fd99c314eccefa0a4" > vtkFile< / a >
2023-04-13 11:46:41 -07:00
< / li >
2023-03-27 10:16:23 -07:00
< li > bitsPerBlock_
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a6b2c5840c1f15d1b7ec04643046d4d0b" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blockMask_
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a40172102f2c4ff2987b18193c7dedd09" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blocks_
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a3baf25ee5e5e87bca066a0eefd272ca2" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > bottom_
: < a class = "el" href = "classpFlow_1_1domain.html#a2b3ff0cbeaa3ebf41fca471531d65d5c" > domain< / a >
< / li >
< li > boundaries_
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a09f7cbe1d4947f53ddfe0fd456d7fb9a" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1boundaryContactSearchList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryContactSearchList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryFieldList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryFieldList< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryGrainInteractionList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryGrainInteractionList< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryGrainParticlesList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryGrainParticlesList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryIntegrationList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryIntegrationList< / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteractionList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundarySphereInteractionList< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereParticlesList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundarySphereParticlesList< / a >
, < a class = "el" href = "classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976" > pointStructure< / a >
< / li >
< li > boundary
: < a class = "el" href = "classpFlow_1_1periodicBoundaryContactSearch.html#ad6f9957ac252e373238de69892ee262e" > periodicBoundaryContactSearch< / a >
< / li >
< li > boundary_
: < a class = "el" href = "classpFlow_1_1generalBoundary.html#ab28cb84aa3414a76c7e2c68c4708ecd1" > generalBoundary< / a >
< / li >
< li > boundaryBase
: < a class = "el" href = "classpFlow_1_1internalPoints.html#a128a141ee7005f3629bdfb4d9f85ab3c" > internalPoints< / a >
< / li >
< li > boundaryDataTransferTimer_
: < a class = "el" href = "classpFlow_1_1pointStructure.html#a57584b3855aa5f88cada78f92019875d" > pointStructure< / a >
< / li >
< li > boundaryDict_
: < a class = "el" href = "classpFlow_1_1subDomain.html#ab9ab56c554324ac14fd5276ccbe70816" > subDomain< / a >
< / li >
< li > boundaryExtntionLengthRatio_
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#ad40aa0da8354b1a35c1e65a07f34bf85" > boundaryBase< / a >
< / li >
< li > boundaryFieldList_
: < a class = "el" href = "classpFlow_1_1internalField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > internalField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1pointField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > pointField< T, MemorySpace > < / a >
< / li >
< li > boundaryGrainParticles_
: < a class = "el" href = "classpFlow_1_1grainParticles.html#adbe980c0827312153593947f7d2af8d2" > grainParticles< / a >
< / li >
< li > boundaryInteraction_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > boundaryInteractionTimer_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > boundaryList
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a3ae8ab921e3c14ab27bb9e81dc4806d5" > boundaryBase< / a >
< / li >
< li > boundaryList_
: < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#aac898ef26b84e559b552fb63b187e4a3" > AdamsBashforth2< / a >
< / li >
< li > boundaryNames_
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#a5acfa93180afceedd863a278e6353d92" > simulationDomain< / a >
< / li >
< li > boundaryPlane_
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#ae9d44c3323f7f34aef079060a4105dbb" > boundaryBase< / a >
< / li >
< li > boundarySphereParticles_
: < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa6ec74993b7f2a86dee74829c65cb40f" > sphereParticles< / a >
< / li >
< li > boundaryUpdate_
: < a class = "el" href = "classpFlow_1_1boundaryList.html#a748fe124d82250c9b3ea63039f54831c" > boundaryList< / a >
< / li >
< li > boundaryUpdateTimer_
: < a class = "el" href = "classpFlow_1_1pointStructure.html#a1072daecb0f4973c8a52f645b6eebe29" > pointStructure< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > box_
: < a class = "el" href = "classpFlow_1_1boxRegion.html#aefb81f563e3df7617831459d0ab0b5ee" > boxRegion< / a >
, < a class = "el" href = "classpFlow_1_1selectBox.html#aefb81f563e3df7617831459d0ab0b5ee" > selectBox< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > bTimer_
: < a class = "el" href = "classpFlow_1_1contactSearch.html#aa736bc0cb1b9da3f88119e7116f6c81e" > contactSearch< / a >
< / li >
< li > buffer_
: < a class = "el" href = "classpFlow_1_1dataIO.html#a16ed4538a6906f762b1334d171cd061f" > dataIO< T > < / a >
< / li >
< li > bufferSpan_
: < a class = "el" href = "classpFlow_1_1dataIO.html#ab94d7044a21609bb40c33a970f14b2ac" > dataIO< T > < / a >
< / li >
< li > buildCount_
: < a class = "el" href = "classpFlow_1_1mapperNBS.html#a9ed3240e17a562b93981734303325b43" > mapperNBS< / a >
< / li >
2023-03-27 10:16:23 -07:00
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< 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 >