mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: Changed options 'outputControl' -> 'writeControl' and 'outputInterval' -> 'writeInterval'
for consistency with the time controls in controlDict and to avoid unnecessary confusion. All code and tutorials have been updated. The old names 'outputControl' and 'outputInterval' are but supported for backward compatibility but deprecated.
This commit is contained in:
@ -58,7 +58,7 @@ functions
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
log yes;
|
||||
valueOutput no;
|
||||
source patch;
|
||||
|
||||
@ -53,7 +53,7 @@ functions
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
log yes;
|
||||
valueOutput no;
|
||||
source patch;
|
||||
|
||||
@ -53,7 +53,7 @@ functions
|
||||
type faceSource;
|
||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
||||
enabled yes;
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
log yes;
|
||||
valueOutput no;
|
||||
source patch;
|
||||
|
||||
Reference in New Issue
Block a user