Metadata-Version: 2.1
Name: nsfds2
Version: 0.14.1
Summary: Finite difference solver for Navier-Stokes equations
Home-page: https://github.com/ipselium/nsfds2
Author: Cyril Desjouy
Author-email: cyril.desjouy@univ-lemans.fr
License: GPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/x-rst
License-File: LICENSE

Introducing nsfds2
==================

|Pypi| |Build| |Licence| |DOI|


.. image:: https://github.com/ipselium/nsfds2/blob/master/docs/source/images/nsfds2.png


**nsfds2** is 2D Navier-Stokes Solver that uses finite difference method.
**nsfds2** is specialized in acoustic simulations.

**nsfds2** is still in developpement. It is still full of bugs and comes with
**ABSOLUTELY NO WARRANTY**.


Dependencies
------------

:python: >= 3.6
:numpy: >= 1.1
:matplotlib: >= 3.0
:h5py: >= 2.8
:progressbar33: >= 2.4
:ofdlib2: >= 0.9.3
:fdgrid: >= 0.8.0
:mplutils: >= 0.3.0

**Important:** To create animations using **nsfds2 make movie**, you also need to
have **ffmpeg** installed on your system.


Installation
------------

To install **nsfds2**:

.. code:: console

   $ pip install nsfds2


**Note:** To compile *ofdlib2*, OS X users may recquire:

.. code:: console

   $ xcode-select --install


Links
-----

- **Documentation:** http://perso.univ-lemans.fr/~cdesjouy/nsfds2/
- **Source code:** https://github.com/ipselium/nsfds2
- **Bug reports:** https://github.com/ipselium/nsfds2/issues
- **fdgrid:** https://github.com/ipselium/fdgrid


.. |Pypi| image:: https://badge.fury.io/py/nsfds2.svg
    :target: https://pypi.org/project/nsfds2
    :alt: Pypi Package

.. |Licence| image:: https://img.shields.io/github/license/ipselium/nsfds2.svg

.. |Build| image:: https://travis-ci.org/ipselium/nsfds2.svg?branch=master
    :target: https://travis-ci.org/ipselium/nsfds2

.. |DOI| image:: https://zenodo.org/badge/178000566.svg
    :target: https://zenodo.org/badge/latestdoi/178000566



