We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1a90ad + 622587c commit 5eee0d8Copy full SHA for 5eee0d8
1 file changed
SU2_CFD/src/fluid/CMutationTCLib.cpp
@@ -59,7 +59,7 @@ CMutationTCLib::CMutationTCLib(const CConfig* config, unsigned short val_nDim):
59
60
for(iSpecies = 0; iSpecies < nSpecies; iSpecies++) MolarMass[iSpecies] = 1000* mix->speciesMw(iSpecies); // x1000 to have Molar Mass in kg/kmol
61
62
- if (mix->hasElectrons()) {
+ if (mix->hasElectrons()) {
63
if (config->GetViscous()) {
64
SU2_MPI::Error("Ionization is not yet operational for a viscous flow in the NEMO solver.", CURRENT_FUNCTION);
65
} else {
0 commit comments