KTH-Nek5000 / UQit

Mozilla Public License 2.0
14 stars 6 forks source link

`UQit`

A Python Package for Uncertainty Quantification (UQ) in Computational Fluid Dynamics (CFD)

SimEx/FLOW, Engineering Mechanics, KTH Royal Institute of Technology, Stockholm, Sweden
#

Features:

Installation:

pip install UQit

Documentation:

The html documentation is on this GitHub page

How to run a test:

The tests associated to different UQ techniques are provided in ./tests/. Most of the tests have also been used in the notebooks and documentation. For instance, to run a test from pce_tests.py in ./tests/, do the following:

python3 -c 'import pce_tests as X;X.pce_1d_test()'

Required libraries:

Bugs/Questions

To cite UQit:

Publications using UQit:

Release Notes

Release v 1.0.2, 27.10.2020

Source code, documentation, tests and notebooks are provided for the above-listed features.