Skip to content
Snippets Groups Projects
Commit 506c350a authored by David Verelst's avatar David Verelst
Browse files

h2_vs_hs2: fixed blade pitch angle tag name is consistent with other tag names

parent 0200fafd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -177,7 +177,7 @@ class Configurations:
tmp = '%s_%02.0fms_%04.01fdeg_%04.02frads_hawc2' % rpl
opt_dict['[Case id.]'] = tmp
opt_dict['[Windspeed]'] = wind
opt_dict['[pitch_angle]'] = pitch
opt_dict['[blade_pitch_deg]'] = pitch
opt_dict['[fixspeed_rotor_rads]'] = omega
opt_dict['[initspeed_rotor_rads]'] = omega
# opt_dict['[t0]'] = int(2000.0/opt_dict['[Windspeed]']) # or 2000?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment