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
@ -52,7 +52,6 @@ maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
|
||||
|
||||
functions
|
||||
{
|
||||
line
|
||||
@ -60,11 +59,18 @@ functions
|
||||
type sets;
|
||||
libs (sampling);
|
||||
enabled true;
|
||||
writeControl writeTime;
|
||||
writeInterval 1;
|
||||
writeControl onEnd;
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
fixedLocations false;
|
||||
|
||||
fields
|
||||
(
|
||||
U
|
||||
alpha.water
|
||||
);
|
||||
|
||||
sets
|
||||
(
|
||||
line1
|
||||
@ -107,7 +113,6 @@ functions
|
||||
end ( 7.5 0.005 1.0 );
|
||||
nPoints 1001;
|
||||
}
|
||||
|
||||
line6
|
||||
{
|
||||
type uniform;
|
||||
@ -149,12 +154,6 @@ functions
|
||||
nPoints 1001;
|
||||
}
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
fields
|
||||
(
|
||||
U alpha.water
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user