Standardized the naming of functions which control the writing of fields etc.

to have the prefix 'write' rather than 'output'

So outputTime() -> writeTime()

but 'outputTime()' is still supported for backward-compatibility.

Also removed the redundant secondary-writing functionality from Time
which has been superseded by the 'writeRegisteredObject' functionObject.
This commit is contained in:
Henry Weller
2016-05-12 17:38:01 +01:00
parent 71290b4d9e
commit 758dfc2c1f
133 changed files with 390 additions and 570 deletions

View File

@ -58,7 +58,7 @@ functions
enabled true;
// When to output the average fields
writeControl outputTime;
writeControl writeTime;
// Fields to be averaged - runTime modifiable
fields

View File

@ -28,7 +28,7 @@ functions
enabled true;
// When to output the average fields
writeControl outputTime;
writeControl writeTime;
// Fields to be transformed - runTime modifiable
fields

View File

@ -52,7 +52,7 @@ functions
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
writeControl outputTime;
writeControl writeTime;
// Output to log&file (true) or to file only
log true;
@ -93,7 +93,7 @@ functions
type faceSource;
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
writeControl outputTime;
writeControl writeTime;
log true;
valueOutput true;
source faceZone;
@ -111,7 +111,7 @@ functions
type cellSource;
functionObjectLibs ("libfieldFunctionObjects.so");
enabled true;
writeControl outputTime;
writeControl writeTime;
log true;
valueOutput true;
source cellZone;

View File

@ -54,7 +54,7 @@ functions
type nearWallFields;
// Output every
writeControl outputTime; //timeStep;
writeControl writeTime; //timeStep;
//writeInterval 5;
// Fields to be sampled. Per field original name and mapped field to

View File

@ -28,7 +28,7 @@ functions
enabled true;
// When to output the average fields
writeControl outputTime;
writeControl writeTime;
}
}

View File

@ -54,7 +54,7 @@ functions
functionObjectLibs ("libfieldFunctionObjects.so");
// Output every
writeControl outputTime;
writeControl writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot, raw etc. See sampleDict.

View File

@ -63,7 +63,7 @@ functions
type nearWallFields;
// Output every
writeControl outputTime;
writeControl writeTime;
//writeInterval 1;
// Fields to be sampled. Per field original name and mapped field to
@ -86,7 +86,7 @@ functions
type wallBoundedStreamLine;
// Output every
writeControl timeStep; //outputTime;
writeControl timeStep; //writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot; //xmgr; //raw; //jplot;