createFields.H File Reference

Go to the source code of this file.

Functions

IOdictionary propsDict (IOobject("particleTrackProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED))
 
const word cloudName (propsDict.lookup("cloudName"))
 
label sampleFrequency (propsDict.lookup< label >("sampleFrequency"))
 
label maxPositions (propsDict.lookup< label >("maxPositions"))
 
word setFormat (propsDict.lookupOrDefault< word >("setFormat", "vtk"))
 

Function Documentation

◆ propsDict()

IOdictionary propsDict ( IOobject("particleTrackProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED)  )

◆ cloudName()

◆ sampleFrequency()

label sampleFrequency ( propsDict.lookup< label >  "sampleFrequency")

◆ maxPositions()

label maxPositions ( propsDict.lookup< label >  "maxPositions")

◆ setFormat()

word setFormat ( propsDict.lookupOrDefault< word >  "setFormat", "vtk")