
👋Welcome to aPriori
A Python package to process Direct Numerical Simulations of reacting and non-reacting flows.
Disclaimer: This webpage may be missing some of the latest functionalities added to the software. Please contact me at lorenzo.piu@ulb.be in case you need any information regarding the code. In the meantime, I am working to keep the documentation updated.
Overview
This guide explains how to use the library and its main features.
The first section Getting Started introduces the aim of the project, explains how to install the package in your Python environment and provides a code that can be used immediately to perform analysis on a Direct Numerical Simulation (DNS) of a hydrogen flame. The second section Fundamentals and Usage goes into more detail, giving examples of how to use the single blocks of the library to obtain the maximum from it. If the code in the quickstart was too complex, this section is the right one to get more insight. The third section API Guide clarifies the code from a developer's point of view, explaining each function and the main classes with their attributes and methods. If you are interested in the library as a user, you can skip this section.
The source code is updated and available at the following link on the GitHub page. In the Tags section, are benchmarked the different releases of the software. Any problem with the code can be reported in the issue section. If you have any further questions regarding the code, don't hesitate to send an e-mail to lorenzo.piu@ulb.be
Documentation outline
Getting Started
Fundamentals and Usage
API Guide
Last updated