Skip to content

ewquon/amr-wind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

AMReX-based structured wind solver

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.8%
  • CMake 2.3%
  • Python 1.7%
  • Other 0.2%