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: solvers/sphereGranFlow/createDEMComponents.hpp File 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 */
2025-01-10 13:02:07 +03:30
$(document).ready(function(){initNavTree('sphereGranFlow_2createDEMComponents_8hpp.html',''); initResizable(); });
2023-03-27 10:16:23 -07:00
/* @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 = "#func-members" > Functions< / a > |
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > createDEMComponents.hpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div class = "textblock" > < div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > This graph shows which files directly or indirectly include this file:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "sphereGranFlow_2createDEMComponents_8hpp__dep__incl.png" border = "0" usemap = "#solvers_2sphereGranFlow_2createDEMComponents_8hppdep" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< p > < a href = "sphereGranFlow_2createDEMComponents_8hpp_source.html" > Go to the source code of this file.< / a > < / p >
2023-03-27 10:16:23 -07:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a91970fa54ad14e3975c1e01d61c27882" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#a91970fa54ad14e3975c1e01d61c27882" > REPORT< / a > (0)< < " \nReading sphere particles . . ." < < END_REPORT< / td > < / tr >
< tr class = "separator:a91970fa54ad14e3975c1e01d61c27882" > < 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 = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae7f117d3f7cdd8cae2bf2913f91e4d74" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > pFlow::sphereParticles< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#ae7f117d3f7cdd8cae2bf2913f91e4d74" > sphParticles< / a > (< a class = "el" href = "initialize__Control_8hpp.html#a4f5e4e852648762473ecd75a907417ca" > Control< / a > , < a class = "el" href = "setProperty_8hpp.html#ab0e7d0f9466a55a6fdb2417bc44ca707" > proprties< / a > )< / td > < / tr >
< tr class = "separator:ae7f117d3f7cdd8cae2bf2913f91e4d74" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a84c40199c91da9a7888debd293f2d7b9" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#a84c40199c91da9a7888debd293f2d7b9" > sphInsertion< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a84c40199c91da9a7888debd293f2d7b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae407a77fb97d4e6375d136c1add58d21" > < td class = "memItemLeft" align = "right" valign = "top" > auto  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#ae407a77fb97d4e6375d136c1add58d21" > interactionPtr< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae407a77fb97d4e6375d136c1add58d21" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:affb29a66c2605b3f871b00987e41053c" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#affb29a66c2605b3f871b00987e41053c" > sphInteraction< / a > = < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#ae407a77fb97d4e6375d136c1add58d21" > interactionPtr< / a > ()< / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:affb29a66c2605b3f871b00987e41053c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Function Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "a91970fa54ad14e3975c1e01d61c27882" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a91970fa54ad14e3975c1e01d61c27882" > ◆ < / a > < / span > REPORT()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > REPORT < / td >
< td > (< / td >
< td class = "paramtype" > 0  < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Variable Documentation< / h2 >
< a id = "ae7f117d3f7cdd8cae2bf2913f91e4d74" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae7f117d3f7cdd8cae2bf2913f91e4d74" > ◆ < / a > < / span > sphParticles< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1sphereParticles.html" > pFlow::sphereParticles< / a > sphParticles(< a class = "el" href = "initialize__Control_8hpp.html#a4f5e4e852648762473ecd75a907417ca" > Control< / a > , < a class = "el" href = "setProperty_8hpp.html#ab0e7d0f9466a55a6fdb2417bc44ca707" > proprties< / a > )< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a84c40199c91da9a7888debd293f2d7b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a84c40199c91da9a7888debd293f2d7b9" > ◆ < / a > < / span > sphInsertion< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > auto sphInsertion< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = < a class = "code" href = "namespacepFlow.html#ae2e0749fbe2e30cbf9061410cfccf232" > pFlow::sphereInsertion< / a > (< / div >
< div class = "line" > < a class = "code" href = "iterateSphereParticles_2createDEMComponents_8hpp.html#ae7f117d3f7cdd8cae2bf2913f91e4d74" > sphParticles< / a > , < / div >
< div class = "line" > < a class = "code" href = "iterateSphereParticles_2createDEMComponents_8hpp.html#ae7f117d3f7cdd8cae2bf2913f91e4d74" > sphParticles< / a > .< a class = "code" href = "classpFlow_1_1sphereParticles.html#a42e28b27090d72b9a10ca8142216be37" > spheres< / a > ())< / div >
2023-03-27 10:16:23 -07:00
< / div > <!-- fragment -->
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp_source.html" > createDEMComponents.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereGranFlow_8cpp_source.html#l00051" > main()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae407a77fb97d4e6375d136c1add58d21" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae407a77fb97d4e6375d136c1add58d21" > ◆ < / a > < / span > interactionPtr< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > auto interactionPtr< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< b > Initial value:< / b > < div class = "fragment" > < div class = "line" > = < a class = "code" href = "classpFlow_1_1interaction.html#a4719440c5da75bf4bc6776501d106bf9" > pFlow::interaction::create< / a > (< / div >
2023-03-27 10:16:23 -07:00
< div class = "line" > < a class = "code" href = "initialize__Control_8hpp.html#a4f5e4e852648762473ecd75a907417ca" > Control< / a > ,< / div >
2025-01-10 13:02:07 +03:30
< div class = "line" > < a class = "code" href = "iterateSphereParticles_2createDEMComponents_8hpp.html#ae7f117d3f7cdd8cae2bf2913f91e4d74" > sphParticles< / a > ,< / div >
2023-03-27 10:16:23 -07:00
< div class = "line" > < a class = "code" href = "setSurfaceGeometry_8hpp.html#a195e279064ba2595c36f5f8d504822cb" > surfGeometry< / a > < / div >
< div class = "line" > )< / div >
< / div > <!-- fragment -->
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp_source.html" > createDEMComponents.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "affb29a66c2605b3f871b00987e41053c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#affb29a66c2605b3f871b00987e41053c" > ◆ < / a > < / span > sphInteraction< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > auto& sphInteraction = < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html#ae407a77fb97d4e6375d136c1add58d21" > interactionPtr< / a > ()< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp_source.html" > createDEMComponents.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "sphereGranFlow_8cpp_source.html#l00051" > main()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
2025-01-10 13:02:07 +03:30
< div class = "ttc" id = "aclasspFlow_1_1interaction_html_a4719440c5da75bf4bc6776501d106bf9" > < div class = "ttname" > < a href = "classpFlow_1_1interaction.html#a4719440c5da75bf4bc6776501d106bf9" > pFlow::interaction::create< / a > < / div > < div class = "ttdeci" > static uniquePtr< interaction > create(systemControl & control, const particles & prtcl, const geometry & geom)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "interaction_8cpp_source.html#l00048" > interaction.cpp:48< / a > < / div > < / div >
< div class = "ttc" id = "aclasspFlow_1_1sphereParticles_html_a42e28b27090d72b9a10ca8142216be37" > < div class = "ttname" > < a href = "classpFlow_1_1sphereParticles.html#a42e28b27090d72b9a10ca8142216be37" > pFlow::sphereParticles::spheres< / a > < / div > < div class = "ttdeci" > const auto & spheres() const< / div > < div class = "ttdoc" > const reference to shapes object< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sphereParticles_8hpp_source.html#l00150" > sphereParticles.hpp:150< / a > < / div > < / div >
2023-03-27 10:16:23 -07:00
< div class = "ttc" id = "asetSurfaceGeometry_8hpp_html_a195e279064ba2595c36f5f8d504822cb" > < div class = "ttname" > < a href = "setSurfaceGeometry_8hpp.html#a195e279064ba2595c36f5f8d504822cb" > surfGeometry< / a > < / div > < div class = "ttdeci" > auto & surfGeometry< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "setSurfaceGeometry_8hpp_source.html#l00026" > setSurfaceGeometry.hpp:26< / a > < / div > < / div >
2025-01-10 13:02:07 +03:30
< div class = "ttc" id = "anamespacepFlow_html_ae2e0749fbe2e30cbf9061410cfccf232" > < div class = "ttname" > < a href = "namespacepFlow.html#ae2e0749fbe2e30cbf9061410cfccf232" > pFlow::sphereInsertion< / a > < / div > < div class = "ttdeci" > Insertion< sphereShape > sphereInsertion< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Insertions_8hpp_source.html#l00033" > Insertions.hpp:33< / a > < / div > < / div >
< div class = "ttc" id = "aiterateSphereParticles_2createDEMComponents_8hpp_html_ae7f117d3f7cdd8cae2bf2913f91e4d74" > < div class = "ttname" > < a href = "iterateSphereParticles_2createDEMComponents_8hpp.html#ae7f117d3f7cdd8cae2bf2913f91e4d74" > sphParticles< / a > < / div > < div class = "ttdeci" > pFlow::sphereParticles sphParticles(Control, proprties)< / div > < / div >
2023-03-27 10:16:23 -07:00
< div class = "ttc" id = "ainitialize__Control_8hpp_html_a4f5e4e852648762473ecd75a907417ca" > < div class = "ttname" > < a href = "initialize__Control_8hpp.html#a4f5e4e852648762473ecd75a907417ca" > Control< / a > < / div > < div class = "ttdeci" > auto & Control< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "initialize__Control_8hpp_source.html#l00047" > initialize_Control.hpp:47< / a > < / div > < / div >
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2025-01-10 13:02:07 +03:30
< li class = "navelem" > < a class = "el" href = "dir_65b24c28d0f232e494405d4f9f0c5236.html" > solvers< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_ac9f1d02bd348986b458efcb0494a045.html" > sphereGranFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "sphereGranFlow_2createDEMComponents_8hpp.html" > createDEMComponents.hpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< 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 >