Skip to content

Commit 0adc5c5

Browse files
committed
remove block on gupta yos
1 parent 51ef1aa commit 0adc5c5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Common/src/CConfig.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3942,9 +3942,8 @@ void CConfig::SetPostprocessing(SU2_COMPONENT val_software, unsigned short val_i
39423942
}
39433943
}
39443944

3945-
if (Kind_FluidModel == MUTATIONPP &&
3946-
(Kind_TransCoeffModel != TRANSCOEFFMODEL::WILKE && Kind_TransCoeffModel != TRANSCOEFFMODEL::CHAPMANN_ENSKOG)) {
3947-
SU2_MPI::Error("Transport model not available for NEMO solver using MUTATIONPP. Please use the WILKE or CHAPMANN_ENSKOG transport model instead..",
3945+
if (Kind_FluidModel == MUTATIONPP && (Kind_TransCoeffModel == TRANSCOEFFMODEL::SUTHERLAND)) {
3946+
SU2_MPI::Error("Transport model not available for NEMO solver using MUTATIONPP. Please use the WILKE, GUPTAYOS, or CHAPMANN_ENSKOG transport model instead.",
39483947
CURRENT_FUNCTION);
39493948
}
39503949

0 commit comments

Comments
 (0)