documentation for v1.0

This commit is contained in:
HRN
2025-01-10 13:02:07 +03:30
parent 53c7b23728
commit 0acd52f1b1
16893 changed files with 448346 additions and 285977 deletions

View File

@ -156,22 +156,22 @@ $(document).ready(function(){initNavTree('cylinderWall_8cpp_source.html',''); in
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> L = zAx.<a class="code" href="classpFlow_1_1zAxis.html#ac59dfa875678efb3e33dedf83ffb91e0">length</a>();</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"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <a class="code" href="classpFlow_1_1Vector.html">realx3Vector</a> r1P(numDiv + 1), r2P(numDiv + 1);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <a class="code" href="classpFlow_1_1Vector.html">realx3Vector</a> r1P(<span class="stringliteral">&quot;r1P&quot;</span>,numDiv + 1), r2P(<span class="stringliteral">&quot;r1P&quot;</span>,numDiv + 1);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> dTheta = 2 * <a class="code" href="namespacepFlow.html#a5fde17044bd1d2599c2e8c5aba9fb346">Pi</a> / numDiv;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> theta = 0;</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="keywordflow">for</span> (<a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a> i = 0; i &lt; numDiv + 1; i++)</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; {</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; r1P[i] = <a class="code" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>(rad1*<a class="code" href="namespacepFlow.html#ac16cb27d8952272fc2cdd82bd5cfc19e">cos</a>(theta), rad1*<a class="code" href="namespacepFlow.html#aee6110d73360fe9b98a9a0b5d6517f5b">sin</a>(theta), 0);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; r2P[i] = <a class="code" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>(rad2*<a class="code" href="namespacepFlow.html#ac16cb27d8952272fc2cdd82bd5cfc19e">cos</a>(theta), rad2*<a class="code" href="namespacepFlow.html#aee6110d73360fe9b98a9a0b5d6517f5b">sin</a>(theta), L);</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; r1P[i] = <a class="code" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>(rad1*<a class="code" href="namespacepFlow.html#a06661e4b8d137f54b8d5e661a4fd2503">cos</a>(theta), rad1*<a class="code" href="namespacepFlow.html#a584964ed1f1cf8770e18c3c4f12eb676">sin</a>(theta), 0);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; r2P[i] = <a class="code" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>(rad2*<a class="code" href="namespacepFlow.html#a06661e4b8d137f54b8d5e661a4fd2503">cos</a>(theta), rad2*<a class="code" href="namespacepFlow.html#a584964ed1f1cf8770e18c3c4f12eb676">sin</a>(theta), L);</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; theta += dTheta;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; }</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; </div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="comment">// transferring back all points to the original axis of cylinder</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordflow">for</span> (<a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a> i = 0; i &lt; numDiv + 1; i++)</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; {</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; r1P[i] = zAx.<a class="code" href="classpFlow_1_1zAxis.html#a6b4d7701866467309804ebbc0cd66e88">transferBackZ</a>(r1P[i]);</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; r2P[i] = zAx.<a class="code" href="classpFlow_1_1zAxis.html#a6b4d7701866467309804ebbc0cd66e88">transferBackZ</a>(r2P[i]);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; r1P[i] = zAx.<a class="code" href="classpFlow_1_1zAxis.html#a53e41fa0fcfee8c3b92c230a76fdd498">transferBackZ</a>(r1P[i]);</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; r2P[i] = zAx.<a class="code" href="classpFlow_1_1zAxis.html#a53e41fa0fcfee8c3b92c230a76fdd498">transferBackZ</a>(r2P[i]);</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; }</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <a class="code" href="classpFlow_1_1triple.html">realx3</a> norm;</div>
@ -228,34 +228,34 @@ $(document).ready(function(){initNavTree('cylinderWall_8cpp_source.html',''); in
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclasspFlow_1_1Wall_html_a852ec327b0c305c9895f4e404c2c9d6b"><div class="ttname"><a href="classpFlow_1_1Wall.html#a852ec327b0c305c9895f4e404c2c9d6b">pFlow::Wall::triangles_</a></div><div class="ttdeci">std::vector&lt; realx3x3 &gt; triangles_</div><div class="ttdef"><b>Definition:</b> <a href="Wall_8hpp_source.html#l00045">Wall.hpp:45</a></div></div>
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a5585dc9a8b971fbfe2c99fdb75c5d647"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647">pFlow::dictionary::getValOrSet</a></div><div class="ttdeci">T getValOrSet(const word &amp;keyword, const T &amp;setVal) const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00325">dictionary.hpp:325</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a6192191c0e9c178a44ee1ac350fde476"><div class="ttname"><a href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">pFlow::real</a></div><div class="ttdeci">float real</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00046">builtinTypes.hpp:46</a></div></div>
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00057">error.hpp:57</a></div></div>
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a5585dc9a8b971fbfe2c99fdb75c5d647"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647">pFlow::dictionary::getValOrSet</a></div><div class="ttdeci">T getValOrSet(const word &amp;keyword, const T &amp;setVal) const</div><div class="ttdoc">get the value of data entry or if not found, set the value to setVal</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00415">dictionary.hpp:415</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a6192191c0e9c178a44ee1ac350fde476"><div class="ttname"><a href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">pFlow::real</a></div><div class="ttdeci">float real</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00045">builtinTypes.hpp:45</a></div></div>
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdoc">Fatal exit.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00098">error.hpp:98</a></div></div>
<div class="ttc" id="aclasspFlow_1_1line_html"><div class="ttname"><a href="classpFlow_1_1line.html">pFlow::line</a></div><div class="ttdef"><b>Definition:</b> <a href="line_8hpp_source.html#l00036">line.hpp:36</a></div></div>
<div class="ttc" id="aclasspFlow_1_1zAxis_html"><div class="ttname"><a href="classpFlow_1_1zAxis.html">pFlow::zAxis</a></div><div class="ttdef"><b>Definition:</b> <a href="zAxis_8hpp_source.html#l00042">zAxis.hpp:42</a></div></div>
<div class="ttc" id="aclasspFlow_1_1zAxis_html_a6b4d7701866467309804ebbc0cd66e88"><div class="ttname"><a href="classpFlow_1_1zAxis.html#a6b4d7701866467309804ebbc0cd66e88">pFlow::zAxis::transferBackZ</a></div><div class="ttdeci">realx3 transferBackZ(const realx3 &amp;p)</div><div class="ttdef"><b>Definition:</b> <a href="zAxis_8cpp_source.html#l00056">zAxis.cpp:56</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ac16cb27d8952272fc2cdd82bd5cfc19e"><div class="ttname"><a href="namespacepFlow.html#ac16cb27d8952272fc2cdd82bd5cfc19e">pFlow::cos</a></div><div class="ttdeci">INLINE_FUNCTION_HD real cos(real x)</div><div class="ttdef"><b>Definition:</b> <a href="math_8hpp_source.html#l00178">math.hpp:178</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aee6110d73360fe9b98a9a0b5d6517f5b"><div class="ttname"><a href="namespacepFlow.html#aee6110d73360fe9b98a9a0b5d6517f5b">pFlow::sin</a></div><div class="ttdeci">INLINE_FUNCTION_HD real sin(real x)</div><div class="ttdef"><b>Definition:</b> <a href="math_8hpp_source.html#l00168">math.hpp:168</a></div></div>
<div class="ttc" id="aclasspFlow_1_1zAxis_html"><div class="ttname"><a href="classpFlow_1_1zAxis.html">pFlow::zAxis</a></div><div class="ttdef"><b>Definition:</b> <a href="zAxis_8hpp_source.html#l00038">zAxis.hpp:38</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a06661e4b8d137f54b8d5e661a4fd2503"><div class="ttname"><a href="namespacepFlow.html#a06661e4b8d137f54b8d5e661a4fd2503">pFlow::cos</a></div><div class="ttdeci">Vector&lt; T, Allocator &gt; cos(const Vector&lt; T, Allocator &gt; &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="VectorMath_8hpp_source.html#l00093">VectorMath.hpp:93</a></div></div>
<div class="ttc" id="aVectors_8hpp_html"><div class="ttname"><a href="Vectors_8hpp.html">Vectors.hpp</a></div></div>
<div class="ttc" id="anamespacepFlow_html_addeddcb2e5fbe6fdcc653fefa7106bf5"><div class="ttname"><a href="namespacepFlow.html#addeddcb2e5fbe6fdcc653fefa7106bf5">pFlow::checkNormalVec</a></div><div class="ttdeci">bool checkNormalVec(const realx3 &amp;p1, const realx3 &amp;p2, const realx3 &amp;p3, realx3 &amp;norm)</div><div class="ttdef"><b>Definition:</b> <a href="Wall_8cpp_source.html#l00088">Wall.cpp:88</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aba8f0c455a3fdb4b05ad33a25b13b189"><div class="ttname"><a href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a></div><div class="ttdeci">iOstream &amp; endl(iOstream &amp;os)</div><div class="ttdoc">Add newline and flush stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00320">iOstream.hpp:320</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a5164661f6974ad24fa90bf19433e6116"><div class="ttname"><a href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">pFlow::realx3</a></div><div class="ttdeci">triple&lt; real &gt; realx3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00048">types.hpp:48</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aba8f0c455a3fdb4b05ad33a25b13b189"><div class="ttname"><a href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a></div><div class="ttdeci">iOstream &amp; endl(iOstream &amp;os)</div><div class="ttdoc">Add newline and flush stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00341">iOstream.hpp:341</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a5164661f6974ad24fa90bf19433e6116"><div class="ttname"><a href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">pFlow::realx3</a></div><div class="ttdeci">triple&lt; real &gt; realx3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00043">types.hpp:43</a></div></div>
<div class="ttc" id="aclasspFlow_1_1cylinderWall_html_a5c0a36af3f504b685e8d4fb823fa54df"><div class="ttname"><a href="classpFlow_1_1cylinderWall.html#a5c0a36af3f504b685e8d4fb823fa54df">pFlow::cylinderWall::cylinderWall</a></div><div class="ttdeci">cylinderWall()</div><div class="ttdef"><b>Definition:</b> <a href="cylinderWall_8cpp_source.html#l00106">cylinderWall.cpp:106</a></div></div>
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00042">error.hpp:42</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00053">builtinTypes.hpp:53</a></div></div>
<div class="ttc" id="aclasspFlow_1_1line_html_a6e9513d0b6634e97d81f0d7a3595248a"><div class="ttname"><a href="classpFlow_1_1line.html#a6e9513d0b6634e97d81f0d7a3595248a">pFlow::line::point</a></div><div class="ttdeci">INLINE_FUNCTION_HD realx3 point(real t) const</div><div class="ttdef"><b>Definition:</b> <a href="line_8hpp_source.html#l00094">line.hpp:94</a></div></div>
<div class="ttc" id="aerror_8hpp_html_aca9aa547c8441e4410a65a2ce7c21554"><div class="ttname"><a href="error_8hpp.html#aca9aa547c8441e4410a65a2ce7c21554">fatalErrorInFunction</a></div><div class="ttdeci">#define fatalErrorInFunction</div><div class="ttdoc">Report a fatal error and function name and exit the application.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00077">error.hpp:77</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00050">builtinTypes.hpp:50</a></div></div>
<div class="ttc" id="aclasspFlow_1_1line_html_a6e9513d0b6634e97d81f0d7a3595248a"><div class="ttname"><a href="classpFlow_1_1line.html#a6e9513d0b6634e97d81f0d7a3595248a">pFlow::line::point</a></div><div class="ttdeci">INLINE_FUNCTION_HD realx3 point(real t) const</div><div class="ttdef"><b>Definition:</b> <a href="line_8hpp_source.html#l00102">line.hpp:102</a></div></div>
<div class="ttc" id="aclasspFlow_1_1cylinderWall_html_a563569591f8b215615788f0f7547c515"><div class="ttname"><a href="classpFlow_1_1cylinderWall.html#a563569591f8b215615788f0f7547c515">pFlow::cylinderWall::readCylinderWall</a></div><div class="ttdeci">bool readCylinderWall(const dictionary &amp;dict)</div><div class="ttdef"><b>Definition:</b> <a href="cylinderWall_8cpp_source.html#l00006">cylinderWall.cpp:6</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a1f679e3de3ea62dfad0ac20f7c992277"><div class="ttname"><a href="namespacepFlow.html#a1f679e3de3ea62dfad0ac20f7c992277">pFlow::realx3x3</a></div><div class="ttdeci">triple&lt; realx3 &gt; realx3x3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00054">types.hpp:54</a></div></div>
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a523bcff98ab38f3c5961e56eeb0b1d47"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">pFlow::dictionary::getVal</a></div><div class="ttdeci">T getVal(const word &amp;keyword) const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00309">dictionary.hpp:309</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a1f679e3de3ea62dfad0ac20f7c992277"><div class="ttname"><a href="namespacepFlow.html#a1f679e3de3ea62dfad0ac20f7c992277">pFlow::realx3x3</a></div><div class="ttdeci">triple&lt; realx3 &gt; realx3x3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00047">types.hpp:47</a></div></div>
<div class="ttc" id="aclasspFlow_1_1zAxis_html_a53e41fa0fcfee8c3b92c230a76fdd498"><div class="ttname"><a href="classpFlow_1_1zAxis.html#a53e41fa0fcfee8c3b92c230a76fdd498">pFlow::zAxis::transferBackZ</a></div><div class="ttdeci">realx3 transferBackZ(const realx3 &amp;p) const</div><div class="ttdef"><b>Definition:</b> <a href="zAxis_8cpp_source.html#l00050">zAxis.cpp:50</a></div></div>
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a523bcff98ab38f3c5961e56eeb0b1d47"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">pFlow::dictionary::getVal</a></div><div class="ttdeci">T getVal(const word &amp;keyword) const</div><div class="ttdoc">get the value of data entry</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00379">dictionary.hpp:379</a></div></div>
<div class="ttc" id="acylinderWall_8hpp_html"><div class="ttname"><a href="cylinderWall_8hpp.html">cylinderWall.hpp</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a584964ed1f1cf8770e18c3c4f12eb676"><div class="ttname"><a href="namespacepFlow.html#a584964ed1f1cf8770e18c3c4f12eb676">pFlow::sin</a></div><div class="ttdeci">Vector&lt; T, Allocator &gt; sin(const Vector&lt; T, Allocator &gt; &amp;v)</div><div class="ttdef"><b>Definition:</b> <a href="VectorMath_8hpp_source.html#l00092">VectorMath.hpp:92</a></div></div>
<div class="ttc" id="aclasspFlow_1_1cylinderWall_html_a9b3466f78d2e5f857c033324c8e311a6"><div class="ttname"><a href="classpFlow_1_1cylinderWall.html#a9b3466f78d2e5f857c033324c8e311a6">pFlow::cylinderWall::createCylinder</a></div><div class="ttdeci">bool createCylinder(const realx3 &amp;p1, const realx3 &amp;p2, real rad1, real rad2, int32 numDiv)</div><div class="ttdef"><b>Definition:</b> <a href="cylinderWall_8cpp_source.html#l00039">cylinderWall.cpp:39</a></div></div>
<div class="ttc" id="aclasspFlow_1_1zAxis_html_ac59dfa875678efb3e33dedf83ffb91e0"><div class="ttname"><a href="classpFlow_1_1zAxis.html#ac59dfa875678efb3e33dedf83ffb91e0">pFlow::zAxis::length</a></div><div class="ttdeci">real length() const</div><div class="ttdef"><b>Definition:</b> <a href="zAxis_8hpp_source.html#l00048">zAxis.hpp:48</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a5fde17044bd1d2599c2e8c5aba9fb346"><div class="ttname"><a href="namespacepFlow.html#a5fde17044bd1d2599c2e8c5aba9fb346">pFlow::Pi</a></div><div class="ttdeci">const real Pi</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00032">numericConstants.hpp:32</a></div></div>
<div class="ttc" id="aclasspFlow_1_1zAxis_html_ac59dfa875678efb3e33dedf83ffb91e0"><div class="ttname"><a href="classpFlow_1_1zAxis.html#ac59dfa875678efb3e33dedf83ffb91e0">pFlow::zAxis::length</a></div><div class="ttdeci">real length() const</div><div class="ttdef"><b>Definition:</b> <a href="zAxis_8hpp_source.html#l00066">zAxis.hpp:66</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a5fde17044bd1d2599c2e8c5aba9fb346"><div class="ttname"><a href="namespacepFlow.html#a5fde17044bd1d2599c2e8c5aba9fb346">pFlow::Pi</a></div><div class="ttdeci">const real Pi</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00030">numericConstants.hpp:30</a></div></div>
<div class="ttc" id="aclasspFlow_1_1triple_html"><div class="ttname"><a href="classpFlow_1_1triple.html">pFlow::triple&lt; real &gt;</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Vector_html"><div class="ttname"><a href="classpFlow_1_1Vector.html">pFlow::Vector&lt; realx3 &gt;</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Wall_html"><div class="ttname"><a href="classpFlow_1_1Wall.html">pFlow::Wall</a></div><div class="ttdef"><b>Definition:</b> <a href="Wall_8hpp_source.html#l00041">Wall.hpp:41</a></div></div>
<div class="ttc" id="aline_8hpp_html"><div class="ttname"><a href="line_8hpp.html">line.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1dictionary_html"><div class="ttname"><a href="classpFlow_1_1dictionary.html">pFlow::dictionary</a></div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00038">dictionary.hpp:38</a></div></div>
<div class="ttc" id="aclasspFlow_1_1dictionary_html"><div class="ttname"><a href="classpFlow_1_1dictionary.html">pFlow::dictionary</a></div><div class="ttdoc">Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00067">dictionary.hpp:67</a></div></div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_df38b2a5d584e0f6066b4518b95c638b.html">utilities</a></li><li class="navelem"><a class="el" href="dir_a6e08d71479fa323a1b05a998d2f3920.html">Utilities</a></li><li class="navelem"><a class="el" href="dir_2c779084d9cebc7fcbe1a2bfbd9e9cb9.html">geometryPhasicFlow</a></li><li class="navelem"><a class="el" href="dir_de061e1fd824513df689b240366a21dd.html">cylinderWall</a></li><li class="navelem"><a class="el" href="cylinderWall_8cpp.html">cylinderWall.cpp</a></li>