mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: reduce the number of postProcessing files
This commit is contained in:
committed by
Sergio Ferraris
parent
57304aeaf6
commit
6eae29aa1d
@ -55,11 +55,10 @@ functions
|
||||
|
||||
minMax
|
||||
{
|
||||
type fieldMinMax;
|
||||
libs (fieldFunctionObjects);
|
||||
|
||||
writeControl writeTime;
|
||||
type fieldMinMax;
|
||||
libs (fieldFunctionObjects);
|
||||
fields (U);
|
||||
writeControl writeTime;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
|
||||
sampleIso
|
||||
{
|
||||
type surfaces;
|
||||
libs (sampling);
|
||||
|
||||
writeControl writeTime;
|
||||
type surfaces;
|
||||
libs (sampling);
|
||||
surfaceFormat vtk;
|
||||
writeControl writeTime;
|
||||
fields (U k epsilon nut);
|
||||
|
||||
surfaces
|
||||
|
||||
@ -10,7 +10,7 @@ _sampler
|
||||
libs (sampling);
|
||||
setFormat raw;
|
||||
interpolationScheme cell;
|
||||
writeControl writeTime;
|
||||
writeControl onEnd;
|
||||
enabled false;
|
||||
|
||||
sets
|
||||
|
||||
@ -2,11 +2,10 @@
|
||||
|
||||
samplePlanes
|
||||
{
|
||||
type surfaces;
|
||||
libs (sampling);
|
||||
|
||||
writeControl writeTime;
|
||||
type surfaces;
|
||||
libs (sampling);
|
||||
surfaceFormat vtk;
|
||||
writeControl writeTime;
|
||||
fields (U k epsilon nut);
|
||||
|
||||
surfaces
|
||||
|
||||
Reference in New Issue
Block a user