mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
10 lines
217 B
C
10 lines
217 B
C
const word dictName("particleTrackDict");
|
|
|
|
#include "setConstantMeshDictionaryIO.H"
|
|
|
|
IOdictionary propsDict(dictIO);
|
|
|
|
word cloudName(propsDict.lookup("cloudName"));
|
|
|
|
List<word> userFields(propsDict.lookup("fields"));
|