Skip to content

This is a repository for collecting high-fidelity FEM reference results obtained with the open-source multi-physics simulation code 4C.

Notifications You must be signed in to change notification settings

imcs-compsim/fem-reference-results

Repository files navigation

FEM reference results

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.

Requirements

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.

Installation via conda/mamba

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

About

This is a repository for collecting high-fidelity FEM reference results obtained with the open-source multi-physics simulation code 4C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages