@@ -8,19 +8,59 @@ Numerical Test Rig for Cascades.
* Free software: MIT license
* Documentation: https://ntrfc.readthedocs.io.
* NTRfC is the base of the (NTRFlows)[https://gitlab.uni-hannover.de/tfd_public/tools/NTRFlows] repository, a workflow for cfd parameter studies
Features
--------
- Easy geometry and postprocessing visualization and manipulation with (pyvista)[https://github.com/pyvista]
- Tested methods and functions for math, timeseries and meshquality-analysis
Dependencies
--------
NTRfC v0.1.0 and any following version is based on Python 3.10.
Only older versions can be used with older versions of Python.
Library-requirements will be installed with the package itself.
Installation
--------
The easiest way to use this repository is to install ntrfc using 'pip install ntrfc'
or install using 'python -m setup install'
NTRfC is utilizing powerful and complex dependencies like pyvista and gmsh.
It is strongly recommanded to use virtual environments [virtualenv](https://pypi.org/project/virtualenv/), conda-environments (see [miniconda](https://docs.conda.io/en/latest/miniconda.html), [anaconda](https://docs.anaconda.com/anaconda/install/index.html), [mamba](https://mamba.readthedocs.io/en/latest/installation.html) ) or to use a singularity container from (ntrfc singularity releases)[https://cloud.sylabs.io/library/nyhuma/ntrflows/ntr.sif].
**Installation from gitlab with pip**
You can install the package with pip from gitlab directly.