ldflow builds on top of ldds to make it (easily) usable for Lagrangian particles in fluid flows.
To create a dedicated virtual environment, use
conda create --name ldflow python
conda activate ldflowInstall the ldds package with
pip install git+https://github.com/champsproject/ldds.gitClone the ldflow repository
git clone git@github.com:auroreloisy/ldflow.gitUse plot_cube.py to visualize Lagrangian structures on the faces of a cube.
Use plot_section.py to plot quantities of interest in a section.
Change parameters directly within the scripts.

