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.
FluidDyn is distributed under the CeCILL-B License, a BSD compatible french license.
With a recent version of pip, one can use:
pip install fluidlab
Alternatively, one can install from source, which are available from Heptapod. From the root directory of the repository:
pip install -e .
From the root directory or from any of the "test" directories, run:
pytest