mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -128,203 +128,115 @@ $(document).ready(function(){initNavTree('sphereShape_8hpp_source.html',''); ini
|
||||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#ifndef __sphereShape_hpp__</span></div>
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#define __sphereShape_hpp__</span></div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  </div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "<a class="code" href="Vectors_8hpp.html">Vectors.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="hashMap_8hpp.html">hashMap.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> {</div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  </div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">class </span>dictionary;</div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html"> 32</a></span> <span class="keyword">class </span><a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a></div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> {</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">protected</span>:</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="comment">// - diameter of spheres</span></div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd"> 37</a></span>  <a class="code" href="classpFlow_1_1Vector.html">realVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">diameters_</a>;</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="comment">// - property name of spheres</span></div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a437403f7d71404549fdfc4fc1825cff2"> 40</a></span>  <a class="code" href="classpFlow_1_1Vector.html">wordVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#a437403f7d71404549fdfc4fc1825cff2">materials_</a>;</div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "<a class="code" href="shape_8hpp.html">shape.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> {</div>
|
||||
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
||||
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html"> 29</a></span> <span class="keyword">class </span><a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a></div>
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> :</div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <span class="keyword">public</span> <a class="code" href="classpFlow_1_1shape.html">shape</a></div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> {</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">private</span>:</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="comment">// - diameter of spheres</span></div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd"> 36</a></span>  <a class="code" href="classpFlow_1_1Vector.html">realVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">diameters_</a>;</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a50332f1d249adc1de440fce2d0ccc7a9">readFromDictionary3</a>();</div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  </div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">protected</span>:</div>
|
||||
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="comment">// - hashed list of spheres names</span></div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5"> 43</a></span>  <a class="code" href="classpFlow_1_1hashMap.html">wordHashMap<uint32></a> <a class="code" href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5">names_</a>;</div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a368736b45751f12dc2ad6263428d68b6"> 45</a></span>  <span class="keywordtype">size_t</span> <a class="code" href="classpFlow_1_1sphereShape.html#a368736b45751f12dc2ad6263428d68b6">numShapes_</a>;</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#aa4bf56a0baa8e23b866f1e7e45b142b6">insertNames</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">wordVector</a>& <a class="code" href="classpFlow_1_1sphereShape.html#a76f0ffb3989366237b161539fe34cf86">names</a>);</div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a3ee94dd32f4df1490653290d2919dc52">readDictionary</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict);</div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#ad55987c0647186d3e7acad9cc4166034">writeDictionary</a>(<a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict)<span class="keyword">const</span>;</div>
|
||||
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a702b7453c51ceb2aa998d3a90565e576">writeToDict</a>(<a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& <a class="code" href="classpFlow_1_1dictionary.html#a3c48fdd67832443dbef24c124f7512d2">dict</a>)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
|
||||
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  </div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="comment">// - type info</span></div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a61c83228c0d89a151179dd7e4412bbbb">TypeInfo</a>(<span class="stringliteral">"shape<sphere>"</span>);</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <a class="code" href="classpFlow_1_1sphereShape.html#aff1224811b4e74925e97377a6b8bd4ad">sphereShape</a>(</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& fileName,</div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="classpFlow_1_1repository.html">repository</a>* <a class="code" href="classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905">owner</a>,</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1property.html">property</a>& prop);</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  </div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">public</span>:</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="comment">// - type info</span></div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a52e240ee225fc89a5673c678fd942d9a">TypeInfoNV</a>(<span class="stringliteral">"sphereShape"</span>);</div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a90c69e21409e9cc1e3594ad0323e1631">~sphereShape</a>() <span class="keyword">override</span> = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5"> 60</a></span>  <a class="code" href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5">sphereShape</a>(){}</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  </div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5">sphereShape</a>(</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">realVector</a>& <a class="code" href="classpFlow_1_1sphereShape.html#a641827da52ccdc9dafd4a095865bb3c2">diameter</a>,</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">wordVector</a>& <a class="code" href="classpFlow_1_1property.html">property</a>,</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">wordVector</a>& name</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  );</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  </div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5">sphereShape</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>&) = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5">sphereShape</a>(<a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>&&) = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  </div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>& <a class="code" href="classpFlow_1_1sphereShape.html#a7a50eacde84380a040e225c5964be8d2">operator=</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>&) = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>& <a class="code" href="classpFlow_1_1sphereShape.html#a7a50eacde84380a040e225c5964be8d2">operator=</a>(<a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>&&) = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#acc863d85d662202ba8b08e691372887b"> 76</a></span>  <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1sphereShape.html#acc863d85d662202ba8b08e691372887b">clone</a>()<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keywordflow">return</span> makeUnique<sphereShape>(*<span class="keyword">this</span>);</div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#abd8ad0f31b56a0e7af8f977ec12dfb26">maxBoundingSphere</a>()<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#a9ba4486cfd5ecfb38d94c42958994414">minBoundingSphere</a>()<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a3f93b616640db9fa3eac6cacac5e92f8">boundingDiameter</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& bDiam)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#a3f93b616640db9fa3eac6cacac5e92f8">boundingDiameter</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="classpFlow_1_1Vector.html">realVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#a3f93b616640db9fa3eac6cacac5e92f8">boundingDiameter</a>()<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
|
||||
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a6c1a7dee6d3a8798e4b205a764e63144">mass</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& <a class="code" href="NBSLoop_8hpp.html#a0ece545b36c74171628b3bd219848edc">m</a>)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  </div>
|
||||
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#a6c1a7dee6d3a8798e4b205a764e63144">mass</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index) <span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
||||
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <a class="code" href="classpFlow_1_1Vector.html">realVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#a6c1a7dee6d3a8798e4b205a764e63144">mass</a>()<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  </div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <a class="code" href="classpFlow_1_1Vector.html">realVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#a9d839dbe6684ee7b07900d3995e17eee">density</a>() <span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
|
||||
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#aa579f163f2b9d44ef00a2ded590c7dff">Inertia</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& I)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
|
||||
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#aa579f163f2b9d44ef00a2ded590c7dff">Inertia</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a3233d185c2c9fb4b8d1666ce492cc247"> 81</a></span>  <a class="code" href="classpFlow_1_1sphereShape.html">sphereShape</a>* <a class="code" href="classpFlow_1_1sphereShape.html#a3233d185c2c9fb4b8d1666ce492cc247">clonePtr</a>()<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5">sphereShape</a>(*<span class="keyword">this</span>);</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  }</div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  </div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <a class="code" href="classpFlow_1_1sphereShape.html#a5453e20e113ca0574ed07a2cca754faf">~sphereShape</a>() = <span class="keywordflow">default</span>;</div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a76f0ffb3989366237b161539fe34cf86"> 89</a></span>  <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1sphereShape.html#a76f0ffb3989366237b161539fe34cf86">names</a>()<span class="keyword">const</span>{</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5">names_</a>;</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  }</div>
|
||||
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <a class="code" href="classpFlow_1_1Vector.html">realVector</a> <a class="code" href="classpFlow_1_1sphereShape.html#aa579f163f2b9d44ef00a2ded590c7dff">Inertia</a>()<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  </div>
|
||||
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#ad8e9dba858cb8c300bae08846155ab19">Inertia_xx</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& Ixx)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
|
||||
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#af054500204cca448a64c8210d0461f92">Inertial_xx</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  </div>
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#aa66fdfecb2e68df458738156f48bf229">Inertia_yy</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& Iyy)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#ab608bda77cadc248472311c8cd845940">Inertial_yy</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a15639b647a868e831593324c25a94bec">Inertia_zz</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& Izz)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#acbc910d82de36a5793389913110e3068"> 93</a></span>  <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1sphereShape.html#acbc910d82de36a5793389913110e3068">diameters</a>()<span class="keyword">const</span>{</div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">diameters_</a>;</div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  }</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="classpFlow_1_1sphereShape.html#adb28135b0954d5d83255c6eb28aeb646">Inertial_zz</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> index)<span class="keyword">const override</span>;</div>
|
||||
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
||||
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> };</div>
|
||||
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#aaeda027258dc1f7b8d1af3a482a2367a"> 97</a></span>  <span class="keyword">const</span> <span class="keyword">auto</span>& <a class="code" href="classpFlow_1_1sphereShape.html#aaeda027258dc1f7b8d1af3a482a2367a">materials</a>()<span class="keyword">const</span>{</div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#a437403f7d71404549fdfc4fc1825cff2">materials_</a>;</div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  }</div>
|
||||
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  </div>
|
||||
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a641827da52ccdc9dafd4a095865bb3c2"> 101</a></span>  <span class="keyword">const</span> <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1sphereShape.html#a641827da52ccdc9dafd4a095865bb3c2">diameter</a>(<a class="code" href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">label</a> i)<span class="keyword">const</span>{</div>
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">diameters_</a>[i];</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  }</div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  </div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a645e9d84374fab3371d56fe9c92e5766"> 105</a></span>  <span class="keyword">const</span> <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1sphereShape.html#a645e9d84374fab3371d56fe9c92e5766">material</a>(<a class="code" href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">label</a> i)<span class="keyword">const</span>{</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#a437403f7d71404549fdfc4fc1825cff2">materials_</a>[i];</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  }</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  </div>
|
||||
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
||||
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <span class="comment">// name to index</span></div>
|
||||
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a4885b8072705ea5a0238d7ba988c4df6"> 111</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a4885b8072705ea5a0238d7ba988c4df6">nameToIndex</a>(<span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& name, <a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a>& index)<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  <span class="keywordflow">if</span>(<span class="keyword">auto</span>[iter, found] = <a class="code" href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5">names_</a>.findIf(name); found )</div>
|
||||
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  {</div>
|
||||
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  index = iter->second;</div>
|
||||
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  }</div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  {</div>
|
||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  index = 0;</div>
|
||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  }</div>
|
||||
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  }</div>
|
||||
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  </div>
|
||||
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a54800ab11d17a4b23fba7c820e0b515c"> 125</a></span>  <a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> <a class="code" href="classpFlow_1_1sphereShape.html#a54800ab11d17a4b23fba7c820e0b515c">nameToIndex</a>(<span class="keyword">const</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& name)<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5">names_</a>.at(name);</div>
|
||||
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  }</div>
|
||||
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  </div>
|
||||
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#aa8049c4f0b79de75ab2c913482a8dd2c"> 130</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#aa8049c4f0b79de75ab2c913482a8dd2c">indexToName</a>(<a class="code" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> i, <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>& name)<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keywordflow">for</span>(<span class="keyword">auto</span>& nm: <a class="code" href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5">names_</a>)</div>
|
||||
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  {</div>
|
||||
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="keywordflow">if</span>(nm.second == i)</div>
|
||||
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  {</div>
|
||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  name = nm.first;</div>
|
||||
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">return</span> <span class="keyword">true</span>;</div>
|
||||
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  }</div>
|
||||
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  }</div>
|
||||
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  name = <span class="stringliteral">""</span>;</div>
|
||||
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  }</div>
|
||||
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  </div>
|
||||
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#ae330b6820e487264676fdbed7250c95e">shapeToDiameter</a>(<a class="code" href="classpFlow_1_1Vector.html">wordVector</a>& <a class="code" href="classpFlow_1_1sphereShape.html#a76f0ffb3989366237b161539fe34cf86">names</a>, <a class="code" href="classpFlow_1_1Vector.html">realVector</a>& diams)<span class="keyword">const</span>;</div>
|
||||
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  </div>
|
||||
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#abf3b8d0b7f068ba39f11805ea15194ca"> 146</a></span>  <span class="keywordtype">void</span> <a class="code" href="classpFlow_1_1sphereShape.html#abf3b8d0b7f068ba39f11805ea15194ca">diameterMinMax</a>(<a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& minD, <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>& maxD)<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  minD = <a class="code" href="namespacepFlow.html#aba2f2ccdd3d4a6b403a2c2d379198396">min</a>(<a class="code" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">diameters_</a>);</div>
|
||||
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  maxD = <a class="code" href="namespacepFlow.html#ae14bf16748b3144baa1112f08c2a83b1">max</a>(<a class="code" href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">diameters_</a>);</div>
|
||||
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  }</div>
|
||||
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  </div>
|
||||
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div>
|
||||
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="comment">// - read from stream/file</span></div>
|
||||
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#aff8e92ab47032ae811d1271161cb9b22">read</a>(<a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>& is);</div>
|
||||
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  </div>
|
||||
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="comment">// - write to stream/file</span></div>
|
||||
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a6a40de4ceed55b2f78cf3027739dfd91">write</a>(<a class="code" href="classpFlow_1_1iOstream.html">iOstream</a>& os)<span class="keyword">const</span>;</div>
|
||||
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
|
||||
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="comment">// - read from dictionary </span></div>
|
||||
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a6ce0c64db98eb6144d363dbfc86104eb"> 161</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a6ce0c64db98eb6144d363dbfc86104eb">read</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict)</div>
|
||||
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  {</div>
|
||||
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#a3ee94dd32f4df1490653290d2919dc52">readDictionary</a>(dict);</div>
|
||||
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  }</div>
|
||||
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  </div>
|
||||
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="comment">// - write to dictionary </span></div>
|
||||
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classpFlow_1_1sphereShape.html#a6964e9f1f100001543fdb044fa7fc896"> 167</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1sphereShape.html#a6964e9f1f100001543fdb044fa7fc896">write</a>(<a class="code" href="classpFlow_1_1dictionary.html">dictionary</a>& dict)<span class="keyword">const</span></div>
|
||||
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span> <span class="keyword"> </span>{</div>
|
||||
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1sphereShape.html#ad55987c0647186d3e7acad9cc4166034">writeDictionary</a>(dict);</div>
|
||||
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  }</div>
|
||||
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  </div>
|
||||
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  </div>
|
||||
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span> };</div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  </div>
|
||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> } <span class="comment">// pFlow</span></div>
|
||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  </div>
|
||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="preprocessor">#endif //__sphereShape_hpp__</span></div>
|
||||
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> } <span class="comment">// pFlow</span></div>
|
||||
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
||||
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="preprocessor">#endif //__sphereShape_hpp__</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a641827da52ccdc9dafd4a095865bb3c2"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a641827da52ccdc9dafd4a095865bb3c2">pFlow::sphereShape::diameter</a></div><div class="ttdeci">const auto diameter(label i) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00101">sphereShape.hpp:101</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a6964e9f1f100001543fdb044fa7fc896"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a6964e9f1f100001543fdb044fa7fc896">pFlow::sphereShape::write</a></div><div class="ttdeci">bool write(dictionary &dict) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00167">sphereShape.hpp:167</a></div></div>
|
||||
<div class="ttc" id="ahashMap_8hpp_html"><div class="ttname"><a href="hashMap_8hpp.html">hashMap.hpp</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="aclasspFlow_1_1sphereShape_html"><div class="ttname"><a href="classpFlow_1_1sphereShape.html">pFlow::sphereShape</a></div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00032">sphereShape.hpp:32</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_acbc910d82de36a5793389913110e3068"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#acbc910d82de36a5793389913110e3068">pFlow::sphereShape::diameters</a></div><div class="ttdeci">const auto & diameters() const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00093">sphereShape.hpp:93</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1hashMap_html"><div class="ttname"><a href="classpFlow_1_1hashMap.html">pFlow::hashMap</a></div><div class="ttdef"><b>Definition:</b> <a href="hashMap_8hpp_source.html#l00036">hashMap.hpp:36</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a6a40de4ceed55b2f78cf3027739dfd91"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a6a40de4ceed55b2f78cf3027739dfd91">pFlow::sphereShape::write</a></div><div class="ttdeci">bool write(iOstream &os) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00186">sphereShape.cpp:186</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_abd01e8e67e3d94cab04ecaaf4f85ac1b"><div class="ttname"><a href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">pFlow::uint32</a></div><div class="ttdeci">unsigned int uint32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00059">builtinTypes.hpp:59</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00063">builtinTypes.hpp:63</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a368736b45751f12dc2ad6263428d68b6"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a368736b45751f12dc2ad6263428d68b6">pFlow::sphereShape::numShapes_</a></div><div class="ttdeci">size_t numShapes_</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00045">sphereShape.hpp:45</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a5453e20e113ca0574ed07a2cca754faf"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a5453e20e113ca0574ed07a2cca754faf">pFlow::sphereShape::~sphereShape</a></div><div class="ttdeci">~sphereShape()=default</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="aclasspFlow_1_1sphereShape_html_acc863d85d662202ba8b08e691372887b"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#acc863d85d662202ba8b08e691372887b">pFlow::sphereShape::clone</a></div><div class="ttdeci">auto clone() const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00076">sphereShape.hpp:76</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aaeda027258dc1f7b8d1af3a482a2367a"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aaeda027258dc1f7b8d1af3a482a2367a">pFlow::sphereShape::materials</a></div><div class="ttdeci">const auto & materials() const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00097">sphereShape.hpp:97</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a670b90cfd83bd7b5a1e05d3205aca8e5"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a670b90cfd83bd7b5a1e05d3205aca8e5">pFlow::sphereShape::names_</a></div><div class="ttdeci">wordHashMap< uint32 > names_</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00043">sphereShape.hpp:43</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_ad3d10a8bc8ebc47c0d3f5c316e7930cd"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">pFlow::sphereShape::diameters_</a></div><div class="ttdeci">realVector diameters_</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00037">sphereShape.hpp:37</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="demComponent_8hpp_source.html#l00028">demComponent.hpp:28</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a54800ab11d17a4b23fba7c820e0b515c"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a54800ab11d17a4b23fba7c820e0b515c">pFlow::sphereShape::nameToIndex</a></div><div class="ttdeci">uint32 nameToIndex(const word &name) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00125">sphereShape.hpp:125</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a6ce0c64db98eb6144d363dbfc86104eb"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a6ce0c64db98eb6144d363dbfc86104eb">pFlow::sphereShape::read</a></div><div class="ttdeci">bool read(const dictionary &dict)</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00161">sphereShape.hpp:161</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aff8e92ab47032ae811d1271161cb9b22"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aff8e92ab47032ae811d1271161cb9b22">pFlow::sphereShape::read</a></div><div class="ttdeci">bool read(iIstream &is)</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00166">sphereShape.cpp:166</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aa8049c4f0b79de75ab2c913482a8dd2c"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aa8049c4f0b79de75ab2c913482a8dd2c">pFlow::sphereShape::indexToName</a></div><div class="ttdeci">bool indexToName(uint32 i, word &name) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00130">sphereShape.hpp:130</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a76f0ffb3989366237b161539fe34cf86"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a76f0ffb3989366237b161539fe34cf86">pFlow::sphereShape::names</a></div><div class="ttdeci">const auto & names() const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00089">sphereShape.hpp:89</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iIstream_html"><div class="ttname"><a href="classpFlow_1_1iIstream.html">pFlow::iIstream</a></div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8hpp_source.html#l00033">iIstream.hpp:33</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a3233d185c2c9fb4b8d1666ce492cc247"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a3233d185c2c9fb4b8d1666ce492cc247">pFlow::sphereShape::clonePtr</a></div><div class="ttdeci">sphereShape * clonePtr() const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00081">sphereShape.hpp:81</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a5ff3b9c9e439388497056ffbc8fd27f5"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a5ff3b9c9e439388497056ffbc8fd27f5">pFlow::sphereShape::sphereShape</a></div><div class="ttdeci">sphereShape()</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00060">sphereShape.hpp:60</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_ad55987c0647186d3e7acad9cc4166034"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#ad55987c0647186d3e7acad9cc4166034">pFlow::sphereShape::writeDictionary</a></div><div class="ttdeci">bool writeDictionary(dictionary &dict) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00085">sphereShape.cpp:85</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a7a50eacde84380a040e225c5964be8d2"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a7a50eacde84380a040e225c5964be8d2">pFlow::sphereShape::operator=</a></div><div class="ttdeci">sphereShape & operator=(const sphereShape &)=default</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a4885b8072705ea5a0238d7ba988c4df6"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a4885b8072705ea5a0238d7ba988c4df6">pFlow::sphereShape::nameToIndex</a></div><div class="ttdeci">bool nameToIndex(const word &name, uint32 &index) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00111">sphereShape.hpp:111</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_ae14bf16748b3144baa1112f08c2a83b1"><div class="ttname"><a href="namespacepFlow.html#ae14bf16748b3144baa1112f08c2a83b1">pFlow::max</a></div><div class="ttdeci">T max(const Vector< T, Allocator > &v)</div><div class="ttdef"><b>Definition:</b> <a href="VectorMath_8hpp_source.html#l00164">VectorMath.hpp:164</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1property_html"><div class="ttname"><a href="classpFlow_1_1property.html">pFlow::property</a></div><div class="ttdoc">property holds the pure properties of materials.</div><div class="ttdef"><b>Definition:</b> <a href="property_8hpp_source.html#l00040">property.hpp:40</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a52e240ee225fc89a5673c678fd942d9a"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a52e240ee225fc89a5673c678fd942d9a">pFlow::sphereShape::TypeInfoNV</a></div><div class="ttdeci">TypeInfoNV("sphereShape")</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aa4bf56a0baa8e23b866f1e7e45b142b6"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aa4bf56a0baa8e23b866f1e7e45b142b6">pFlow::sphereShape::insertNames</a></div><div class="ttdeci">bool insertNames(const wordVector &names)</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00028">sphereShape.cpp:28</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a39f5f71474553bc78726494fa09dd0fb"><div class="ttname"><a href="namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb">pFlow::label</a></div><div class="ttdeci">std::size_t label</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00061">builtinTypes.hpp:61</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a3ee94dd32f4df1490653290d2919dc52"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a3ee94dd32f4df1490653290d2919dc52">pFlow::sphereShape::readDictionary</a></div><div class="ttdeci">bool readDictionary(const dictionary &dict)</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00053">sphereShape.cpp:53</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a702b7453c51ceb2aa998d3a90565e576"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a702b7453c51ceb2aa998d3a90565e576">pFlow::sphereShape::writeToDict</a></div><div class="ttdeci">bool writeToDict(dictionary &dict) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00039">sphereShape.cpp:39</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a61c83228c0d89a151179dd7e4412bbbb"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a61c83228c0d89a151179dd7e4412bbbb">pFlow::sphereShape::TypeInfo</a></div><div class="ttdeci">TypeInfo("shape<sphere>")</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="aclasspFlow_1_1sphereShape_html_ad8e9dba858cb8c300bae08846155ab19"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#ad8e9dba858cb8c300bae08846155ab19">pFlow::sphereShape::Inertia_xx</a></div><div class="ttdeci">bool Inertia_xx(uint32 index, real &Ixx) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00172">sphereShape.cpp:172</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a6c1a7dee6d3a8798e4b205a764e63144"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a6c1a7dee6d3a8798e4b205a764e63144">pFlow::sphereShape::mass</a></div><div class="ttdeci">realVector mass() const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00131">sphereShape.cpp:131</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html"><div class="ttname"><a href="classpFlow_1_1sphereShape.html">pFlow::sphereShape</a></div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00029">sphereShape.hpp:29</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_abd8ad0f31b56a0e7af8f977ec12dfb26"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#abd8ad0f31b56a0e7af8f977ec12dfb26">pFlow::sphereShape::maxBoundingSphere</a></div><div class="ttdeci">real maxBoundingSphere() const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00071">sphereShape.cpp:71</a></div></div>
|
||||
<div class="ttc" id="ashape_8hpp_html"><div class="ttname"><a href="shape_8hpp.html">shape.hpp</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_abd01e8e67e3d94cab04ecaaf4f85ac1b"><div class="ttname"><a href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">pFlow::uint32</a></div><div class="ttdeci">unsigned int uint32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00056">builtinTypes.hpp:56</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_ab608bda77cadc248472311c8cd845940"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#ab608bda77cadc248472311c8cd845940">pFlow::sphereShape::Inertial_yy</a></div><div class="ttdeci">real Inertial_yy(uint32 index) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00187">sphereShape.cpp:187</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a0ebe792a293e8c717bddf60070c0fe99"><div class="ttname"><a href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a></div><div class="ttdeci">std::string word</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00064">builtinTypes.hpp:64</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_adb28135b0954d5d83255c6eb28aeb646"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#adb28135b0954d5d83255c6eb28aeb646">pFlow::sphereShape::Inertial_zz</a></div><div class="ttdeci">real Inertial_zz(uint32 index) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00197">sphereShape.cpp:197</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aa66fdfecb2e68df458738156f48bf229"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aa66fdfecb2e68df458738156f48bf229">pFlow::sphereShape::Inertia_yy</a></div><div class="ttdeci">bool Inertia_yy(uint32 index, real &Iyy) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00182">sphereShape.cpp:182</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_ad3d10a8bc8ebc47c0d3f5c316e7930cd"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#ad3d10a8bc8ebc47c0d3f5c316e7930cd">pFlow::sphereShape::diameters_</a></div><div class="ttdeci">realVector diameters_</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00036">sphereShape.hpp:36</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="aclasspFlow_1_1sphereShape_html_a50332f1d249adc1de440fce2d0ccc7a9"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a50332f1d249adc1de440fce2d0ccc7a9">pFlow::sphereShape::readFromDictionary3</a></div><div class="ttdeci">bool readFromDictionary3()</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00024">sphereShape.cpp:24</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a3f93b616640db9fa3eac6cacac5e92f8"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a3f93b616640db9fa3eac6cacac5e92f8">pFlow::sphereShape::boundingDiameter</a></div><div class="ttdeci">realVector boundingDiameter() const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00103">sphereShape.cpp:103</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a9ba4486cfd5ecfb38d94c42958994414"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a9ba4486cfd5ecfb38d94c42958994414">pFlow::sphereShape::minBoundingSphere</a></div><div class="ttdeci">real minBoundingSphere() const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00076">sphereShape.cpp:76</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1shape_html"><div class="ttname"><a href="classpFlow_1_1shape.html">pFlow::shape</a></div><div class="ttdef"><b>Definition:</b> <a href="shape_8hpp_source.html#l00030">shape.hpp:30</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a3c48fdd67832443dbef24c124f7512d2"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a3c48fdd67832443dbef24c124f7512d2">pFlow::dictionary::dict</a></div><div class="ttdeci">virtual dictionary & dict()</div><div class="ttdoc">ref to this dictionary, if it is a dictionary</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8cpp_source.html#l00369">dictionary.cpp:369</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a15639b647a868e831593324c25a94bec"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a15639b647a868e831593324c25a94bec">pFlow::sphereShape::Inertia_zz</a></div><div class="ttdeci">bool Inertia_zz(uint32 index, real &Izz) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00192">sphereShape.cpp:192</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aa579f163f2b9d44ef00a2ded590c7dff"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aa579f163f2b9d44ef00a2ded590c7dff">pFlow::sphereShape::Inertia</a></div><div class="ttdeci">realVector Inertia() const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00167">sphereShape.cpp:167</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1IOobject_html_a09a559f42cef65f7e9b3ce24cfb42905"><div class="ttname"><a href="classpFlow_1_1IOobject.html#a09a559f42cef65f7e9b3ce24cfb42905">pFlow::IOobject::owner</a></div><div class="ttdeci">const repository * owner() const override</div><div class="ttdef"><b>Definition:</b> <a href="IOobject_8hpp_source.html#l00076">IOobject.hpp:76</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_aff1224811b4e74925e97377a6b8bd4ad"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#aff1224811b4e74925e97377a6b8bd4ad">pFlow::sphereShape::sphereShape</a></div><div class="ttdeci">sphereShape(const word &fileName, repository *owner, const property &prop)</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00055">sphereShape.cpp:55</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1property_html"><div class="ttname"><a href="classpFlow_1_1property.html">pFlow::property</a></div><div class="ttdoc">property holds the pure properties of materials.</div><div class="ttdef"><b>Definition:</b> <a href="property_8hpp_source.html#l00037">property.hpp:37</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a9d839dbe6684ee7b07900d3995e17eee"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a9d839dbe6684ee7b07900d3995e17eee">pFlow::sphereShape::density</a></div><div class="ttdeci">realVector density() const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00136">sphereShape.cpp:136</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1repository_html"><div class="ttname"><a href="classpFlow_1_1repository.html">pFlow::repository</a></div><div class="ttdef"><b>Definition:</b> <a href="repository_8hpp_source.html#l00034">repository.hpp:34</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a90c69e21409e9cc1e3594ad0323e1631"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a90c69e21409e9cc1e3594ad0323e1631">pFlow::sphereShape::~sphereShape</a></div><div class="ttdeci">~sphereShape() override=default</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Vector_html"><div class="ttname"><a href="classpFlow_1_1Vector.html">pFlow::Vector< real ></a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1iOstream_html"><div class="ttname"><a href="classpFlow_1_1iOstream.html">pFlow::iOstream</a></div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00053">iOstream.hpp:53</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_ae330b6820e487264676fdbed7250c95e"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#ae330b6820e487264676fdbed7250c95e">pFlow::sphereShape::shapeToDiameter</a></div><div class="ttdeci">bool shapeToDiameter(wordVector &names, realVector &diams) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00144">sphereShape.cpp:144</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aba2f2ccdd3d4a6b403a2c2d379198396"><div class="ttname"><a href="namespacepFlow.html#aba2f2ccdd3d4a6b403a2c2d379198396">pFlow::min</a></div><div class="ttdeci">T min(const Vector< T, Allocator > &v)</div><div class="ttdef"><b>Definition:</b> <a href="VectorMath_8hpp_source.html#l00138">VectorMath.hpp:138</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_1sphereShape_html_abf3b8d0b7f068ba39f11805ea15194ca"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#abf3b8d0b7f068ba39f11805ea15194ca">pFlow::sphereShape::diameterMinMax</a></div><div class="ttdeci">void diameterMinMax(real &minD, real &maxD) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00146">sphereShape.hpp:146</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a437403f7d71404549fdfc4fc1825cff2"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a437403f7d71404549fdfc4fc1825cff2">pFlow::sphereShape::materials_</a></div><div class="ttdeci">wordVector materials_</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00040">sphereShape.hpp:40</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_a645e9d84374fab3371d56fe9c92e5766"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#a645e9d84374fab3371d56fe9c92e5766">pFlow::sphereShape::material</a></div><div class="ttdeci">const auto material(label i) const</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8hpp_source.html#l00105">sphereShape.hpp:105</a></div></div>
|
||||
<div class="ttc" id="aNBSLoop_8hpp_html_a0ece545b36c74171628b3bd219848edc"><div class="ttname"><a href="NBSLoop_8hpp.html#a0ece545b36c74171628b3bd219848edc">m</a></div><div class="ttdeci">uint32 m</div><div class="ttdef"><b>Definition:</b> <a href="NBSLoop_8hpp_source.html#l00022">NBSLoop.hpp:22</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1sphereShape_html_af054500204cca448a64c8210d0461f92"><div class="ttname"><a href="classpFlow_1_1sphereShape.html#af054500204cca448a64c8210d0461f92">pFlow::sphereShape::Inertial_xx</a></div><div class="ttdeci">real Inertial_xx(uint32 index) const override</div><div class="ttdef"><b>Definition:</b> <a href="sphereShape_8cpp_source.html#l00177">sphereShape.cpp:177</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_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_9e72493e858003bd3d74a55a2aedd075.html">Particles</a></li><li class="navelem"><a class="el" href="dir_ae10a04c09150cad5fefedcb2d995fdc.html">SphereParticles</a></li><li class="navelem"><a class="el" href="dir_38b62c5fd09db3ff1ef8a0e7759c197b.html">sphereShape</a></li><li class="navelem"><a class="el" href="sphereShape_8hpp.html">sphereShape.hpp</a></li>
|
||||
|
Reference in New Issue
Block a user