changed setting of carrier global ids for particle solid components

This commit is contained in:
andy
2009-05-15 13:13:24 +01:00
parent a41e845f97
commit b02f6145fd

View File

@ -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: