Skip to content

Commit f00c4cd

Browse files
committed
Define initial condition which was missing for transient explicit coupling
1 parent 017c783 commit f00c4cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adapter.comm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ precice.initializeData()
6565
k = 0
6666
time = 0.0
6767

68+
ICOND = {'CHAM_NO': INIT_T}
69+
6870
while precice.isCouplingOngoing():
6971

7072
# ======================================================================================

0 commit comments

Comments
 (0)