Skip to content

Commit

Permalink
Add patch to su2code/SU2#2353
Browse files Browse the repository at this point in the history
  • Loading branch information
j-signorelli committed Sep 10, 2024
1 parent 9ac94db commit 377048b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run/SU2_preCICE_CHT.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ def main():

precice_saved_time = 0
precice_saved_iter = 0

# Patch for su2code/SU2#2353
if (TimeIter == 0):
SU2Driver.Output(TimeIter)
TimeIter += 1
time += deltaT

while (participant.is_coupling_ongoing()):
# Implicit coupling
if (participant.requires_writing_checkpoint()):
Expand Down

0 comments on commit 377048b

Please sign in to comment.