Loading...
Searching...
No Matches
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()

◆ cloudName()

const word cloudName ( propsDict.get< word > "cloud")

References propsDict().

Referenced by Relaxation< CloudType >::cacheFields(), Explicit< CloudType >::cacheFields(), Implicit< CloudType >::cacheFields(), Cloud< ParticleType >::Cloud(), Cloud< ParticleType >::Cloud(), Cloud< ParticleType >::Cloud(), cloud::cloud(), lagrangianFieldDecomposer::decomposeField(), lagrangianFieldDecomposer::decomposeFieldField(), lagrangianFieldDecomposer::decomposeFieldFields(), lagrangianFieldDecomposer::decomposeFields(), parLagrangianDistributor::distributeAllFields(), parLagrangianDistributor::distributeFieldFields(), parLagrangianDistributor::distributeFields(), parLagrangianDistributor::distributeLagrangianPositions(), ensightCase::expand_mask(), if(), if(), indexedParticleCloud::indexedParticleCloud(), indexedParticleCloud::indexedParticleCloud(), injectedParticleCloud::injectedParticleCloud(), injectedParticleCloud::injectedParticleCloud(), injectedParticleCloud::injectedParticleCloud(), KinematicCloud< Cloud< basicKinematicParcel > >::KinematicCloud(), lagrangianFieldDecomposer::lagrangianFieldDecomposer(), lagrangianWriter::lagrangianWriter(), lagrangianWriter::lagrangianWriter(), lagrangianWriter::lagrangianWriter(), Foam::MapLagrangianFields(), Foam::MapLagrangianFields(), Foam::MapLagrangianFields(), Foam::MapLagrangianFields(), ensightCase::newCloud(), ensightCase::newCloudData(), cloud::operator=(), indexedParticleCloud::operator=(), injectedParticleCloud::operator=(), passiveParticleCloud::operator=(), solidParticleCloud::operator=(), streamLineParticleCloud::operator=(), wallBoundedStreamLineParticleCloud::operator=(), passiveParticleCloud::passiveParticleCloud(), passiveParticleCloud::passiveParticleCloud(), passivePositionParticleCloud::passivePositionParticleCloud(), passivePositionParticleCloud::passivePositionParticleCloud(), cloudInfo::performAction(), dataCloud::read(), Foam::readLagrangian(), lagrangianReconstructor::reconstructAllFields(), lagrangianReconstructor::reconstructField(), lagrangianReconstructor::reconstructFieldField(), lagrangianReconstructor::reconstructFieldFields(), lagrangianReconstructor::reconstructFields(), lagrangianReconstructor::reconstructFields(), Foam::reconstructLagrangian(), lagrangianReconstructor::reconstructPositions(), cloudScatter::sigmaEff(), solidParticleCloud::solidParticleCloud(), streamLineParticleCloud::streamLineParticleCloud(), streamLineParticleCloud::streamLineParticleCloud(), unmappedPassivePositionParticleCloud::unmappedPassivePositionParticleCloud(), unmappedPassivePositionParticleCloud::unmappedPassivePositionParticleCloud(), wallBoundedStreamLineParticleCloud::wallBoundedStreamLineParticleCloud(), wallBoundedStreamLineParticleCloud::wallBoundedStreamLineParticleCloud(), ensightCase::write(), dataCloud::write(), and Foam::ensightOutput::writeCloudPositions().

Here is the call graph for this function:

◆ sampleFrequency()

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

References propsDict().

Here is the call graph for this function:

◆ maxPositions()

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

References propsDict().

Referenced by particleTracksSampler::setSampleRate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ maxTracks()

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

References propsDict().

Referenced by particleTracksSampler::setSampleRate().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setFormat()

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

References propsDict().

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readIfPresent() [1/2]

◆ readIfPresent() [2/2]

propsDict readIfPresent ( "exclude" ,
excludeFields  )

References excludeFields, and propsDict().

Here is the call graph for this function:

◆ UName()

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

◆ formatOptions()

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

References propsDict().

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

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ acceptFields

wordRes acceptFields

Definition at line 20 of file createControls.H.

Referenced by readIfPresent().

◆ excludeFields

wordRes excludeFields

Definition at line 24 of file createControls.H.

Referenced by Cloud< ParticleType >::readFromFiles(), and readIfPresent().