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_c.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_c" > < / a > - c -< / h3 > < ul >
< li > capacity_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1VectorDual.html#aa3099a4c2b0b3ab5ba4188b4a8f59b26" > VectorDual< T, MemorySpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > caseSetup_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1systemControl.html#af8db943dae76b8a97bac9e52e925380b" > systemControl< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > cdPath_
: < a class = "el" href = "classpFlow_1_1readControlDict.html#ade3a26a4809d7d80008fcc58eb004986" > readControlDict< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > celldx_
: < a class = "el" href = "classpFlow_1_1cells.html#ad0eee8f6c6bd18d0213d45f1459eec4b" > cells< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > cellExtent_
: < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ae37c17021aa06dd9bcf5e7a187d6babf" > cellsWallLevel0< / a >
, < a class = "el" href = "classpFlow_1_1NBS.html#ae37c17021aa06dd9bcf5e7a187d6babf" > NBS< / a >
, < a class = "el" href = "classpFlow_1_1wallBoundaryContactSearch.html#ae37c17021aa06dd9bcf5e7a187d6babf" > wallBoundaryContactSearch< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > cellsWallLevel0_
: < a class = "el" href = "classpFlow_1_1NBS.html#a5e3789ff16fd71f60a3a8d85c23710ba" > NBS< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > center_
: < a class = "el" href = "classpFlow_1_1sphere.html#a58519a7039bfcaa45de84489becc4ad2" > sphere< / a >
< / li >
< li > cForce_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "structpFlow_1_1grainInteractionKernels_1_1ppInteractionFunctor.html#ab4d1edca6a2c39700dc2327a8c9d5dee" > ppInteractionFunctor< ContactForceModel, ContactListType > < / a >
, < a class = "el" href = "structpFlow_1_1grainInteractionKernels_1_1pwInteractionFunctor.html#ab4d1edca6a2c39700dc2327a8c9d5dee" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > < / a >
, < a class = "el" href = "structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ab4d1edca6a2c39700dc2327a8c9d5dee" > ppInteractionFunctor< ContactForceModel, ContactListType > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "structpFlow_1_1sphereInteractionKernels_1_1pwInteractionFunctor.html#ab4d1edca6a2c39700dc2327a8c9d5dee" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > < / a >
< / li >
< li > checkForCollision_
: < a class = "el" href = "classpFlow_1_1insertion.html#a57b82829710afa1fd6045b8e16f646bc" > insertion< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > checkForExitInterval_
: < a class = "el" href = "classpFlow_1_1boundaryExit.html#ad99d63d707710ca13950e7b84c0788d8" > boundaryExit< / a >
< / li >
< li > checkInterval_
: < a class = "el" href = "classpFlow_1_1mapperNBS.html#a7d764ec30335c9a8389f40cfa38e4130" > mapperNBS< / a >
< / li >
< li > coarseGrainFactor_
: < a class = "el" href = "structpFlow_1_1grainInteractionKernels_1_1ppInteractionFunctor.html#aac2e530f6ecf107f8e5a95cd816e7ff3" > ppInteractionFunctor< ContactForceModel, ContactListType > < / a >
, < a class = "el" href = "structpFlow_1_1grainInteractionKernels_1_1pwInteractionFunctor.html#aac2e530f6ecf107f8e5a95cd816e7ff3" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1grainParticles.html#aa5fd8f8cd66f1edcd576a74d55c68059" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1grainShape.html#a09b6256a140d9c3adf757533c73160ce" > grainShape< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > componentName_
: < a class = "el" href = "classpFlow_1_1demComponent.html#a3ce96806ed72189c4d9a24e9429d0420" > demComponent< / a >
2025-01-10 13:02:07 +03:30
< / li >
< li > componentNames_
: < a class = "el" href = "classpFlow_1_1MotionModel.html#a2addb10e9ad6af1d8876c6e7c49c5a3f" > MotionModel< Model, Component > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > components_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1MotionModel_1_1ModelInterface.html#a8197216779b6c70c1d62cd303c52cad1" > MotionModel< Model, Component > ::ModelInterface< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > compValue1_
: < a class = "el" href = "classpFlow_1_1compareTwo.html#aa194c19afbb3e5d39d773bdf7f51d23c" > compareTwo< T, Operator > < / a >
< / li >
< li > compValue2_
: < a class = "el" href = "classpFlow_1_1compareTwo.html#a90b4e9387fc252b078d1c25d58fe2e8e" > compareTwo< T, Operator > < / a >
< / li >
< li > compValue_
: < a class = "el" href = "classpFlow_1_1compareOne.html#a90c18ef1c15f75e81cb14975589f5c3e" > compareOne< T, Operator > < / a >
< / li >
< li > contactForce_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1particles.html#a7191e43331d75efa3b6ba1f7e36f15ad" > particles< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > contactForceWall_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1geometry.html#aff3bf2189d764c3c65a41735a275ca78" > geometry< / a >
< / li >
< li > contactListMangementBoundaryTimer_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a61abf88ef41c8fa872a64d7cd511f022" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a61abf88ef41c8fa872a64d7cd511f022" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > contactListMangementTimer_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#adfe43466553828567cad6b795c0d1ea7" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#adfe43466553828567cad6b795c0d1ea7" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > contactSearch_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryContactSearch.html#a267599d920d757d8eea7ded37a412052" > boundaryContactSearch< / a >
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#a8c210b9197467ebb4878ea56cb1d3270" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a8c210b9197467ebb4878ea56cb1d3270" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > contactTorque_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1particles.html#ac1c2da7e5c2021d8b6eb17684a572528" > particles< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > container0_
: < a class = "el" href = "classpFlow_1_1unsortedContactList.html#a77cebdf1056ed73b6ea25ea35b097ffd" > unsortedContactList< valueType, executionSpace, idType > < / a >
< / li >
< li > container_
: < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a318d760a8f0d48a62d42f1d44a41910c" > unsortedPairs< executionSpace, idType > < / a >
< / li >
< li > Container_
: < a class = "el" href = "structpFlow_1_1unsortedPairs_1_1pairAccessor.html#a5bede346a5aace7ab58a2c4e0fe563ac" > unsortedPairs< executionSpace, idType > ::pairAccessor< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > container_
: < a class = "el" href = "classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#acc1f715d6f74455a91cd57f2e4ab75a9" > VectorSingle< word, HostSpace > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > control_
: < a class = "el" href = "classpFlow_1_1demComponent.html#abfbc3debb472c661c30cf9fe782bb076" > demComponent< / a >
, < a class = "el" href = "classpFlow_1_1postprocess.html#abfbc3debb472c661c30cf9fe782bb076" > postprocess< / a >
2023-03-31 10:54:16 -07:00
< / li >
< li > copyRight
: < a class = "el" href = "classpFlow_1_1commandLine.html#ae073a34e47a78d184b3711ea967288e7" > commandLine< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > countDictNames_
: < a class = "el" href = "classpFlow_1_1postprocess.html#a49ead912cd1a39ec36cf96043d032a0b" > postprocess< / a >
< / li >
< li > countedVairablesLists_
: < a class = "el" href = "classpFlow_1_1postprocess.html#ab68463888fefe8223392064ab39584a6" > postprocess< / a >
< / li >
< li > countedValues_
: < a class = "el" href = "classpFlow_1_1countFields.html#acb393b1a980197def25ea19fe94cb093" > countFields< / a >
< / li >
< li > countedVariableNamesList_
: < a class = "el" href = "classpFlow_1_1postprocess.html#a216bad6f08f6068762b014e098dce93c" > postprocess< / a >
< / li >
< li > csBoundaries_
: < a class = "el" href = "classpFlow_1_1ContactSearch.html#a467ac73738857be13fe399f67b1d935c" > ContactSearch< searchMethod > < / a >
< / li >
< li > cSearch
: < a class = "el" href = "classpFlow_1_1periodicBoundaryContactSearch.html#ac4f1f61d4b495fb6d87566684b75e9f1" > periodicBoundaryContactSearch< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > cTorque_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "structpFlow_1_1grainInteractionKernels_1_1ppInteractionFunctor.html#ac492c7557600a8f3019b405c24a06a1b" > ppInteractionFunctor< ContactForceModel, ContactListType > < / a >
, < a class = "el" href = "structpFlow_1_1grainInteractionKernels_1_1pwInteractionFunctor.html#ac492c7557600a8f3019b405c24a06a1b" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > < / a >
, < a class = "el" href = "structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ac492c7557600a8f3019b405c24a06a1b" > ppInteractionFunctor< ContactForceModel, ContactListType > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "structpFlow_1_1sphereInteractionKernels_1_1pwInteractionFunctor.html#ac492c7557600a8f3019b405c24a06a1b" > pwInteractionFunctor< ContactForceModel, ContactListType, TraingleAccessor, MotionModel > < / a >
< / li >
< li > current_
: < a class = "el" href = "classpFlow_1_1shapeMixture.html#acb35c3bca327d646b0cea8c6fc853b48" > shapeMixture< / a >
< / li >
< li > currentFolder_
: < a class = "el" href = "classpFlow_1_1timeFolder.html#aaf117421f033fb251270941637cf69ee" > timeFolder< / a >
< / li >
< li > currentIter_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1timeControl.html#af11548cfec6dd4efe0c8702395cf8ae0" > timeControl< / a >
, < a class = "el" href = "classpFlow_1_1timeInfo.html#a01b433e58b02666fe5618d951bc859f9" > timeInfo< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > currentTime_
: < a class = "el" href = "classpFlow_1_1timeControl.html#aa5083b95d767de3c06e191d0b016f209" > timeControl< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1timeInfo.html#aa5083b95d767de3c06e191d0b016f209" > timeInfo< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > currentToken_
: < a class = "el" href = "classpFlow_1_1iTstream.html#a16b92ead52b0e5d37f307ae80f5df8d5" > iTstream< / a >
< / li >
< li > cylinder_
: < a class = "el" href = "classpFlow_1_1cylinderRegion.html#a9c49944ff14b819d1c2c0e34a7362067" > cylinderRegion< / a >
< / li >
< / 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 >