InterfaceCompositionPhaseChangePhaseSystem: Corrected error message
This commit is contained in:
@ -101,7 +101,7 @@ InterfaceCompositionPhaseChangePhaseSystem
|
|||||||
if (!massTransferModels_[key][pair.index(pair.phase1())].valid())
|
if (!massTransferModels_[key][pair.index(pair.phase1())].valid())
|
||||||
{
|
{
|
||||||
FatalErrorInFunction
|
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 "
|
<< " side of the " << key << " pair is not specified. This is "
|
||||||
<< "required by the corresponding interface composition model."
|
<< "required by the corresponding interface composition model."
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
@ -120,7 +120,7 @@ InterfaceCompositionPhaseChangePhaseSystem
|
|||||||
if (!this->heatTransferModels_.found(pair))
|
if (!this->heatTransferModels_.found(pair))
|
||||||
{
|
{
|
||||||
FatalErrorInFunction
|
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 "
|
<< "specified. This is required by the corresponding species "
|
||||||
<< "transfer model"
|
<< "transfer model"
|
||||||
<< exit(FatalError);
|
<< exit(FatalError);
|
||||||
|
|||||||
Reference in New Issue
Block a user