TUT: reorganise the scripts and dicts in turbulentInflow

This commit is contained in:
Kutalmis Bercin
2019-11-14 10:09:36 +00:00
committed by Andrew Heather
parent 87250cb770
commit 80681eeb2b
16 changed files with 231 additions and 187 deletions

View File

@ -15,25 +15,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
fieldAverage1
{
type fieldAverage;
libs (fieldFunctionObjects);
writeControl writeTime;
timeStart $/timeStart;
fields
(
U
{
mean on;
prime2Mean on;
base time;
}
);
}
inletSampling
{
type sets;
@ -56,7 +37,7 @@ inletSampling
}
inletCell
{
type face;
type midPoint;
axis y;
start (0.062832 0 1.57);
end (0.062832 2 1.57);