Skip to content
Snippets Groups Projects
Commit 55cf1889 authored by BATAILLIE Paul's avatar BATAILLIE Paul
Browse files

Initial Commit

parent 0b3812fc
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ conda install -c conda-forge mpi4py openmpi
A Fortran Compiler is required to run the LDVM model. Version used: **GNU Fortran (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0**.\
Regarding the execution of the LDVM model, the original Fortran code is executed from Python in a temporary folder.
## Models Implemented
## LESP Discrete Vortex Method
Here is the reference to the model implemented in this project.
......
......@@ -3,4 +3,9 @@ scipy~=1.14.1
matplotlib~=3.9.2
tqdm~=4.67.1
scikit-learn~=1.6.0
pymoo~=0.6.1.3
\ No newline at end of file
pymoo~=0.6.1.3
torch~=2.5.1
mpi4py~=3.1.6
dask~=2024.12.1
opencv-python~=4.11.0.86
pillow~=11.0.0
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment