Framework for studying fluid dynamics by experiments.
Project description
FluidLab is the package of the FluidDyn project for doing laboratory experiments.
An earlier version has first been developed by Pierre Augier (CNRS researcher at LEGI, Grenoble) in the G. K. Batchelor Fluid Dynamics Laboratory at DAMTP, University of Cambridge.
Key words and ambitions: fluid dynamics research with Python (>= 3.6); modular, object-oriented, collaborative, tested and documented, free and open-source software.
License
FluidDyn is distributed under the CeCILL-B License, a BSD compatible french license.
Installation
You can get the source code from Bitbucket or from the Python Package Index.
The development mode is often useful. From the root directory:
python setup.py develop
Tests
From the root directory:
make tests
Or, from the root directory or from any of the “test” directories:
python -m unittest discover