Skip to content

Commit 9300218

Browse files
committed
reducing relaxbridles functions helped alot
1 parent 4a90eee commit 9300218

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/TUDELFT_V3_KITE/config_level_2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ structural_kite_fem:
6767
# Bridle relaxation preload on origin node(s), typically node 0 (KCU), in +z/-z solver coordinates.
6868
# Keep negative here to pull down in the current setup.
6969
relaxbridles_pull_down_force_z: !!float -1600.0 #roughly the aero dynamic loading at 12m/s
70-
relaxbridles_settle_force_z: !!float -500.0
70+
relaxbridles_settle_force_z: !!float -10.0
7171
print_info: !!bool false
7272

7373
## aero2struc
@@ -78,7 +78,7 @@ aero2struc:
7878

7979
## coupled
8080
aero_structural_solver:
81-
max_iter: !!int 10
81+
max_iter: !!int 6
8282
it_check: !!int 5
8383
tol: !!float 10
8484
is_with_aitken_relaxation: !!bool true

examples/load_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main():
2121

2222
# load files
2323
results_dir = (
24-
Path(PROJECT_DIR) / "results" / f"TUDELFT_V3_KITE" / f"2026_02_13_1814h"
24+
Path(PROJECT_DIR) / "results" / f"TUDELFT_V3_KITE" / f"2026_02_13_1820h"
2525
)
2626
# results_dir = (
2727
# Path(PROJECT_DIR) / "results" / f"TUDELFT_V3_KITE" / f"2026_02_10_1128h"

0 commit comments

Comments
 (0)