createControls.H File Reference
Include dependency graph for createControls.H:

Go to the source code of this file.

Functions

const word dictName ("particleTrackProperties")
 
IOdictionary propsDict (dictIO)
 
const word cloudName (propsDict.get< word >("cloud"))
 
label sampleFrequency (propsDict.get< label >("sampleFrequency"))
 
label maxPositions (propsDict.get< label >("maxPositions"))
 
label maxTracks (propsDict.getOrDefault< label >("maxTracks", -1))
 
word setFormat (propsDict.getOrDefault< word >("setFormat", "vtk"))
 
propsDict readIfPresent ("fields", acceptFields)
 
propsDict readIfPresent ("exclude", excludeFields)
 
const word UName (propsDict.getOrDefault< word >("U", "U"))
 
const dictionary formatOptions (propsDict.subOrEmptyDict("formatOptions", keyType::LITERAL))
 

Variables

wordRes acceptFields
 
wordRes excludeFields
 

Function Documentation

◆ dictName()

const word dictName ( "particleTrackProperties"  )

◆ propsDict()

IOdictionary propsDict ( dictIO  )

◆ cloudName()

◆ sampleFrequency()

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

◆ maxPositions()

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

◆ maxTracks()

label maxTracks ( propsDict.getOrDefault< label >  "maxTracks", -1)

◆ setFormat()

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

Referenced by particleDistribution::read(), regionSizeDistribution::read(), and streamLineBase::read().

Here is the caller graph for this function:

◆ readIfPresent() [1/2]

◆ readIfPresent() [2/2]

propsDict readIfPresent ( "exclude"  ,
excludeFields   
)

◆ UName()

const word UName ( propsDict.getOrDefault< word >  "U", "U")

Referenced by dynamicRefineFvMesh::mapFields(), dynamicRefineFvMesh::unrefine(), fanPressureFvPatchScalarField::updateCoeffs(), rotatingTotalPressureFvPatchScalarField::updateCoeffs(), and totalPressureFvPatchScalarField::updateCoeffs().

Here is the caller graph for this function:

◆ formatOptions()

const dictionary formatOptions ( propsDict.  subOrEmptyDict"formatOptions", keyType::LITERAL)

Referenced by sampledSurfaces::read(), VTKsurfaceFormat< Face >::write(), and VTPsurfaceFormat< Face >::write().

Here is the caller graph for this function:

Variable Documentation

◆ acceptFields

wordRes acceptFields

Definition at line 20 of file createControls.H.

◆ excludeFields

wordRes excludeFields

Definition at line 24 of file createControls.H.

Referenced by Cloud< ParcelType >::writeObject().