Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 823 Bytes

README_incflo.md

File metadata and controls

31 lines (23 loc) · 823 Bytes

Directory overview

File Description
exec Run directory for executables
src C++/Fortran source files

Using incflo

Build AMReX Library

Clone AMReX from the official Git repository and checkout the development branch.

> git clone https://github.com/AMReX-Codes/amrex.git
> cd amrex
> git checkout development

Build and run an example incflo problem

Clone and build incflo

> git clone http://github.com/AMReX-Codes/incflo.git
> cd exec
> make -j4
> mpirun -np 4 incflo3d.gnu.MPI.ex inputs.channel_cylinder

Contributing

We welcome contributions in the form of pull-requests from anyone.