diff --git a/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C b/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C index c753d31d56..9ad0a61a2e 100644 --- a/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C +++ b/src/lagrangian/intermediate/phaseProperties/phaseProperties/phaseProperties.C @@ -267,7 +267,12 @@ void Foam::phaseProperties::initialiseGlobalIds case SOLID: { setGlobalIds(solidNames); - setGlobalGasIds(YGas); + WarningIn + ( + "phaseProperties::initialiseGlobalIds(...)" + ) << "Assuming no mapping between solid and carrier species" + << endl; +// setGlobalGasIds(YGas); break; } default: