.. meta::
   :description: The next generation Navier Stokes solver which is 100 times faster than industry-leading CFD solvers. Flow360 simulation remains high-fidelity and reduces cost.

*********************
Flow360 CFD Solver
*********************

.. image:: https://img.shields.io/badge/pypi-flow360-blue?style=for-the-badge
   :target: https://pypi.python.org/pypi/flow360
.. image:: https://img.shields.io/pypi/v/flow360.svg?style=for-the-badge
   :target: https://pypi.python.org/pypi/flow360/
.. image:: https://readthedocs.com/projects/flexcompute-flow360documentation/badge/?version=latest&style=for-the-badge
   :target: https://flexcompute-flow360documentation.readthedocs-hosted.com/?badge=latest
.. image:: https://img.shields.io/github/license/flexcompute/flow360?style=for-the-badge
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
   :target: https://github.com/psf/black

Flow360 is the next-generation Navier-Stokes solver.  It is 100 times faster than industry-leading solvers, with the same high-fidelity and reduced cost.  It expedites your time to market, shortens design cycles, reduces development cost, and facilitates more comprehensive testing to avoid program delays.

.. raw:: html

    <div class="cards-grid">

      <!-- Card Item 1 -->
      <div class="card-item">
        <a href="quickStart/WebUI_Geometry/WebUI_Geometry.html" class="card-link">
          <div class="image-card">
            <img src="./_images/cad_cover.jpg"
                 alt="Geometry Upload Example"
                 class="card-img" />
          </div>
          <h3>1.1 WebUI Geometry Uploading</h3>
          <div class="card-meta">
            <span class="platform">WebUI</span>
            <span class="duration">8 minutes</span>
          </div>
        </a>
      </div>

      <!-- Card Item 2 -->
      <div class="card-item">
        <a href="quickStart/WebUI_AutomatedMeshing/WebUI_AutomatedMeshing.html" class="card-link">
          <div class="image-card">
            <img src="./_images/mesh_cover.jpg"
                 alt="Automated Meshing Example"
                 class="card-img" />
          </div>
          <h3>1.2 WebUI Automated Meshing</h3>
          <div class="card-meta">
            <span class="platform">WebUI</span>
            <span class="duration">3 minutes</span>
          </div>
        </a>
      </div>

      <!-- Card Item 3 -->
      <div class="card-item">
        <a href="quickStart/WebUI_CaseLaunching/WebUI_CaseLaunching.html" class="card-link">
          <div class="image-card">
            <img src="./_images/case_launching_cover.jpg"
                 alt="Case Launch Example"
                 class="card-img" />
          </div>
          <h3>1.3 WebUI Case Launching</h3>
          <div class="card-meta">
            <span class="platform">WebUI</span>
            <span class="duration">5 minutes</span>
          </div>
        </a>
      </div>

      <!-- Card Item 4 -->
      <div class="card-item">
        <a href="quickStart/WebUI_CasePostprocessing/WebUI_CasePostprocessing.html" class="card-link">
          <div class="image-card">
            <img src="./_images/postprocess_cover.jpg"
                 alt="Postprocessing Example"
                 class="card-img" />
          </div>
          <h3>1.4 WebUI Case Postprocessing</h3>
          <div class="card-meta">
            <span class="platform">WebUI</span>
            <span class="duration">12 minutes</span>
          </div>
        </a>
      </div>

      <!-- Card Item 5 -->
      <div class="card-item">
        <a href="quickStart/API_quickstart/API_quickstart.html" class="card-link">
          <div class="image-card">
            <img src="./_images/api_cover.jpg"
                 alt="API Example"
                 class="card-img" />
          </div>
          <h3>1.5 Python API Quick Start</h3>
          <div class="card-meta">
            <span class="platform">API</span>
            <span class="duration">5 minutes</span>
          </div>
        </a>
      </div>

    </div>

.. toctree::
   :numbered: 2
   :maxdepth: 2
   :hidden:

   quickStart/quickStart
   capabilities/capabilities
   preprocessing/preprocessing
   python/index
   validationStudies/validationStudies
   tutorials/tutorials
   knowledgeBase/knowledgeBase
   publications/publications
   releaseNotes/releaseNotes

