mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
rotating axis motion
This commit is contained in:
@ -120,7 +120,7 @@ $(document).ready(function(){initNavTree('postprocessPhasicFlow_8cpp_source.html
|
||||
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include "<a class="code" href="KokkosUtilities_8hpp.html">KokkosUtilities.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include "<a class="code" href="systemControl_8hpp.html">systemControl.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "<a class="code" href="timeFolder_8hpp.html">timeFolder.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "commandLine.hpp"</span></div>
|
||||
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "<a class="code" href="commandLine_8hpp.html">commandLine.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "<a class="code" href="ranges_8hpp.html">ranges.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="readControlDict_8hpp.html">readControlDict.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
|
||||
@ -129,7 +129,7 @@ $(document).ready(function(){initNavTree('postprocessPhasicFlow_8cpp_source.html
|
||||
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">using</span> <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">pFlow::word</a>;</div>
|
||||
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">using</span> <a class="code" href="namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d">pFlow::wordVector</a>;</div>
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">using</span> <a class="code" href="namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae">pFlow::wordList</a>;</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">using</span> pFlow::commandLine;</div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">using</span> <a class="code" href="classpFlow_1_1commandLine.html">pFlow::commandLine</a>;</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">using</span> <a class="code" href="classpFlow_1_1timeFolder.html">pFlow::timeFolder</a>;</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">using</span> <a class="code" href="namespacepFlow.html#a86ae30c22a4ef4bc487b40ed52f4d2f9">pFlow::output</a>;</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">using</span> <a class="code" href="namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189">pFlow::endl</a>;</div>
|
||||
@ -142,33 +142,33 @@ $(document).ready(function(){initNavTree('postprocessPhasicFlow_8cpp_source.html
|
||||
<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>  <a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a> outFolder = (<a class="code" href="namespacepFlow.html#a869d7b21ba981c374dcf8542f4ce2144">pFlow::CWD</a>()/<a class="code" href="namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99">word</a>(<span class="stringliteral">"VTK/postprocess"</span>)).wordPath();</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>  commandLine cmds(</div>
|
||||
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="classpFlow_1_1commandLine.html">commandLine</a> cmds(</div>
|
||||
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="stringliteral">"postprocessPhasicFlow"</span>,</div>
|
||||
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="stringliteral">"post-process fields in time folders based on the input file "</span></div>
|
||||
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="stringliteral">"settings/postprocessDict and convetes the results into vtk file format."</span>);</div>
|
||||
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
||||
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="namespacepFlow.html#a6e76b0fc4f41684b7dd691cb6552384d">wordVector</a> times;</div>
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  cmds.addOption(<span class="stringliteral">"-o,--out-folder"</span>,</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  cmds.<a class="code" href="classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816">addOption</a>(<span class="stringliteral">"-o,--out-folder"</span>,</div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  outFolder,</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="stringliteral">"path to output folder of VTK/postprocess"</span>,</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="stringliteral">"path"</span>);</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  cmds.addOption(</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  cmds.<a class="code" href="classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816">addOption</a>(</div>
|
||||
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="stringliteral">"-t,--time"</span>,</div>
|
||||
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  times.vectorField(),</div>
|
||||
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="stringliteral">"a space separated lits of time folders, or a strided range begin:stride:end, or an interval begin:end"</span>,</div>
|
||||
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="stringliteral">" "</span>);</div>
|
||||
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
|
||||
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordtype">bool</span> withZeroFolder = <span class="keyword">false</span>;</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  cmds.addOption(</div>
|
||||
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  cmds.<a class="code" href="classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816">addOption</a>(</div>
|
||||
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="stringliteral">"-z, --zeroFolder"</span>,</div>
|
||||
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  withZeroFolder,</div>
|
||||
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="stringliteral">"Do NOT exclude zero folder from processing time folders"</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>  <span class="keywordtype">bool</span> isCoupling = <span class="keyword">false</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>  <span class="keywordflow">if</span>(!cmds.parse(argc, argv)) <span class="keywordflow">return</span> 0;</div>
|
||||
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordflow">if</span>(!cmds.<a class="code" href="classpFlow_1_1commandLine.html#af199716992f3f8bb51c89ddcca847062">parse</a>(argc, argv)) <span class="keywordflow">return</span> 0;</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> <span class="preprocessor"> #include "<a class="code" href="initialize__Control_8hpp.html">initialize_Control.hpp</a>"</span></div>
|
||||
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
|
||||
@ -223,12 +223,15 @@ $(document).ready(function(){initNavTree('postprocessPhasicFlow_8cpp_source.html
|
||||
<div class="ttc" id="aclasspFlow_1_1postprocess_html_a6c48ff6de30d5c44952ff4c593bb7815"><div class="ttname"><a href="classpFlow_1_1postprocess.html#a6c48ff6de30d5c44952ff4c593bb7815">pFlow::postprocess::processTimeFolder</a></div><div class="ttdeci">bool processTimeFolder(real time, const word &tName, const fileSystem &localFolder)</div><div class="ttdef"><b>Definition:</b> <a href="postprocess_8cpp_source.html#l00053">postprocess.cpp:53</a></div></div>
|
||||
<div class="ttc" id="aKokkosUtilities_8hpp_html"><div class="ttname"><a href="KokkosUtilities_8hpp.html">KokkosUtilities.hpp</a></div></div>
|
||||
<div class="ttc" id="asystemControl_8hpp_html"><div class="ttname"><a href="systemControl_8hpp.html">systemControl.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1commandLine_html_ae309d1cad7a1c3502e8d112f76373816"><div class="ttname"><a href="classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816">pFlow::commandLine::addOption</a></div><div class="ttdeci">Option * addOption(word optionName, word description, word opText="")</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_1commandLine_html"><div class="ttname"><a href="classpFlow_1_1commandLine.html">pFlow::commandLine</a></div><div class="ttdef"><b>Definition:</b> <a href="commandLine_8hpp_source.html#l00036">commandLine.hpp:36</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 & endl(iOstream &os)</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00312">iOstream.hpp:312</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1timeFolder_html_aaff3f438097803be5fef5cd29cd8985d"><div class="ttname"><a href="classpFlow_1_1timeFolder.html#aaff3f438097803be5fef5cd29cd8985d">pFlow::timeFolder::startTime</a></div><div class="ttdeci">real startTime() const</div><div class="ttdef"><b>Definition:</b> <a href="timeFolder_8hpp_source.html#l00105">timeFolder.hpp:105</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1combinedRange_html"><div class="ttname"><a href="classpFlow_1_1combinedRange.html">pFlow::combinedRange</a></div><div class="ttdef"><b>Definition:</b> <a href="combinedRange_8hpp_source.html#l00036">combinedRange.hpp:36</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1fileSystem_html"><div class="ttname"><a href="classpFlow_1_1fileSystem.html">pFlow::fileSystem</a></div><div class="ttdef"><b>Definition:</b> <a href="fileSystem_8hpp_source.html#l00063">fileSystem.hpp:63</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1combinedRange_html_a59ec953d3d9b171d79c9f11b16f9c26d"><div class="ttname"><a href="classpFlow_1_1combinedRange.html#a59ec953d3d9b171d79c9f11b16f9c26d">pFlow::combinedRange::addIntervalRange</a></div><div class="ttdeci">bool addIntervalRange(const word &strRange)</div><div class="ttdef"><b>Definition:</b> <a href="combinedRange_8hpp_source.html#l00097">combinedRange.hpp:97</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1commandLine_html_af199716992f3f8bb51c89ddcca847062"><div class="ttname"><a href="classpFlow_1_1commandLine.html#af199716992f3f8bb51c89ddcca847062">pFlow::commandLine::parse</a></div><div class="ttdeci">bool parse(int argc, char **argv)</div><div class="ttdef"><b>Definition:</b> <a href="commandLine_8cpp_source.html#l00050">commandLine.cpp:50</a></div></div>
|
||||
<div class="ttc" id="apostprocessPhasicFlow_8cpp_html_a3c04138a5bfe5d72780bb7e82a18e627"><div class="ttname"><a href="postprocessPhasicFlow_8cpp.html#a3c04138a5bfe5d72780bb7e82a18e627">main</a></div><div class="ttdeci">int main(int argc, char **argv)</div><div class="ttdef"><b>Definition:</b> <a href="postprocessPhasicFlow_8cpp_source.html#l00041">postprocessPhasicFlow.cpp:41</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a86ae30c22a4ef4bc487b40ed52f4d2f9"><div class="ttname"><a href="namespacepFlow.html#a86ae30c22a4ef4bc487b40ed52f4d2f9">pFlow::output</a></div><div class="ttdeci">Ostream output</div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1combinedRange_html_adbbd1401a0edfb24f13accc47e8c85b9"><div class="ttname"><a href="classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9">pFlow::combinedRange::addRanges</a></div><div class="ttdeci">bool addRanges(const std::vector< word > &strRanges)</div><div class="ttdef"><b>Definition:</b> <a href="combinedRange_8hpp_source.html#l00064">combinedRange.hpp:64</a></div></div>
|
||||
@ -240,6 +243,7 @@ $(document).ready(function(){initNavTree('postprocessPhasicFlow_8cpp_source.html
|
||||
<div class="ttc" id="anamespacepFlow_html_a869d7b21ba981c374dcf8542f4ce2144"><div class="ttname"><a href="namespacepFlow.html#a869d7b21ba981c374dcf8542f4ce2144">pFlow::CWD</a></div><div class="ttdeci">fileSystem CWD()</div><div class="ttdef"><b>Definition:</b> <a href="fileSystem_8hpp_source.html#l00186">fileSystem.hpp:186</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1timeFolder_html_a2aafefc5248e595246d11de0587524f3"><div class="ttname"><a href="classpFlow_1_1timeFolder.html#a2aafefc5248e595246d11de0587524f3">pFlow::timeFolder::endTime</a></div><div class="ttdeci">real endTime() const</div><div class="ttdef"><b>Definition:</b> <a href="timeFolder_8hpp_source.html#l00111">timeFolder.hpp:111</a></div></div>
|
||||
<div class="ttc" id="areadControlDict_8hpp_html"><div class="ttname"><a href="readControlDict_8hpp.html">readControlDict.hpp</a></div></div>
|
||||
<div class="ttc" id="acommandLine_8hpp_html"><div class="ttname"><a href="commandLine_8hpp.html">commandLine.hpp</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_aaf1dcea055a0402beff3cec1b0849d74"><div class="ttname"><a href="namespacepFlow.html#aaf1dcea055a0402beff3cec1b0849d74">pFlow::equal</a></div><div class="ttdeci">INLINE_FUNCTION_HD bool equal(const real &s1, const real &s2)</div><div class="ttdef"><b>Definition:</b> <a href="bTypesFunctions_8hpp_source.html#l00188">bTypesFunctions.hpp:188</a></div></div>
|
||||
<div class="ttc" id="ainitialize__Control_8hpp_html_a4f5e4e852648762473ecd75a907417ca"><div class="ttname"><a href="initialize__Control_8hpp.html#a4f5e4e852648762473ecd75a907417ca">Control</a></div><div class="ttdeci">auto & Control</div><div class="ttdef"><b>Definition:</b> <a href="initialize__Control_8hpp_source.html#l00047">initialize_Control.hpp:47</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_ac2c8831a940f11de069cd73eb255b3ae"><div class="ttname"><a href="namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae">pFlow::wordList</a></div><div class="ttdeci">List< word > wordList</div><div class="ttdef"><b>Definition:</b> <a href="List_8hpp_source.html#l00241">List.hpp:241</a></div></div>
|
||||
|
Reference in New Issue
Block a user