mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: 'valueOutput' -> 'writeFields'
This commit is contained in:
@ -12,7 +12,7 @@ libs ("libfieldFunctionObjects.so");
|
|||||||
writeControl timeStep;
|
writeControl timeStep;
|
||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
|
|
||||||
valueOutput false;
|
writeFields false;
|
||||||
log false;
|
log false;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -12,7 +12,7 @@ libs ("libfieldFunctionObjects.so");
|
|||||||
writeControl timeStep;
|
writeControl timeStep;
|
||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
|
|
||||||
valueOutput false;
|
writeFields false;
|
||||||
log false;
|
log false;
|
||||||
|
|
||||||
source all;
|
source all;
|
||||||
|
|||||||
@ -12,7 +12,7 @@ libs ("libfieldFunctionObjects.so");
|
|||||||
writeControl timeStep;
|
writeControl timeStep;
|
||||||
writeInterval 1;
|
writeInterval 1;
|
||||||
|
|
||||||
valueOutput false;
|
writeFields false;
|
||||||
log false;
|
log false;
|
||||||
|
|
||||||
source all;
|
source all;
|
||||||
|
|||||||
Reference in New Issue
Block a user