phasicFlow/doc/code-documentation/html/vocabs_8hpp_source.html

199 lines
28 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="description" content="PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU.">
<title>PhasicFlow: src/phasicFlow/globals/vocabs.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" >
<tbody>
<tr>
<td id="projectlogo"><a href="https://github.com/PhasicFlow"><img alt="Logo" src="phasicFlow_logo.png"></a></td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
<tr>
<td id="projectbrief">
<a href="https://https://cemf.ir">www.cemf.ir</a>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('vocabs_8hpp_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">vocabs.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="vocabs_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*------------------------------- phasicFlow ---------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> O C enter of</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> O O E ngineering and</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> O O M ultiscale modeling of</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> OOOOOOO F luid flow</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> Copyright (C): www.cemf.ir</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> email: hamid.r.norouzi AT gmail.com</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">Licence:</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> This file is part of phasicFlow code. It is a free software for simulating</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> granular and multiphase flows. You can redistribute it and/or modify it under</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> the terms of GNU General Public License v3 or any other later versions.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> phasicFlow is distributed to help others in their research in the field of</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">-----------------------------------------------------------------------------*/</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef __vocabs_hpp__</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define __vocabs_hpp__</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;{</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">// folders / repositories</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="namespacepFlow.html#abb5e79deb214bbccf2fcfa3e66ceaafe"> 28</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#abb5e79deb214bbccf2fcfa3e66ceaafe">settingsFolder__</a> = <span class="stringliteral">&quot;settings&quot;</span>;</div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a50ed0073da69ec80b3d534d968a07b3b"> 29</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a50ed0073da69ec80b3d534d968a07b3b">settingsRepository__</a> = <span class="stringliteral">&quot;settings&quot;</span>;</div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a6ed018c6a293bd19e824d072a5ab4a92"> 30</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a6ed018c6a293bd19e824d072a5ab4a92">caseSetupFolder__</a> = <span class="stringliteral">&quot;caseSetup&quot;</span>;</div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a99a4df213ce3f60e87707d6801e00d24"> 31</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a99a4df213ce3f60e87707d6801e00d24">caseSetupRepository__</a> = <span class="stringliteral">&quot;caseSetup&quot;</span>;</div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="namespacepFlow.html#ae6cebdf3473a26ac7ed43efeb0442305"> 32</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#ae6cebdf3473a26ac7ed43efeb0442305">geometryFolder__</a> = <span class="stringliteral">&quot;geometry&quot;</span>;</div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a480da6c7b4764b1befb4b9d26e08898e"> 33</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a480da6c7b4764b1befb4b9d26e08898e">geometryRepository_</a> = <span class="stringliteral">&quot;geometry&quot;</span>;</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a9b71b5fe1cab82b5b121c57d9af2949d"> 34</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a9b71b5fe1cab82b5b121c57d9af2949d">integrationRepository__</a> = <span class="stringliteral">&quot;integration&quot;</span>;</div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a248e9cb74578618e70ce2eb00d6ca7b6"> 35</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a248e9cb74578618e70ce2eb00d6ca7b6">integrationFolder__</a> = <span class="stringliteral">&quot;integration&quot;</span>;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="comment">// file names</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a2004e02bd7f4ffcb0f80ed84e66c6a41"> 38</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a2004e02bd7f4ffcb0f80ed84e66c6a41">settingsFile__</a> = <span class="stringliteral">&quot;settingsDict&quot;</span>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a30858a05594eda3aa1f67bfd3f9c9a2d"> 39</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a30858a05594eda3aa1f67bfd3f9c9a2d">domainFile__</a> = <span class="stringliteral">&quot;domainDict&quot;</span>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a2d4c4b91fb03aa21d4877aaf4979b0e3"> 40</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a2d4c4b91fb03aa21d4877aaf4979b0e3">insertionFile__</a> = <span class="stringliteral">&quot;particleInsertion&quot;</span>;</div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="namespacepFlow.html#af699bd582eb6d479a482626b8fa44a6a"> 41</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#af699bd582eb6d479a482626b8fa44a6a">shapeFile__</a> = <span class="stringliteral">&quot;shapes&quot;</span>;</div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="namespacepFlow.html#af56ee6298c404b89326eb17f960359d1"> 42</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#af56ee6298c404b89326eb17f960359d1">pointStructureFile__</a> = <span class="stringliteral">&quot;pStructure&quot;</span>;</div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="namespacepFlow.html#ad9006d50fcc321e28a0c640a006d502e"> 43</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#ad9006d50fcc321e28a0c640a006d502e">triSurfaceFile__</a> = <span class="stringliteral">&quot;triSurface&quot;</span>;</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="namespacepFlow.html#aac87db7b3ff5ace11d226ae1c908b3bf"> 44</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#aac87db7b3ff5ace11d226ae1c908b3bf">createParticles__</a> = <span class="stringliteral">&quot;createParticles&quot;</span>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a06ead2e90071ad1337c292d546df078e"> 45</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a06ead2e90071ad1337c292d546df078e">motionModelFile__</a> = <span class="stringliteral">&quot;motionModel&quot;</span>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a1262bd5c005c28f7ef09b4d81806f455"> 46</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a1262bd5c005c28f7ef09b4d81806f455">contactSearchFile__</a> = <span class="stringliteral">&quot;contactSearch&quot;</span>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="namespacepFlow.html#afcb5497457da771af3e5fc04e5ea20c3"> 47</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#afcb5497457da771af3e5fc04e5ea20c3">propertyFile__</a> = <span class="stringliteral">&quot;interaction&quot;</span>;</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a5957671624d4d3b1540d9fce67881785"> 48</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a5957671624d4d3b1540d9fce67881785">interactionFile__</a> = <span class="stringliteral">&quot;interaction&quot;</span>;</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="namespacepFlow.html#acea54a44a5c2fe95113b10ea1a7ed120"> 49</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#acea54a44a5c2fe95113b10ea1a7ed120">postprocessFile__</a> = <span class="stringliteral">&quot;postprocessDict&quot;</span>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="namespacepFlow.html#aa8425dd4ea45bdabef5c99e544943da9"> 51</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#aa8425dd4ea45bdabef5c99e544943da9">uniform__</a> = <span class="stringliteral">&quot;uniform&quot;</span>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a64251ea31b55de531334c3a46244e71c"> 52</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <span class="keywordtype">char</span>* <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a64251ea31b55de531334c3a46244e71c">nonUniform__</a> = <span class="stringliteral">&quot;nonUniform&quot;</span>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;}</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#endif // __vocabs_hpp__</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="anamespacepFlow_html_a5957671624d4d3b1540d9fce67881785"><div class="ttname"><a href="namespacepFlow.html#a5957671624d4d3b1540d9fce67881785">pFlow::interactionFile__</a></div><div class="ttdeci">const char *const interactionFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00048">vocabs.hpp:48</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aac87db7b3ff5ace11d226ae1c908b3bf"><div class="ttname"><a href="namespacepFlow.html#aac87db7b3ff5ace11d226ae1c908b3bf">pFlow::createParticles__</a></div><div class="ttdeci">const char *const createParticles__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00044">vocabs.hpp:44</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aa8425dd4ea45bdabef5c99e544943da9"><div class="ttname"><a href="namespacepFlow.html#aa8425dd4ea45bdabef5c99e544943da9">pFlow::uniform__</a></div><div class="ttdeci">const char *const uniform__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00051">vocabs.hpp:51</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a248e9cb74578618e70ce2eb00d6ca7b6"><div class="ttname"><a href="namespacepFlow.html#a248e9cb74578618e70ce2eb00d6ca7b6">pFlow::integrationFolder__</a></div><div class="ttdeci">const char *const integrationFolder__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00035">vocabs.hpp:35</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a99a4df213ce3f60e87707d6801e00d24"><div class="ttname"><a href="namespacepFlow.html#a99a4df213ce3f60e87707d6801e00d24">pFlow::caseSetupRepository__</a></div><div class="ttdeci">const char *const caseSetupRepository__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00031">vocabs.hpp:31</a></div></div>
<div class="ttc" id="anamespacepFlow_html_abb5e79deb214bbccf2fcfa3e66ceaafe"><div class="ttname"><a href="namespacepFlow.html#abb5e79deb214bbccf2fcfa3e66ceaafe">pFlow::settingsFolder__</a></div><div class="ttdeci">const char *const settingsFolder__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00028">vocabs.hpp:28</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a06ead2e90071ad1337c292d546df078e"><div class="ttname"><a href="namespacepFlow.html#a06ead2e90071ad1337c292d546df078e">pFlow::motionModelFile__</a></div><div class="ttdeci">const char *const motionModelFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00045">vocabs.hpp:45</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a2d4c4b91fb03aa21d4877aaf4979b0e3"><div class="ttname"><a href="namespacepFlow.html#a2d4c4b91fb03aa21d4877aaf4979b0e3">pFlow::insertionFile__</a></div><div class="ttdeci">const char *const insertionFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00040">vocabs.hpp:40</a></div></div>
<div class="ttc" id="anamespacepFlow_html_afcb5497457da771af3e5fc04e5ea20c3"><div class="ttname"><a href="namespacepFlow.html#afcb5497457da771af3e5fc04e5ea20c3">pFlow::propertyFile__</a></div><div class="ttdeci">const char *const propertyFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00047">vocabs.hpp:47</a></div></div>
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demGeometry_8hpp_source.html#l00027">demGeometry.hpp:27</a></div></div>
<div class="ttc" id="anamespacepFlow_html_af56ee6298c404b89326eb17f960359d1"><div class="ttname"><a href="namespacepFlow.html#af56ee6298c404b89326eb17f960359d1">pFlow::pointStructureFile__</a></div><div class="ttdeci">const char *const pointStructureFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00042">vocabs.hpp:42</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ae6cebdf3473a26ac7ed43efeb0442305"><div class="ttname"><a href="namespacepFlow.html#ae6cebdf3473a26ac7ed43efeb0442305">pFlow::geometryFolder__</a></div><div class="ttdeci">const char *const geometryFolder__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00032">vocabs.hpp:32</a></div></div>
<div class="ttc" id="anamespacepFlow_html_af699bd582eb6d479a482626b8fa44a6a"><div class="ttname"><a href="namespacepFlow.html#af699bd582eb6d479a482626b8fa44a6a">pFlow::shapeFile__</a></div><div class="ttdeci">const char *const shapeFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00041">vocabs.hpp:41</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ad9006d50fcc321e28a0c640a006d502e"><div class="ttname"><a href="namespacepFlow.html#ad9006d50fcc321e28a0c640a006d502e">pFlow::triSurfaceFile__</a></div><div class="ttdeci">const char *const triSurfaceFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00043">vocabs.hpp:43</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a480da6c7b4764b1befb4b9d26e08898e"><div class="ttname"><a href="namespacepFlow.html#a480da6c7b4764b1befb4b9d26e08898e">pFlow::geometryRepository_</a></div><div class="ttdeci">const char *const geometryRepository_</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00033">vocabs.hpp:33</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a6ed018c6a293bd19e824d072a5ab4a92"><div class="ttname"><a href="namespacepFlow.html#a6ed018c6a293bd19e824d072a5ab4a92">pFlow::caseSetupFolder__</a></div><div class="ttdeci">const char *const caseSetupFolder__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00030">vocabs.hpp:30</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a9b71b5fe1cab82b5b121c57d9af2949d"><div class="ttname"><a href="namespacepFlow.html#a9b71b5fe1cab82b5b121c57d9af2949d">pFlow::integrationRepository__</a></div><div class="ttdeci">const char *const integrationRepository__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00034">vocabs.hpp:34</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a64251ea31b55de531334c3a46244e71c"><div class="ttname"><a href="namespacepFlow.html#a64251ea31b55de531334c3a46244e71c">pFlow::nonUniform__</a></div><div class="ttdeci">const char *const nonUniform__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00052">vocabs.hpp:52</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a50ed0073da69ec80b3d534d968a07b3b"><div class="ttname"><a href="namespacepFlow.html#a50ed0073da69ec80b3d534d968a07b3b">pFlow::settingsRepository__</a></div><div class="ttdeci">const char *const settingsRepository__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00029">vocabs.hpp:29</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a1262bd5c005c28f7ef09b4d81806f455"><div class="ttname"><a href="namespacepFlow.html#a1262bd5c005c28f7ef09b4d81806f455">pFlow::contactSearchFile__</a></div><div class="ttdeci">const char *const contactSearchFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00046">vocabs.hpp:46</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a2004e02bd7f4ffcb0f80ed84e66c6a41"><div class="ttname"><a href="namespacepFlow.html#a2004e02bd7f4ffcb0f80ed84e66c6a41">pFlow::settingsFile__</a></div><div class="ttdeci">const char *const settingsFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00038">vocabs.hpp:38</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a30858a05594eda3aa1f67bfd3f9c9a2d"><div class="ttname"><a href="namespacepFlow.html#a30858a05594eda3aa1f67bfd3f9c9a2d">pFlow::domainFile__</a></div><div class="ttdeci">const char *const domainFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00039">vocabs.hpp:39</a></div></div>
<div class="ttc" id="anamespacepFlow_html_acea54a44a5c2fe95113b10ea1a7ed120"><div class="ttname"><a href="namespacepFlow.html#acea54a44a5c2fe95113b10ea1a7ed120">pFlow::postprocessFile__</a></div><div class="ttdeci">const char *const postprocessFile__</div><div class="ttdef"><b>Definition:</b> <a href="vocabs_8hpp_source.html#l00049">vocabs.hpp:49</a></div></div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a></li><li class="navelem"><a class="el" href="dir_5f6559faa080c0b07ec2a71fd7e912fc.html">globals</a></li><li class="navelem"><a class="el" href="vocabs_8hpp.html">vocabs.hpp</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>