From 7cf6c4ea474f3bdbc1c0ed23d69573772664142b Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 1 Apr 2019 18:13:03 +0100 Subject: [PATCH] specieCoeffs: Added comment --- .../specie/reaction/specieCoeffs/specieCoeffs.C | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/thermophysicalModels/specie/reaction/specieCoeffs/specieCoeffs.C b/src/thermophysicalModels/specie/reaction/specieCoeffs/specieCoeffs.C index c6601f1f94..46c296ebc4 100644 --- a/src/thermophysicalModels/specie/reaction/specieCoeffs/specieCoeffs.C +++ b/src/thermophysicalModels/specie/reaction/specieCoeffs/specieCoeffs.C @@ -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; } }