Skip to content

Commit 258286a

Browse files
committed
Changing version to 7.0.6
1 parent 80c188b commit 258286a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SU2_PY/OptimalPropeller.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## \file OptimalPropeller.py
22
# \brief Python script for generating the ActuatorDisk.dat file.
33
# \author E. Saetta, L. Russo, R. Tognaccini
4-
# \version 7.0.7 "Blackbird"
4+
# \version 7.0.6 "Blackbird"
55
#
66
# SU2 Project Website: https://su2code.github.io
77
#
@@ -88,13 +88,13 @@ def Print_external_file(CTrs, CPrs):
8888
### Main ###
8989
##########################
9090
# Screen output
91-
print('------------------ Optimal Propeller vsn 7.0.7 ------------------')
91+
print('------------------ Optimal Propeller vsn 7.0.6 ------------------')
9292
print('| Computation of the optimal dCT/dr and dCP/dr distributions. |')
9393
print('| Based on the inviscid theory of the optimal propeller. |')
9494
print('| |')
9595
print('| This code is used to generate the actuator disk input data |')
9696
print('| file needed for the VARIABLE_LOAD actuator disk type |')
97-
print('| implemented in SU2 7.0.7. |')
97+
print('| implemented in SU2 7.0.6. |')
9898
print('| |')
9999
print('| Author: Ettore Saetta, Lorenzo Russo, Renato Tognaccini. |')
100100
print('| Theoretical and Applied Aerodynamic Research Group (TAARG), |')

0 commit comments

Comments
 (0)