Skip to content

Latest commit

 

History

History
executable file
·
63 lines (36 loc) · 1.34 KB

README.rst

File metadata and controls

executable file
·
63 lines (36 loc) · 1.34 KB

Introducing nsfds3

Pypi Package Licence DOI

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

nsfds3 is 3D Navier-Stokes Solver that uses Finite Difference Time Domain method. nsfds3 is specialized in acoustic simulations.

nsfds3 is still in development. It is still full of bugs and comes with ABSOLUTELY NO WARRANTY.

Dependencies

python:>= 3.7
numpy:>= 1.1
matplotlib:>= 3.0
h5py:>= 2.8
libfds:>= 0.2.0

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

Installation

To install nsfds3:

$ pip install nsfds3 --break-system-packages

Note: To compile libfds, OS X users may require:

$ xcode-select --install

Links