Skip to content

Commit 6e0d7a1

Browse files
author
rois1995
committed
- Fixed multizone history output
1 parent b88ed07 commit 6e0d7a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SU2_CFD/src/drivers/CMultizoneDriver.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ void CMultizoneDriver::Corrector(unsigned short val_iZone) {
397397

398398
bool CMultizoneDriver::OuterConvergence(unsigned long OuterIter) {
399399

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+
400404
/*--- Update the residual for the all the zones. ---*/
401405

402406
for (iZone = 0; iZone < nZone; iZone++) {

0 commit comments

Comments
 (0)