sudo python3 setup.py install
cd utat
python3 filename.py
(this will create ansome_name.aux
file)./panin
(when prompted, typesome_name
)./panair
(when prompted, typea502.in
)
An ffmf
file will be created with aerodynamic data.
python3 analyze.py
It will create a vtk
file which can then be opened up in Aerolab. After you are done, delete current files with the command. This step must be completed in order to run the next simulation.
sh clean.sh
Alternatively, I've also written up a bash script shorcut to automate the above steps.
sudo python3 setup.py install
cd utat
sh run.sh
Note that this will only run the main file.
mwe.py
A minimal working example of the Agard-B model presented in the original tutorial.main.py
The final product of the NASA-TM-81787 rocket.