This package allows to load, parameterize, run and analyze OpenFLUID simulations from Python.
It is compatible with Python 3 and requires that the OpenFLUID platform is already installed
Currently, this package is in early development stage and has only be tested on Linux system
TODO
Classic installation (main usage)
pip3 install .Installation linked to the current sources (usually for development purposes)
pip3 install -e .Run the following commands from the root of the sources tree.
python3 setup.py checkpython3 setup.py buildpython3 setup.py build testpython3 setup.py sdist bdist