Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 1.39 KB

File metadata and controls

executable file
·
21 lines (15 loc) · 1.39 KB

Installation

Follow these steps (tested on Ubuntu 16.04 lts):

Prerequisites

Detailed instructions to install SONATA are available here. Correct installation of SONATA is absolutely essential.

To check if everything has installed correctly, run Master_acoustics.py. If pytecplot is installed within the conda environment, corresponding *.plt files can also be generated to view the surface geometry in TecPlot.

For users at the Institute of Helicopter Technology, SONATA-relevant libraries are already loaded and available in a separate conda environment called 'sonata'. Additionally, pytecplot is needed if *.pltfiles generation capability is required for verifying the generated blade geometry.

Linux @ HT

```c
$ module purge
$ module load TecPlot/2019R1 anaconda/3.7
$ source activate sonata
$ spyder
```

Note: Spyder IDE is not essential to execution of the scripts. Once Spyder IDE is launched, Master_acoustics.py can be executed and should run based on CII sample data stored within pickle file sample_CII_output_data_dict.p. Alternately, you can provide paths to the CII output file as well.