<aside> 💡 This page explains the process for a Simulation Run.

</aside>

Installation

Method: 1

To install using pip Run:

python3 -m pip install 2D_Panel-CFD

Or:

Method: 2

https://github.com/Fluidentity/2D_Panel-CFD

cd /insert/folder/address/cfd
git clone <https://github.com/Fluidentity/2D_Panel-CFD.git>
export PYTHONPATH="${PYTHONPATH}:/insert/folder/address/cfd/RUN_package"

It's advisable to run this package from RUN-spyder.py through an IDE like spyder for ease of use, and prolonged variable storage. Also, spyder has some great plotting interface.

Executable

<aside> 💡 The source directory should be set up as PYTHONPATH if not installed using pip

</aside>

Method: 1

Open python environment with: (in terminal)

python3

or (if python —version is >3)