createFields.H
Go to the documentation of this file.
1 IOdictionary propsDict
2 (
3  IOobject
4  (
5  "particleTrackProperties",
6  runTime.constant(),
7  mesh,
8  IOobject::MUST_READ_IF_MODIFIED
9  )
10 );
11 
12 const word cloudName(propsDict.lookup("cloudName"));
13 
14 label sampleFrequency(readLabel(propsDict.lookup("sampleFrequency")));
15 
16 label maxPositions(readLabel(propsDict.lookup("maxPositions")));
17 
18 word setFormat(propsDict.lookupOrDefault<word>("setFormat", "vtk"));
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
engineTime & runTime
label maxPositions(readLabel(propsDict.lookup("maxPositions")))
IOdictionary propsDict(IOobject("particleTrackProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED))
dynamicFvMesh & mesh
label readLabel(Istream &is)
Definition: label.H:64
const word cloudName(propsDict.lookup("cloudName"))
word setFormat(propsDict.lookupOrDefault< word >("setFormat", "vtk"))
label sampleFrequency(readLabel(propsDict.lookup("sampleFrequency")))