.. _nekrs: The nekRS Computational Fluid Dynamics Code =================================================== nekRS is a computational fluid dynamics code developed at :term:`ANL`, :term:`UIUC`, and :term:`PSU`. nekRS aims to leverage the present trend in :term:`GPU`-based :term:`HPC` systems to perform :term:`CFD` on :term:`GPU`-accelerated systems. By using the :term:`OCCA` library's unified :term:`API`, nekRS can run on :term:`CPUs` and on :term:`GPU`-accelerated :term:`CPUs` that support :term:`CUDA`, :term:`HIP`, or :term:`OpenCL`. This guide is intended to help new users get started with using nekRS, as well as serve as a reference for more advanced users. Because the :term:`Nek5000` code is somewhat of a predecessor to nekRS, some aspects of the current nekRS design are selected to enable faster translation of :term:`Nek5000` input files into nekRS input files. Throughout this documentation, all such :term:`Nek5000`-oriented settings will be referred to as "legacy" settings. Because these :term:`Nek5000`-oriented settings require proficiency in Fortran, structured text formats, and several additional input files, all new users are encouraged to adopt the nekRS-based problem setup. We recommend working through this user guide in the order below. At the very least, please read :ref:`case` page before reading the :ref:`FAQs ` page, as some necessary concepts are introduced in this order. .. note:: This documentation is a work in progress, and will undergo big changes as more features are added to nekRS. Please open issues to track any missing information. Table of Contents ----------------- .. toctree:: :maxdepth: 2 quickstart user_guide/_user_guide tutorials/_tutorials developer_guide/_developer_guide theory other_resources glossary references .. Indices and tables .. ================== .. * :ref:`genindex` .. * :ref:`modindex` .. * :ref:`search`