General input
Dictionary keyword entries including the text "Name" have been shortened, e.g. pName
becomes p
, phiName
becomes phi
etc.
Function objects
- keywords:
outputControl
renamedwriteControl
- library locations:
functionObjectLibs
renamedlibs
-
faceSource
renamedsurfaceFieldValue
-
cellSource
renamedvolFieldValue
-
pressureTools
renamedpressure
-
createTurbulenceFields
renamedturbulenceFields
-
Peclet
renamedPecletNo
Utilities
-
foamCalc
andfoamExecFlowFunctionObjects
absorbed into the newpostProcess
utility. More details in v1612-utility-postProcess. - many utilities converted into function objects
- the input format for the
changeDictionary
utility has been simplified. In earlier releases the input followed, e.g.:
dictionaryReplacement
{
U
{
internalField uniform (1 0 0);
}
}
The new syntax removes the outer dictionary level, i.e.
U
{
internalField uniform (1 0 0);
}
Deprecated utilities
-
expandDictionary
becomesfoamDictionary -expand
-
foamDebugSwitches
becomesfoamDictionary/foamList -debug
-
foamInfoExec
becomesfoamDictionary
-
secondaryWrite
behaviour can be recovered using function object time controls -
execFlowFunctionObjects
becomespostProcess