mesnardo / pyibm

Python application of the Immersed Boundary Method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyibm

License

Python Application of the Immersed Boundary Method.

Dependencies

  • Python (last tested: 3.6.10)
  • H5Py (2.9.0)
  • Matplotlib (3.1.1)
  • NumPy (1.17.4)
  • Pyyaml (5.2)
  • SciPy (1.3.2)
  • Numba (0.46.0)

Installation

With Anaconda:

conda env create --name=py36-pyibm --file=environment.yaml
conda activate py36-pyibm
python setup.py install

About

Python application of the Immersed Boundary Method

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%