mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
changed setting of carrier global ids for particle solid components
This commit is contained in:
@ -267,7 +267,12 @@ void Foam::phaseProperties::initialiseGlobalIds
|
|||||||
case SOLID:
|
case SOLID:
|
||||||
{
|
{
|
||||||
setGlobalIds(solidNames);
|
setGlobalIds(solidNames);
|
||||||
setGlobalGasIds(YGas);
|
WarningIn
|
||||||
|
(
|
||||||
|
"phaseProperties::initialiseGlobalIds(...)"
|
||||||
|
) << "Assuming no mapping between solid and carrier species"
|
||||||
|
<< endl;
|
||||||
|
// setGlobalGasIds(YGas);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user