Skip to content

Commit

Permalink
- Fixed multizone history output
Browse files Browse the repository at this point in the history
  • Loading branch information
rois1995 committed Jan 21, 2025
1 parent b88ed07 commit 6e0d7a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SU2_CFD/src/drivers/CMultizoneDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ void CMultizoneDriver::Corrector(unsigned short val_iZone) {

bool CMultizoneDriver::OuterConvergence(unsigned long OuterIter) {

// Set the current time iter for the multizone problem
bool unsteady = config_container[ZONE_0]->GetTime_Domain();
if (unsteady) driver_output->SetCurTimeIter(config_container[ZONE_0]->GetTimeIter());

/*--- Update the residual for the all the zones. ---*/

for (iZone = 0; iZone < nZone; iZone++) {
Expand Down

0 comments on commit 6e0d7a1

Please sign in to comment.