PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
IBPM solver (Taira & Colonius 2007)

Implementation of parallel IBPM solver (Taira & Colonius 2007). More...

Collaboration diagram for IBPM solver (Taira & Colonius 2007):

Files

file  ibpm.cpp
 Implementation of the class IBPMSolver.
 
file  ibpm.h
 Definition of the class IBPMSolver.
 

Classes

class  IBPMSolver
 Immersed-boundary method proposed by Taira and Colonius (2007). More...
 

Detailed Description

Implementation of parallel IBPM solver (Taira & Colonius 2007).

This is an example of using PetIBM to build a parallel incompressible flow solver with the immersed-boundary method proposed by Taira & Colonius 2007. We name this solver IBPM.

If readers are interested in using this solver instead of coding, please refer to Running PetIBM, 2D Examples, and 3D Examples.

Reference:

See also
Navier-Stokes solver, Decoupled IBPM solver (Li et. al. 2016)