This repository has been archived on 2022-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Edgar P. Burkhart 476e8b6ada
Moved execution to run module
2022-01-26 18:26:29 +01:00
bathymetry Removed ipynb-checkpoints 2022-01-23 15:09:49 +01:00
openfoam Moved execution to run module 2022-01-26 18:26:29 +01:00
post_process Fixed animate issue 2022-01-23 15:47:05 +01:00
.gitignore Git ignore config 2022-01-23 10:16:01 +01:00
LICENSE Added license 2022-01-23 15:21:20 +01:00
README.md Added readme 2022-01-23 15:15:35 +01:00
requirements.txt Added python packages requirements 2022-01-23 10:10:12 +01:00

README.md

OpenFoam Project

Repository for an OpenFoam project on the simulation of the breaking wave flow which caused the displacement of a 50t concrete block at the Artha breakwater in 2017.

Structure

Bathymetry

The bathymetry directory contains the raw data and a tool that allows to generate the stl files necessary for the OpenFoam model.

OpenFoam

The openfoam directory contains the OpenFoam configuration files and a utility that copies the configuration and runs the olaFlow model.

Post-process

The post_process directory provides a utility for plotting an animation of the simulation.

Requirements

The required Python packages are listed in the requirements.txt file. Run pip install -r requirements.txt to install all the required packages.

Other requirements include OpenFoam and the olaFlow model, as well as OpenScad for the stl files generation.