Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 797 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 797 Bytes

LDflow

ldflow builds on top of ldds to make it (easily) usable for Lagrangian particles in fluid flows.

Install

To create a dedicated virtual environment, use

conda create --name ldflow python
conda activate ldflow

Install the ldds package with

pip install git+https://github.com/champsproject/ldds.git

Clone the ldflow repository

git clone [email protected]:auroreloisy/ldflow.git

Usage

Use 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.