Skip to content

Commit 2ee6fed

Browse files
author
Nicola-Fonzi
committed
Be sure that coupling starts immediately when restarting
1 parent b38b990 commit 2ee6fed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SU2_PY/FSI_tools/FSI_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,6 @@ def applyDefaults(self):
122122
if self._ConfigContent["CSD_SOLVER"] == "IMPOSED":
123123
self._ConfigContent["AITKEN_RELAX"] = "STATIC"
124124
self._ConfigContent["AITKEN_PARAM"] = 1.0
125+
126+
if self._ConfigContent["RESTART_SOL"] == "YES":
127+
self._ConfigContent["TIME_TRESHOLD"] = -1

0 commit comments

Comments
 (0)