|
Project Information
Links
|
IBAMRWhat Is IBAMR?IBAMR is a distributed-memory parallel implementation of the immersed boundary (IB) method with support for Cartesian grid adaptive mesh refinement (AMR). Support for distributed-memory parallelism is via MPI, the Message Passing Interface. Support for spatial adaptivity is via SAMRAI, the Structured Adaptive Mesh Refinement Application Infrastructure, which is developed at the Center for Applied Scientific Computing at Lawrence Livermore National Laboratory. This implementation of the IB method also makes extensive use of functionality provided by several high-quality third-party software libraries, including:
IBAMR outputs visualization files that can be read by the VisIt Visualization Tool. Work is also underway to implement support for finite element mechanics models in IBAMR via the libMesh finite element library. What Is the IB Method?The immersed boundary (IB) method is a general-purpose numerical method for simulating fluid-structure interaction. The IB formulation of such problems uses an Eulerian description of the fluid and a Lagrangian description of the structure. Interaction equations that take the form of integral equations with delta function kernels couple the Eulerian and Lagrangian variables. For general information about the IB method, see http://math.nyu.edu/faculty/peskin. For visualizations of simulations that use IBAMR, see http://cims.nyu.edu/~griffith. Getting StartedSource code documentation for IBAMR is available on-line. Source code documentation is also available for the IBTK support library. File format documentation is also available on-line. There are some basic instructions on using or building IBAMR at NYU:
There are also some basic instructions on building IBAMR on various platforms: There are also guidelines on how to contribute to the IBAMR project. SupportSupport for IBAMR is available from the IBAMR Developers (ibamr-dev) Google Group. There is also list of frequently asked questions. Bugs and Other IssuesPlease use the Google Code issue tracking system to report bugs, feature requests, or other issues with IBAMR. A list of issues is available. AcknowledgmentsIBAMR development is supported in part by an NSF Software Infrastructure for Sustained Innovation award (NSF OCI 1047734). Work to extend IBAMR to support finite element mechanics models is also supported in part the NSF (NSF DMS 1016554). We gratefully acknowledge this support. |