<aside> 💡 This page explains the process for a Simulation Run.
</aside>
To install using pip Run:
python3 -m pip install 2D_Panel-CFD
Or:
https://github.com/Fluidentity/2D_Panel-CFD
RUN_package
to anywhere in your machine from: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.
<aside> 💡 The source directory should be set up as PYTHONPATH if not installed using pip
</aside>
Open python environment with: (in terminal)
python3
or (if python —version is >3)