Skip to content

JiayangY/incflo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

541 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory overview

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

Using incflo

Install Blitz++

APT (Debian):

> sudo apt install libblitz-doc libblitz0-dev libblitz0ldbl

Homebrew (macOS):

> brew install blitz

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.

Acknowledgement of external libraries

Apart from AMReX, this code relies on Blitz++ and Algoim.

About

An AmrCore-based code that solves the incompressible Navier-Stokes equations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 52.0%
  • Fortran 43.3%
  • C 3.0%
  • Makefile 1.7%