mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjects: Completed transformation of 'source' to vol/surfaceRegion
This commit is contained in:
@ -21,8 +21,8 @@ functions
|
||||
type readFields;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
|
||||
fields
|
||||
(
|
||||
@ -35,12 +35,12 @@ functions
|
||||
type surfaceRegion;
|
||||
libs ("libfieldFunctionObjects.so");
|
||||
enabled true;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
writeControl timeStep;
|
||||
writeInterval 1;
|
||||
log true;
|
||||
writeFields true;
|
||||
source faceZone;
|
||||
name f0;
|
||||
regionType faceZone;
|
||||
name f0;
|
||||
operation areaAverage;
|
||||
|
||||
fields
|
||||
|
||||
Reference in New Issue
Block a user