Flexible modeling and simulation software for free-surface flows.
See our Documentation for details on
- how to get started
- installation instructions
- tutorials
- examples
- ...
Installation
cd install
conda env create -f env-zoomy.yml
./conda_config_setup.sh
Activation
conda activate zoomy
cd install
conda env create -f env-zoomy-gpu.yml
./conda_config_setup.sh
Activation
conda activate zoomy-gpu
T.b.d
T.b.d
See the install/environment.yml
or the install/environment-gpu.yml
for a complete list of requirements. Once the requirements are fulfilled, simply clone the repository.
The following environment variables need to be set
PYTHONPATH=/path/to/Zoomy
ZOOMY_DIR=/path/to/Zoomy
JAX_ENABLE_X64=True
PETSC_DIR=/path/to/petsc/installation
PETSC_ARCH=architecture used for compiling petsc
The Zoomy code is free open-source software, licensed under version 3 or later of the GNU General Public License. See the file LICENSE for full copying permissions.
T.b.d.
T.b.d.