specieCoeffs: Added comment

This commit is contained in:
Henry Weller
2019-04-01 18:13:03 +01:00
parent 2dd53c898a
commit 7cf6c4ea47

View File

@ -72,6 +72,16 @@ Foam::specieCoeffs::specieCoeffs
}
else
{
// In order to support the convoluted way in which
// the solidChemistry currently handles gaseous species
// an error cannot be generated here.
// We will re-introduce this check after solidChemistry is
// re-written in a rational manner.
// FatalIOErrorInFunction(is)
// << "Specie " << specieName
// << " not found in table " << species
// << exit(FatalIOError);
index = -1;
}
}