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.get< word >("cloud"))
 
const label sampleFrequency (propsDict.get< label >("sampleFrequency"))
 
const label maxPositions (propsDict.get< label >("maxPositions"))
 
const word setFormat (propsDict.getOrDefault< word >("setFormat", "vtk"))
 

Function Documentation

◆ propsDict()

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

Referenced by directionalPressureGradientExplicitSource::directionalPressureGradientExplicitSource(), meanVelocityForce::meanVelocityForce(), fieldAverage::writeAveragingProperties(), meanVelocityForce::writeProps(), and streamLineBase::writeToFile().

Here is the caller graph for this function:

◆ cloudName()

◆ sampleFrequency()

const label sampleFrequency ( propsDict.get< label >  "sampleFrequency")

◆ maxPositions()

const label maxPositions ( propsDict.get< label >  "maxPositions")

◆ setFormat()

const word setFormat ( propsDict.getOrDefault< word >  "setFormat", "vtk")