Skip to content

Commit 5c75190

Browse files
committed
Merge branch 'master' into dev
2 parents f4acbd2 + 0bcc3ae commit 5c75190

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/VolturnUS-S_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ turbine:
4343
precone : 4.0 # [deg]
4444
shaft_tilt : 6.0 # [deg]
4545
overhang : -12.0313 # [m]
46-
aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
46+
aeroServoMod : 1 # 0 aerodynamics off; 1 aerodynamics on
4747

4848

4949
blade:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "OpenRAFT"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
description = "RAFT: Response Amplitudes of Floating Turbines"
99
readme = "README.md"
1010
requires-python = ">=3.9"

tests/test_data/IEA15MW.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ turbine:
2929
precone : 4.0 # [deg]
3030
shaft_tilt : 6.0 # [deg]
3131
overhang : -12.0313 # [m]
32-
aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
32+
aeroServoMod : 1 # 0 aerodynamics off; 1 aerodynamics on
3333

3434

3535
blade:

tests/test_data/VolturnUS-S.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ turbine:
4040
precone : 4.0 # [deg]
4141
shaft_tilt : 6.0 # [deg]
4242
overhang : -12.0313 # [m]
43-
aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
43+
aeroServoMod : 1 # 0 aerodynamics off; 1 aerodynamics on
4444

4545

4646
blade:

0 commit comments

Comments
 (0)