From b02f6145fdb463dc9c4f53edab4cb3bf0f4de596 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 15 May 2009 13:13:24 +0100 Subject: [PATCH] changed setting of carrier global ids for particle solid components --- .../phaseProperties/phaseProperties/phaseProperties.C | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: