This is a repository for collecting high-fidelity FEM reference results obtained with the open-source multi-physics simulation code 4C
. These reference results might be used, e.g., to benchmark SciML applications.
Every example in this repository comes with a python script that uses CubitPy
to generate the respective 4C
input file.
This project requires:
If you do not want to set it up via conda
/mamba
please make sure to look up the installation guidelines for your system to make sure that everything is running smoothly.
To install all dependencies required for development, a environment.yml
is provided. Simply create an environment by running
mamba env create -f environment.yml
Afterwards you can activate your environment through
mamba activate fem-ref-env
and you are good to go.
Once all requirements are installed, you just need to initialize git-lfs
and pre-commit
by running
git lfs install
pre-commit install