/AMR-GVOF

AMReX-based Geometric Volume-of-fluid code

Primary LanguageC++Apache License 2.0Apache-2.0

Geometric Volume-of-Fluid (GVOF) with Adaptive Mesh Refinement (AMR)

Contains test code to demonstrate standard Geometric volume-of-fluid techniques, such as the Piecewise linear interface calculation (PLIC) technique and its combination with AMR

The following dependencies must be available on your system:

git clone https://github.com/gdeskos/AMR-GVOF.git
cd AMR-GVOF
mkdir build
cd build
cmake ..
make -j 4

Usage

mpiexec -np <NPROCS> amr_gvof <input_file>