Skip to content
Siddarth Chintamani edited this page May 4, 2016 · 1 revision

Welcome to the CHOMBO-EBINSTransport wiki!

This code solves Incompressible Navier Stokes equations along with advection-diffusion (transport) equation. This has embedded boundary and AMR capabilities. This is implemented in CHOMBO framework.

To compile:

  1. Get CHOMBO library from https://commons.lbl.gov/display/chombo/Chombo+Download+Page
  2. Edit the file Make.defs.local in path_to_CHOMBO/lib/mk. Set compiler flags and include path to HDF5 library and link the library
  3. Compile CHOMBO library by running the command
    make lib
    from the directory path_to_CHOMBO/lib
  4. Change directory to path_to_CHOMBO-EBINSTransport/exec (the location where the current repository is downloaded).
  5. In GNUmakefile, set CHOMBO_HOME to the location where CHOMBO library is compiled
    CHOMBO_HOME = path_to_CHOMBO/lib
  6. Compile the code using command
    make USE_TIMER=FALSE DEBUG=FALSE OPT=FALSE MPI=TRUE all
Clone this wiki locally