We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88ed07 commit 6e0d7a1Copy full SHA for 6e0d7a1
SU2_CFD/src/drivers/CMultizoneDriver.cpp
@@ -397,6 +397,10 @@ void CMultizoneDriver::Corrector(unsigned short val_iZone) {
397
398
bool CMultizoneDriver::OuterConvergence(unsigned long OuterIter) {
399
400
+ // Set the current time iter for the multizone problem
401
+ bool unsteady = config_container[ZONE_0]->GetTime_Domain();
402
+ if (unsteady) driver_output->SetCurTimeIter(config_container[ZONE_0]->GetTimeIter());
403
+
404
/*--- Update the residual for the all the zones. ---*/
405
406
for (iZone = 0; iZone < nZone; iZone++) {
0 commit comments