Skip to content

Commit e1a39a9

Browse files
authored
Decrease runtime of flow around controlled moving cylinder by stopping at t=3 already (precice#512)
* Stop at t=3 * Update plot
1 parent 6ae1e2e commit e1a39a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-10.6 KB
Loading

flow-around-controlled-moving-cylinder/precice-config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<coupling-scheme:serial-explicit>
7777
<participants first="Fluid" second="Solid" />
78-
<max-time value="5" />
78+
<max-time value="3" />
7979
<time-window-size value="0.00025" />
8080
<exchange data="Force" mesh="Mesh-Solid" from="Fluid" to="Solid" />
8181
<exchange
@@ -88,7 +88,7 @@
8888

8989
<coupling-scheme:serial-explicit>
9090
<participants first="Solid" second="Controller" />
91-
<max-time value="5" />
91+
<max-time value="3" />
9292
<time-window-size value="0.00025" />
9393
<exchange
9494
data="Displacement-Spring"

0 commit comments

Comments
 (0)