Skip to content

Commit a4856d7

Browse files
committed
Re-add change that was falsely reverted during merge conflict.
1 parent a6896ff commit a4856d7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Common/src/CConfig.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4648,12 +4648,6 @@ void CConfig::SetPostprocessing(unsigned short val_software, unsigned short val_
46484648
}
46494649
}
46504650

4651-
/*--- Rotating frame is not yet supported with the incompressible solver. ---*/
4652-
4653-
if ((Kind_Solver == INC_EULER || Kind_Solver == INC_NAVIER_STOKES || Kind_Solver == INC_RANS) && (Kind_GridMovement == ROTATING_FRAME)) {
4654-
SU2_MPI::Error("Support for rotating frame simulation not yet implemented for incompressible flows.", CURRENT_FUNCTION);
4655-
}
4656-
46574651
/*--- Assert that there are two markers being analyzed if the
46584652
pressure drop objective function is selected. ---*/
46594653

0 commit comments

Comments
 (0)