createFields.H
Go to the documentation of this file.
1 IOdictionary propsDict(systemDict("particleTracksDict", args, runTime));
2 
3 const word cloudName(propsDict.lookup("cloudName"));
4 
5 label sampleFrequency(propsDict.lookup<label>("sampleFrequency"));
6 
7 label maxPositions(propsDict.lookup<label>("maxPositions"));
8 
9 word setFormat(propsDict.lookup<word>("setFormat"));
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Definition: label.H:59
IOdictionary systemDict(const word &dictName, const argList &args, const objectRegistry &ob, const word &regionName=polyMesh::defaultRegion)
Definition: systemDict.C:92
Foam::argList args(argc, argv)
IOdictionary propsDict(systemDict("particleTracksDict", args, runTime))
label sampleFrequency(propsDict.lookup< label >("sampleFrequency"))
word setFormat(propsDict.lookup< word >("setFormat"))
label maxPositions(propsDict.lookup< label >("maxPositions"))
const word cloudName(propsDict.lookup("cloudName"))