Skip to main content

Documentation Index

Fetch the complete documentation index at: https://compflowlab.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

CompFlowLab can be run on both Windows and Linux. For Linux, using Anaconda is recommended. Python 3.9 or newer is required. All required libraries are listed in requirements.txt located in the misc_tools/ directory. They can be installed using pip.
pip install -r misc_tools/requirements.txt
You can also install the dependencies manually. The following libraries are the bare minimum to run the code:
  • NumPy
  • SciPy
  • Cantera (for reacting flow cases)
  • Matplotlib