Skip to content

nauaneed/PyDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

276 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDNS

Direct Numerical Simulation of Fluid Flow with Direct Forcing IBM Using Python (Built upon CFD Python: 12 steps to Navier-Stokes)

Requisites

  1. Python3
  2. Numpy
  3. Scipy
  4. Sympy
  5. Matplotlib

Instructions

Recommended Usage with pyenv and venv.

  1. Clone repository:

    git clone https://github.com/nauaneed/PyDNS
  2. Install dependencies

  3. Run:

    python -m src.PyDNS

Snapshots are written to the data directory in Tecplot SZL and legacy VTK formats by default. The output formats can be changed in src/PyDNS.py.