├── .gitignore ├── LICENSE └── lbmFlowAroundCylinder.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kipfstuhl/porous_lbm/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kipfstuhl/porous_lbm/HEAD/LICENSE -------------------------------------------------------------------------------- /lbmFlowAroundCylinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kipfstuhl/porous_lbm/HEAD/lbmFlowAroundCylinder.py --------------------------------------------------------------------------------