Interrogates and manipulates dictionaries. More...
Go to the source code of this file.
Interrogates and manipulates dictionaries.
Original source file foamDictionary.C
#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)" 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 patch This 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). Definition in file foamDictionary.C.
1.8.13