Martin-Lacroix / AcePy

Master Thesis in Engineering Physics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Code developed for obtaining the Master's degree in Engineering Physics. The code is an arbitrary polynomial chaos toolkit for high dimensional stochastic problems with correlated input variables. The examples and doc folders contain some test-cases as well as a documentation. Thesis report here.

Installation

First, make sure to work with Python 3 and install the last version of Scipy. Some functionalities may not be available while using older packages. Then, add the main repository folder to your Python path environment variables. Another possibility is to add the path to AcePy in your Python script

export PYTHONPATH=path-to-acepy
from sys import path
path.append('path-to-acepy')
import acepy

Author

  • Martin Lacroix

About

Master Thesis in Engineering Physics

License:Apache License 2.0


Languages

Language:Python 100.0%