You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (config->GetKind_Species_Model() != SPECIES_MODEL::NONE) {
957
-
for (unsignedshort iVar = 0; iVar < config->GetnSpecies(); iVar++)
958
-
AddVolumeOutput("LIMITER_SPECIES_" + std::to_string(iVar), "Limiter_Species_" + std::to_string(iVar), "LIMITER", "Limiter value of the transported species " + std::to_string(iVar));
957
+
if (config->GetKind_SlopeLimit_Species() != NO_LIMITER) {
958
+
for (unsignedshort iVar = 0; iVar < config->GetnSpecies(); iVar++)
959
+
AddVolumeOutput("LIMITER_SPECIES_" + std::to_string(iVar), "Limiter_Species_" + std::to_string(iVar), "LIMITER", "Limiter value of the transported species " + std::to_string(iVar));
960
+
}
959
961
}
960
962
961
963
if (config->GetKind_Turb_Model() != TURB_MODEL::NONE) {
0 commit comments