Skip to content

fluiddyn/fluidlab

Repository files navigation

FluidLab

Latest version Supported Python versions Documentation status Code coverage Heptapod CI Travis CI status

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

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 .

Tests

From the root directory or from any of the "test" directories, run:

pytest