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:
@ -17,7 +17,7 @@ FoamFile
|
||||
type streamLine;
|
||||
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
|
||||
setFormat vtk;
|
||||
UName U;
|
||||
|
||||
@ -18,7 +18,7 @@ type surfaces;
|
||||
functionObjectLibs ("libsampling.so");
|
||||
|
||||
enabled true;
|
||||
outputControl outputTime;
|
||||
writeControl outputTime;
|
||||
|
||||
surfaceFormat vtk;
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
Reference in New Issue
Block a user