mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
corrected dictionary name
This commit is contained in:
@ -496,7 +496,7 @@ void Foam::moleculeCloud::initialiseMolecules
|
||||
label molsPlacedThisIteration = 0;
|
||||
|
||||
const dictionary& zoneDict =
|
||||
molConfigDescription_.subDict(cellZones[cZ].name());
|
||||
mdInitialiseDict.subDict(cellZones[cZ].name());
|
||||
|
||||
const scalar temperature
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user