Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piyueh/incomnssolver

3D incompressible N-S solver
https://github.com/piyueh/incomnssolver

Last synced: 14 days ago
JSON representation

3D incompressible N-S solver

Awesome Lists containing this project

README

        

# IncomNSSolver
=================

## Current Feature

* 3D incompressible N-S solver
* 2nd-order finite difference method for spatial discretization
* 3rd-order RK method for time marching
* Staggered grid
* two different Poisson solver:
1. biconjugate gradient method with incomplete LUT preconditioner (single
core code)
2. Parallel LDLT decomposition using Intel Pardiso library

## Special version

* Cylinder flow using immersed boundary method (hard-coded, use macro
variable `CYLINDER_FLOW` to control it)

## Future Feature

* Convecddtive BC