https://hal.archives-ouvertes.fr/hal-02137040
Raw File
Tip revision: 04a7cf3445bc390bc8dfaf93341a1f8f2008072c authored by Software Heritage on 10 April 2020, 08:52:33 UTC
hal: Deposit 544 in collection hal
Tip revision: 04a7cf3
README
About NS2DDV
------------
The NS2DDV Matlab toolbox is an open-source program written in Matlab for simulating 2D viscous, incompressible and inhomogeneous flows. The computation kernel of the code is based on Finite Elements - Finite Volumes hybrid methods applied on the 2D Navier-Stokes equations. For Windows, Unix and MacOS workstations equipped with a Matlab license, users can easily run the NS2DDV code by modifying a list of parameters and visualize the fluid dynamics that are simulated.
The Matlab source code has been initially developed by the team SIMPAF (SImulation et Modèles pour les PArticules et les Fluides) of INRIA Lille - Nord Europe in cooperation with the Paul Painlevé mathematics laboratory (CNRS-UMR 8524). See History section for more details.
The code is still under development under the supervision of E. Creusé (Université Polytechnique Hauts-de-France), Caterina Calgaro (Université de Lille) and Alexandre Mouton (CNRS Lille). It is the developers' aim for the software to be used by the scientific community so as to test it, evaluate it and improve it. If you want to discuss or share your works with the authors, please do not hesitate to contact them (see Team section for contacting the developers).


Licensing
---------
NS2DDV-M is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.
The software is being registered with the Agence pour la Protection des Programmes (APP) under IDDN registration number to be precised.


Download NS2DDV
---------------
Downloading NS2DDV-M is free. You can visit the Download page below for accessing to all releases. You can also subscribe to the newsletter.

Download link: https://wikis.univ-lille.fr/painleve/ns2ddv/download


Running NS2DDV
--------------
NS2DDV-M is a Matlab code that does not require any specific install. You just need to unzip the archive and run the code with Matlab.
More details about the use of the code can be found in the PDF User's Guide provided with the code (see link below). Please read it carefully.

Direct link for documentation: https://wikis.univ-lille.fr/painleve/_media/ns2ddv/documentation.pdf


Contact us
----------
You can contact us if:
- you have some questions about the code, the numerical methods, the test cases...
- you want to subscribe to the NS2DDV newsletter,
- you have found a bug or a unexpected behaviour of the code,
- you want to contribute and/or join us,
... and, more generally, for any reason related to NS2DDV-M.

Questions about the code: alexandre.mouton@univ-lille.fr
Questions about the math and physics parts: caterina.calgaro@univ-lille.fr or emmanuel.creuse@uphf.fr
back to top