TUT: reduce the number of postProcessing files

This commit is contained in:
Kutalmis Bercin
2021-06-21 16:25:19 +01:00
committed by Sergio Ferraris
parent 57304aeaf6
commit 6eae29aa1d
62 changed files with 166 additions and 186 deletions

View File

@ -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
);
}
}