@@ -248,7 +248,7 @@ void CSpeciesSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfi
248248 solver[MESH_0][TURB_SOL]->Postprocessing (geometry[MESH_0], solver[MESH_0], config, MESH_0);
249249 // For feature_multicomp this Scalar-Pre only computes the laminar contribution to mass diffusivity
250250 solver[MESH_0][SPECIES_SOL]->Preprocessing (geometry[MESH_0], solver[MESH_0], config, MESH_0, NO_RK_ITER,
251- RUNTIME_FLOW_SYS , false );
251+ RUNTIME_SPECIES_SYS , false );
252252
253253 /* --- Interpolate the solution down to the coarse multigrid levels ---*/
254254
@@ -282,7 +282,7 @@ void CSpeciesSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfi
282282 solver[iMesh][TURB_SOL]->Postprocessing (geometry[MESH_0], solver[MESH_0], config, MESH_0);
283283
284284 solver[iMesh][SPECIES_SOL]->Preprocessing (geometry[MESH_0], solver[MESH_0], config, MESH_0, NO_RK_ITER,
285- RUNTIME_FLOW_SYS , false );
285+ RUNTIME_SPECIES_SYS , false );
286286 }
287287
288288 /* --- Go back to single threaded execution. ---*/
@@ -301,6 +301,7 @@ void CSpeciesSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfi
301301void CSpeciesSolver::Preprocessing (CGeometry* geometry, CSolver** solver_container, CConfig* config,
302302 unsigned short iMesh, unsigned short iRKStep, unsigned short RunTime_EqSystem,
303303 bool Output) {
304+ config->SetGlobalParam (config->GetKind_Solver (), RunTime_EqSystem);
304305
305306 /* --- Set the laminar mass Diffusivity for the species solver. ---*/
306307 SU2_OMP_FOR_STAT (omp_chunk_size)
0 commit comments