Settings for the particleTracks utility are now specified in system/particleTracksDict. Correspondingly, settings for steadyParticleTracks are now specified in system/steadyParticleTracksDict.
6 lines
179 B
C++
6 lines
179 B
C++
IOdictionary propsDict(systemDict("steadyParticleTracksDict", args, runTime));
|
|
|
|
word cloudName(propsDict.lookup("cloudName"));
|
|
|
|
List<word> userFields(propsDict.lookup("fields"));
|