CEASIOMpy

Linux

To install CEASIOMpy on Linux, you can use some script which should simplified the installation. Those scripts exist for:

Before you run this command, you should read the following remarks:

If you agree with the remark above, you can start the installation by opening a terminal where you want to install CEASIOMpy and run the following commands one by one:

sudo apt-get install git
git clone https://github.com/cfsengineering/CEASIOMpy.git
cd CEASIOMpy
./installation/Ubuntu/install_miniconda.sh
source ~/.bashrc
./installation/Ubuntu/install_ceasiompy.sh
./installation/Ubuntu/install_pyavl.sh
./installation/Ubuntu/install_su2_with_mpi.sh
./installation/Ubuntu/install_paraview.sh
source ~/.bashrc
sudo dnf install git
git clone https://github.com/cfsengineering/CEASIOMpy.git
cd CEASIOMpy
./installation/CentOS/install_miniconda.sh
source ~/.bashrc
./installation/CentOS/install_ceasiompy.sh
./installation/CentOS/install_pyavl.sh
./installation/CentOS/install_su2.sh
./installation/CentOS/install_paraview.sh
source ~/.bashrc

When it is done, you can test the installation, by opening a new terminal and try to run the following commands one by one:

Check if ceasiompy conda environment exists.

conda activate ceasiompy

A “CPACSCreator” window will open, you can close it.

cpacscreator

The avl interface should appear in the terminal.

avl

The SU2 interface should appear in the terminal.

SU2_CFD

A “Paraview” window will open, you can close it.

paraview

If one of the software is not working correctly, you can try to run its installation script again or open the script and run the command manually. If everything is working correctly, you can try the first test case to get familiarized with CEASIOMpy.