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

@ -86,4 +86,5 @@ mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -53,7 +52,6 @@ maxAlphaCo 0.5;
maxDeltaT 0.5;
functions
{
line
@ -61,8 +59,7 @@ functions
type sets;
libs (sampling);
enabled true;
writeControl writeTime;
writeInterval 1;
writeControl onEnd;
interpolationScheme cellPoint;
setFormat raw;
@ -108,7 +105,6 @@ functions
end ( 7.5 0.005 1.0 );
nPoints 1001;
}
line6
{
type uniform;

View File

@ -23,4 +23,5 @@ coeffs
n (2 1 1);
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //