Interrogates and manipulates dictionaries. More...
Go to the source code of this file.
Interrogates and manipulates dictionaries.
Original source file foamDictionary.C
Supports parallel operation for decomposed dictionary files associated with a case. These may be mesh or field files or any other decomposed dictionaries.
-entry
#include
and #includeIfPresent
files to standard outputfoamDictionary system/controlDict -entry stopAt -set writeNow
foamDictionary system/fvSolution -entry solvers/p/solver -set PCG
foamDictionary 0/U -entry boundaryField/movingWall/type
foamDictionary 0/U -entry boundaryField/movingWall/value \ -set "uniform (2 0 0)"
mpirun -np 4 foamDictionary 0.5/U \ -entry boundaryField/movingWall/value \ -set "uniform (2 0 0)" -parallel
foamDictionary 0/U -entry boundaryField/movingWall \ -set "{type uniformFixedValue; uniformValue (2 0 0);}"
foamDictionary 0/U -diff $FOAM_ETC/templates/closedVolume/0/U
foamDictionary 0/U -diff $FOAM_ETC/templates/closedVolume/0/U \ -entry boundaryField
foamDictionary constant/polyMesh/boundary \ -entry entry0/fixedWalls/type -set patchThis uses special parsing of Lists which stores these in the dictionary with keyword 'entryDDD' where DDD is the position in the dictionary (after ignoring the FoamFile entry).
foamDictionary system/controlDict -set "startTime=2000, endTime=3000"
Definition in file foamDictionary.C.