|
6 | 6 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
9 | | - <title>The nekRS Computational Fluid Dynamics Code — PyFTLE3D 0.1 documentation</title> |
| 9 | + <title>PyFTLE3D: Research Toolkit for 3D Lagrangian coherent structures with GUI — PyFTLE3D 0.1 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" /> |
12 | 12 |
|
|
71 | 71 | <div role="navigation" aria-label="Page navigation"> |
72 | 72 | <ul class="wy-breadcrumbs"> |
73 | 73 | <li><a href="#" class="icon icon-home" aria-label="Home"></a></li> |
74 | | - <li class="breadcrumb-item active">The nekRS Computational Fluid Dynamics Code</li> |
| 74 | + <li class="breadcrumb-item active">PyFTLE3D: Research Toolkit for 3D Lagrangian coherent structures with GUI</li> |
75 | 75 | <li class="wy-breadcrumbs-aside"> |
76 | 76 | <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a> |
77 | 77 | </li> |
|
81 | 81 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
82 | 82 | <div itemprop="articleBody"> |
83 | 83 |
|
84 | | - <section id="the-nekrs-computational-fluid-dynamics-code"> |
85 | | -<h1>The nekRS Computational Fluid Dynamics Code<a class="headerlink" href="#the-nekrs-computational-fluid-dynamics-code" title="Link to this heading"></a></h1> |
| 84 | + <section id="pyftle3d-research-toolkit-for-3d-lagrangian-coherent-structures-with-gui"> |
| 85 | +<h1>PyFTLE3D: Research Toolkit for 3D Lagrangian coherent structures with GUI<a class="headerlink" href="#pyftle3d-research-toolkit-for-3d-lagrangian-coherent-structures-with-gui" title="Link to this heading"></a></h1> |
| 86 | +<ul class="simple"> |
| 87 | +<li><p>Notice: The toolkit is undergoing an internal testing. Who would like to use it in advance to release, please feel free contact me.</p></li> |
| 88 | +</ul> |
| 89 | +<p>The planned release time is 2025.06 - 2025.07, while the author still holds the right to change the release time.*</p> |
| 90 | +<p>PyFTLE3D is a Python-based research toolkit for computing and visualizing |
| 91 | +Lagrangian coherent structures (LCS) in three-dimensional fluid flows and other complex systems by computing Finite Time Lyapunov Exponent. |
| 92 | +Coming with GUI and integrated environment, it is designed to be user-friendly and accessible, allowing peers to easily analyze and visualize LCS in their data, |
| 93 | +with no need for researchers to have extensive programming knowledge. |
| 94 | +Certainly, it is also suitable for those with programming experience who want to customize their analysis |
| 95 | +with multiple OOTB numerical methods, with various computation density, accuracy, and focus preferences.</p> |
86 | 96 | <p>nekRS is a computational fluid dynamics code developed at <a class="reference internal" href="glossary.html#term-ANL"><span class="xref std std-term">ANL</span></a>, <a class="reference internal" href="glossary.html#term-UIUC"><span class="xref std std-term">UIUC</span></a>, and <a class="reference internal" href="glossary.html#term-PSU"><span class="xref std std-term">PSU</span></a>. |
87 | 97 | nekRS aims to leverage the present trend in <a class="reference internal" href="glossary.html#term-GPU"><span class="xref std std-term">GPU</span></a>-based <a class="reference internal" href="glossary.html#term-HPC"><span class="xref std std-term">HPC</span></a> systems to perform |
88 | 98 | <a class="reference internal" href="glossary.html#term-CFD"><span class="xref std std-term">CFD</span></a> on <a class="reference internal" href="glossary.html#term-GPU"><span class="xref std std-term">GPU</span></a>-accelerated systems. By using the <a class="reference internal" href="glossary.html#term-OCCA"><span class="xref std std-term">OCCA</span></a> library’s unified |
|
0 commit comments