Skip to content

Commit

Permalink
Flag aeroServoMod was misspelled in some input files
Browse files Browse the repository at this point in the history
Some input yaml files were using a flag aeroMod instead of aeroServoMod. This does not impact the results because the specified values were the default value (which were used because the correct flag was missing from the yaml files). But hat incorrect flag could mislead users.
  • Loading branch information
lucas-carmo committed Jan 10, 2025
1 parent 7835e39 commit f69e88b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/VolturnUS-S_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ turbine:
precone : 4.0 # [deg]
shaft_tilt : 6.0 # [deg]
overhang : -12.0313 # [m]
aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
aeroServoMod : 1 # 0 aerodynamics off; 1 aerodynamics on


blade:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/IEA15MW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ turbine:
precone : 4.0 # [deg]
shaft_tilt : 6.0 # [deg]
overhang : -12.0313 # [m]
aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
aeroServoMod : 1 # 0 aerodynamics off; 1 aerodynamics on


blade:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/VolturnUS-S.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ turbine:
precone : 4.0 # [deg]
shaft_tilt : 6.0 # [deg]
overhang : -12.0313 # [m]
aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
aeroServoMod : 1 # 0 aerodynamics off; 1 aerodynamics on


blade:
Expand Down

0 comments on commit f69e88b

Please sign in to comment.