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) {
1194
1195
for (unsignedshort iVar = 0; iVar < config->GetnSpecies(); iVar++){
1195
1196
AddVolumeOutput("RES_SPECIES_" + std::to_string(iVar), "Residual_Species_" + std::to_string(iVar), "RESIDUAL", "Residual of the transported species " + std::to_string(iVar));
1196
-
AddVolumeOutput("DIFFUSIVITY_" + std::to_string(iVar), "Diffusivity_" + std::to_string(iVar), "PRIMITIVE", "Diffusivity of the transported species " + std::to_string(iVar));
for (unsignedshort iVar = 0; iVar < config->GetnSpecies(); iVar++)
1221
1223
AddVolumeOutput("LIMITER_SPECIES_" + std::to_string(iVar), "Limiter_Species_" + std::to_string(iVar), "LIMITER", "Limiter value of the transported species " + std::to_string(iVar));
1222
1224
}
1225
+
for (unsignedshort iVar = 0; iVar < config->GetnSpecies(); iVar++) {
1226
+
AddVolumeOutput("DIFFUSIVITY_" + std::to_string(iVar), "Diffusivity_" + std::to_string(iVar), "PRIMITIVE", "Diffusivity of the transported species " + std::to_string(iVar));
0 commit comments