Skip to content

mukul1992/erf-amrwind-driver

 
 

Repository files navigation

ERF / AMR-Wind Driver

This repository contains the C++ API for coupling the ERF and AMR-Wind codes.

Compile instructions

We recommend cloning this repository under a separate parent directory as the build and install directories for all dependencies and the driver itself will be created at the same level as the repository. The megabuild.sh script updates the submodule dependencies, compiles each of them, and then compiles the driver code.

mkdir driver-build
cd driver-build
git clone [email protected]:erf-model/erf-amrwind-driver.git
./erf-amrwind-driver/Build/megabuild.sh

For testing any of the programs, for instance, the CouetteFlow problem:

cd erf-amrwind-driver-install/bin
cp ../../erf-amrwind-driver/Exec/CouetteFlow/input* .
./erf_mb_couette inputs_amrex

Linux GCC Build and Run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.5%
  • CMake 37.6%
  • Shell 3.3%
  • C 0.6%