BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / applications / utilities / postProcessing / lagrangian / particleTracks / createFields.H
blobd7ede226bf7d4ea71bb583ba82fb2c0c5f15098a
1 IOdictionary propsDict
3     IOobject
4     (
5         "particleTrackProperties",
6         runTime.constant(),
7         mesh,
8         IOobject::MUST_READ_IF_MODIFIED
9     )
12 const word cloudName(propsDict.lookup("cloudName"));
14 label sampleFrequency(readLabel(propsDict.lookup("sampleFrequency")));
16 // outputMode: compositeFile, filePerTrack
17 //word outputmode(propsDict.lookup("outputMode"))
19 label maxPositions(readLabel(propsDict.lookup("maxPositions")));
21 // outputFormat: raw, vtk
22 //word outputFormat(propsDict.lookup("outputFormat"));