mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
26 lines
545 B
C
26 lines
545 B
C
|
|
IOdictionary propsDict
|
|
(
|
|
IOobject
|
|
(
|
|
"particleTrackProperties",
|
|
runTime.constant(),
|
|
mesh,
|
|
IOobject::MUST_READ_IF_MODIFIED
|
|
)
|
|
);
|
|
|
|
const word cloudName(propsDict.lookup("cloudName"));
|
|
|
|
//label sampleFrequency(readLabel(propsDict.lookup("sampleFrequency")));
|
|
|
|
// outputMode: compositeFile, filePerTrack
|
|
//word outputmode(propsDict.lookup("outputMode"))
|
|
|
|
//label maxPositions(readLabel(propsDict.lookup("maxPositions")));
|
|
|
|
// outputFormat: raw, vtk
|
|
//word outputFormat(propsDict.lookup("outputFormat"));
|
|
|
|
|