From c236ab53697bb0f71b44ac53770a382302236583 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Wed, 9 May 2018 14:55:23 +0100 Subject: [PATCH] InterfaceCompositionPhaseChangePhaseSystem: Corrected error message --- .../InterfaceCompositionPhaseChangePhaseSystem.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C index 5865e9c9c..6cae9d962 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/PhaseSystems/InterfaceCompositionPhaseChangePhaseSystem/InterfaceCompositionPhaseChangePhaseSystem.C @@ -101,7 +101,7 @@ InterfaceCompositionPhaseChangePhaseSystem if (!massTransferModels_[key][pair.index(pair.phase1())].valid()) { FatalErrorInFunction - << "A species transfer model for the " << pair.phase1().name() + << "A mass transfer model for the " << pair.phase1().name() << " side of the " << key << " pair is not specified. This is " << "required by the corresponding interface composition model." << exit(FatalError); @@ -120,7 +120,7 @@ InterfaceCompositionPhaseChangePhaseSystem if (!this->heatTransferModels_.found(pair)) { FatalErrorInFunction - << "A Heat transfer model for " << pair << " pair is not " + << "A heat transfer model for " << pair << " pair is not " << "specified. This is required by the corresponding species " << "transfer model" << exit(FatalError);