diff --git a/run/SU2_preCICE_CHT.py b/run/SU2_preCICE_CHT.py index 851bd0c..6f62ea2 100755 --- a/run/SU2_preCICE_CHT.py +++ b/run/SU2_preCICE_CHT.py @@ -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()):