From 49864ba7d7470a793742a08e97182a303117047d Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 24 Jun 2019 12:29:19 +0200 Subject: [PATCH] TUT: generalize scripts for turbulentInflow --- .../turbulentInflow/0.orig/{U.DFSEM => U} | 5 +- .../turbulentInflow/0.orig/U.digitalFilter | 61 ----------------- .../0.orig/U.reducedDigitalFilter | 61 ----------------- .../turbulentInflow/0.orig/inlet.DFSEM/U | 25 +++++++ .../0.orig/inlet.digitalFilter/U | 27 ++++++++ .../0.orig/inlet.reducedDigitalFilter/U | 27 ++++++++ .../turbulentInflow/Allclean | 9 +-- .../turbulentInflow/Allrun | 51 +++++++------- .../turbulentInflow/Allrun-parallel | 56 ++++++++-------- .../turbulentInflow/createGraphs | 67 +++++++++++++++++++ .../turbulentInflow/plot.cell | 26 ------- .../turbulentInflow/plot.patch | 26 ------- .../turbulentInflow/system/controlDict | 55 ++------------- .../turbulentInflow/system/decomposeParDict | 2 +- .../turbulentInflow/system/sampling | 67 +++++++++++++++++++ 15 files changed, 277 insertions(+), 288 deletions(-) rename tutorials/verificationAndValidation/turbulentInflow/0.orig/{U.DFSEM => U} (91%) delete mode 100644 tutorials/verificationAndValidation/turbulentInflow/0.orig/U.digitalFilter delete mode 100644 tutorials/verificationAndValidation/turbulentInflow/0.orig/U.reducedDigitalFilter create mode 100644 tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.DFSEM/U create mode 100644 tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.digitalFilter/U create mode 100644 tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.reducedDigitalFilter/U create mode 100755 tutorials/verificationAndValidation/turbulentInflow/createGraphs delete mode 100755 tutorials/verificationAndValidation/turbulentInflow/plot.cell delete mode 100755 tutorials/verificationAndValidation/turbulentInflow/plot.patch create mode 100644 tutorials/verificationAndValidation/turbulentInflow/system/sampling diff --git a/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.DFSEM b/tutorials/verificationAndValidation/turbulentInflow/0.orig/U similarity index 91% rename from tutorials/verificationAndValidation/turbulentInflow/0.orig/U.DFSEM rename to tutorials/verificationAndValidation/turbulentInflow/0.orig/U index e3b5a0ad38..f7079db8c0 100644 --- a/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.DFSEM +++ b/tutorials/verificationAndValidation/turbulentInflow/0.orig/U @@ -41,12 +41,9 @@ boundaryField } inlet { - type turbulentDFSEMInlet; - delta 2; - nCellPerEddy 1; - mapMethod nearestCell; value uniform (0 0 0); } + #include "inlet/U" outlet { type inletOutlet; diff --git a/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.digitalFilter b/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.digitalFilter deleted file mode 100644 index 876710fae8..0000000000 --- a/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.digitalFilter +++ /dev/null @@ -1,61 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - bottomWall - { - type fixedValue; - value uniform (0 0 0); - } - topWall - { - type fixedValue; - value uniform (0 0 0); - } - sides_half0 - { - type cyclic; - } - sides_half1 - { - type cyclic; - } - inlet - { - type turbulentDigitalFilterInlet; - variant digitalFilter; - planeDivisions ( 64 70 ); - L ( 0.78035508 0.31085352 0.342261 0.1728125 0.171875 - 0.22459375 0.172787596 0.171889998 0.224578995 ); - patchNormalSpeed 20.133; - value uniform (0 0 0); - } - outlet - { - type inletOutlet; - inletValue uniform (0 0 0); - value uniform (0 0 0); - } -} - - -// ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.reducedDigitalFilter b/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.reducedDigitalFilter deleted file mode 100644 index e2a00e5816..0000000000 --- a/tutorials/verificationAndValidation/turbulentInflow/0.orig/U.reducedDigitalFilter +++ /dev/null @@ -1,61 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1906 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - bottomWall - { - type fixedValue; - value uniform (0 0 0); - } - topWall - { - type fixedValue; - value uniform (0 0 0); - } - sides_half0 - { - type cyclic; - } - sides_half1 - { - type cyclic; - } - inlet - { - type turbulentDigitalFilterInlet; - variant reducedDigitalFilter; - planeDivisions ( 64 70 ); - L ( 0.78035508 0.31085352 0.342261 0.1728125 0.171875 - 0.22459375 0.172787596 0.171889998 0.224578995 ); - patchNormalSpeed 20.133; - value uniform (0 0 0); - } - outlet - { - type inletOutlet; - inletValue uniform (0 0 0); - value uniform (0 0 0); - } -} - - -// ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.DFSEM/U b/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.DFSEM/U new file mode 100644 index 0000000000..8bedc93e03 --- /dev/null +++ b/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.DFSEM/U @@ -0,0 +1,25 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1906 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volVectorField; + object U; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +inlet +{ + type turbulentDFSEMInlet; + delta 2; + nCellPerEddy 1; + mapMethod nearestCell; +} + +// ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.digitalFilter/U b/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.digitalFilter/U new file mode 100644 index 0000000000..bc40a2e469 --- /dev/null +++ b/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.digitalFilter/U @@ -0,0 +1,27 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1906 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volVectorField; + object U; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +inlet +{ + type turbulentDigitalFilterInlet; + variant digitalFilter; + planeDivisions ( 64 70 ); + L ( 0.78035508 0.31085352 0.342261 0.1728125 0.171875 + 0.22459375 0.172787596 0.171889998 0.224578995 ); + patchNormalSpeed 20.133; +} + +// ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.reducedDigitalFilter/U b/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.reducedDigitalFilter/U new file mode 100644 index 0000000000..1832a318fd --- /dev/null +++ b/tutorials/verificationAndValidation/turbulentInflow/0.orig/inlet.reducedDigitalFilter/U @@ -0,0 +1,27 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1906 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volVectorField; + object U; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +inlet +{ + type turbulentDigitalFilterInlet; + variant reducedDigitalFilter; + planeDivisions ( 64 70 ); + L ( 0.78035508 0.31085352 0.342261 0.1728125 0.171875 + 0.22459375 0.172787596 0.171889998 0.224578995 ); + patchNormalSpeed 20.133; +} + +// ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/Allclean b/tutorials/verificationAndValidation/turbulentInflow/Allclean index de07eb05c4..8f13d677ae 100755 --- a/tutorials/verificationAndValidation/turbulentInflow/Allclean +++ b/tutorials/verificationAndValidation/turbulentInflow/Allclean @@ -1,8 +1,9 @@ #!/bin/sh - -cd ${0%/*} || exit 1 # run from this directory - +cd ${0%/*} || exit 1 # Run from this directory . $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions cleanCase0 -\rm -rf results +\rm -rf constant/boundaryData/inlet 2>/dev/null +\rm -rf results 2>/dev/null + +#------------------------------------------------------------------------------ diff --git a/tutorials/verificationAndValidation/turbulentInflow/Allrun b/tutorials/verificationAndValidation/turbulentInflow/Allrun index 1ba4a4e189..ca52beb8cf 100755 --- a/tutorials/verificationAndValidation/turbulentInflow/Allrun +++ b/tutorials/verificationAndValidation/turbulentInflow/Allrun @@ -1,34 +1,33 @@ #!/bin/sh - -cd ${0%/*} || exit 1 # run from this directory - -. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions +cd ${0%/*} || exit 1 # Run from this directory +. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions . $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions -# Compute test case with different synthetic inflow models -declare -a Models=( - "reducedDigitalFilter" - "digitalFilter" - "DFSEM" -) +# Test with different synthetic inflow models +modelTypes="reducedDigitalFilter digitalFilter DFSEM" -# Collect data in 'results' directory -[ -d "results" ] || mkdir results -restore0Dir runApplication blockMesh +restore0Dir -# Compute and collect data -for val in ${Models[@]}; do - echo "Running the case with the model: $val" - \cp 0/U.$val 0/U - \rm -rf constant/boundaryData/inlet - \cp -r constant/boundaryData/inlet.$val constant/boundaryData/inlet - runApplication pimpleFoam - gnuplot plot.patch - gnuplot plot.cell - mv postProcessing results/postProcessing.$val - mv stress* results/postProcessing.$val/. - mv log* results/postProcessing.$val/. - cleanTimeDirectories +# Compute (serial) and collect data +for modelType in $modelTypes +do + echo + echo "Running with model: $modelType" + (cd 0 && ln -sf "inlet.$modelType" inlet) + (cd constant/boundaryData && ln -sf "inlet.$modelType" inlet) + + runApplication -s "$modelType" pimpleFoam + ./createGraphs + + # Collect data in 'results' directory + results="results/$modelType" + echo "Placing summary in $results" + mkdir -p "$results" + mv -f log.* *.png postProcessing "$results" 2>/dev/null + + cleanTimeDirectories + \rm -rf processor* >/dev/null 2>&1 done +#------------------------------------------------------------------------------ diff --git a/tutorials/verificationAndValidation/turbulentInflow/Allrun-parallel b/tutorials/verificationAndValidation/turbulentInflow/Allrun-parallel index c759ba8950..172333c612 100755 --- a/tutorials/verificationAndValidation/turbulentInflow/Allrun-parallel +++ b/tutorials/verificationAndValidation/turbulentInflow/Allrun-parallel @@ -1,36 +1,34 @@ #!/bin/sh - -cd ${0%/*} || exit 1 # run from this directory - -. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions +cd ${0%/*} || exit 1 # Run from this directory +. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions . $WM_PROJECT_DIR/bin/tools/CleanFunctions # Tutorial clean functions -# Compute test case with different synthetic inflow models -declare -a Models=( - "reducedDigitalFilter" - "digitalFilter" - "DFSEM" -) +# Test with different synthetic inflow models +modelTypes="reducedDigitalFilter digitalFilter DFSEM" -# Collect data in 'results' directory -[ -d "results" ] || mkdir results -restore0Dir runApplication blockMesh +restore0Dir -# Compute parallel and collect data -for val in ${Models[@]}; do - echo "Running the case with the model: $val" - \rm -f 0/U* - \cp 0.orig/U.$val 0/U - \rm -rf constant/boundaryData/inlet - \cp -r constant/boundaryData/inlet.$val constant/boundaryData/inlet - runApplication decomposePar - runParallel pimpleFoam - gnuplot plot.patch - gnuplot plot.cell - mv postProcessing results/postProcessing.$val - mv stress* results/postProcessing.$val/. - mv log* results/postProcessing.$val/. - cleanTimeDirectories - \rm -rf processor* > /dev/null 2>&1 +# Compute (parallel) and collect data +for modelType in $modelTypes +do + echo + echo "Running with model: $modelType" + (cd 0 && ln -sf "inlet.$modelType" inlet) + (cd constant/boundaryData && ln -sf "inlet.$modelType" inlet) + + runApplication -s "$modelType" decomposePar + runParallel -s "$modelType" pimpleFoam + ./createGraphs + + # Collect data in 'results' directory + results="results/$modelType" + echo "Placing summary in $results" + mkdir -p "$results" + mv -f log.* *.png postProcessing "$results" 2>/dev/null + + cleanTimeDirectories + \rm -rf processor* >/dev/null 2>&1 done + +#------------------------------------------------------------------------------ diff --git a/tutorials/verificationAndValidation/turbulentInflow/createGraphs b/tutorials/verificationAndValidation/turbulentInflow/createGraphs new file mode 100755 index 0000000000..8f73316de2 --- /dev/null +++ b/tutorials/verificationAndValidation/turbulentInflow/createGraphs @@ -0,0 +1,67 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # Run from this directory + +# Require gnuplot +command -v gnuplot >/dev/null 2>&1 || { + echo "gnuplot not found - skipping graph creation" 1>&2 + exit 1 +} + + +# The latestTime in postProcessing/inletSampling +timeDir=$(foamListTimes -case postProcessing/inletSampling -latestTime 2>/dev/null) + +[ -n "$timeDir" ] || { + echo "No postProcessing/inletSampling found - skipping graph creation" 1>&2 + exit 2 +} + +timeDir="postProcessing/inletSampling/$timeDir" + +echo "Creating graphs" + +gnuplot<" + +set offset .05, .05 +set style data linespoints + +set grid +set linetype 1 lc rgb 'black' lw 2 +set linetype 2 lc rgb 'red' lw 2 +set linetype 3 lc rgb 'blue' lw 2 +set linetype 4 lc rgb 'green' lw 2 +set linetype 5 lc rgb 'black' pi -8 pt 4 ps 1.5 +set linetype 6 lc rgb 'red' pi -8 pt 4 ps 1.5 +set linetype 7 lc rgb 'blue' pi -8 pt 4 ps 1.5 +set linetype 8 lc rgb 'green' pi -8 pt 4 ps 1.5 + + +set title "Stress in cell" +input = "$timeDir/inletCell_UPrime2Mean.xy" +set output 'stress-cell.png' +plot \ + input u 1:2 w lines t "" lt 1, \ + input u 1:5 w lines t "" lt 2, \ + input u 1:7 w lines t "" lt 3, \ + input u 1:3 w lines t "" lt 4 + + +set title "Stress on patch" +input = "$timeDir/inletPatch_UPrime2Mean.xy" +set output 'stress-patch.png' +plot \ + input u 1:2 w lines t "" lt 1, \ + input u 1:5 w lines t "" lt 2, \ + input u 1:7 w lines t "" lt 3, \ + input u 1:3 w lines t "" lt 4 + +GNUPLOT + +#------------------------------------------------------------------------------ diff --git a/tutorials/verificationAndValidation/turbulentInflow/plot.cell b/tutorials/verificationAndValidation/turbulentInflow/plot.cell deleted file mode 100755 index d5d6a716a5..0000000000 --- a/tutorials/verificationAndValidation/turbulentInflow/plot.cell +++ /dev/null @@ -1,26 +0,0 @@ -set terminal png size 1000,800 enhanced font "Helvetica,24" -set output 'stress-cell.png' - -set xrange [0:1] -set yrange [-1:8] -set xlabel "Channel height" -set ylabel "" - -set offset .05, .05 -set style data linespoints - -set grid -set linetype 1 lc rgb 'black' lw 2 -set linetype 2 lc rgb 'red' lw 2 -set linetype 3 lc rgb 'blue' lw 2 -set linetype 4 lc rgb 'green' lw 2 -set linetype 5 lc rgb 'black' pi -8 pt 4 ps 1.5 -set linetype 6 lc rgb 'red' pi -8 pt 4 ps 1.5 -set linetype 7 lc rgb 'blue' pi -8 pt 4 ps 1.5 -set linetype 8 lc rgb 'green' pi -8 pt 4 ps 1.5 - -plot \ - "postProcessing/inletSampling/85/inletCell_UPrime2Mean.xy" u 1:2 w lines t "" lt 1, \ - "postProcessing/inletSampling/85/inletCell_UPrime2Mean.xy" u 1:5 w lines t "" lt 2, \ - "postProcessing/inletSampling/85/inletCell_UPrime2Mean.xy" u 1:7 w lines t "" lt 3, \ - "postProcessing/inletSampling/85/inletCell_UPrime2Mean.xy" u 1:3 w lines t "" lt 4 diff --git a/tutorials/verificationAndValidation/turbulentInflow/plot.patch b/tutorials/verificationAndValidation/turbulentInflow/plot.patch deleted file mode 100755 index e209ae43e3..0000000000 --- a/tutorials/verificationAndValidation/turbulentInflow/plot.patch +++ /dev/null @@ -1,26 +0,0 @@ -set terminal png size 1000,800 enhanced font "Helvetica,24" -set output 'stress-patch.png' - -set xrange [0:1] -set yrange [-1:8] -set xlabel "Channel height" -set ylabel "" - -set offset .05, .05 -set style data linespoints - -set grid -set linetype 1 lc rgb 'black' lw 2 -set linetype 2 lc rgb 'red' lw 2 -set linetype 3 lc rgb 'blue' lw 2 -set linetype 4 lc rgb 'green' lw 2 -set linetype 5 lc rgb 'black' pi -8 pt 4 ps 1.5 -set linetype 6 lc rgb 'red' pi -8 pt 4 ps 1.5 -set linetype 7 lc rgb 'blue' pi -8 pt 4 ps 1.5 -set linetype 8 lc rgb 'green' pi -8 pt 4 ps 1.5 - -plot \ - "postProcessing/inletSampling/85/inletPatch_UPrime2Mean.xy" u 1:2 w lines t "" lt 1, \ - "postProcessing/inletSampling/85/inletPatch_UPrime2Mean.xy" u 1:5 w lines t "" lt 2, \ - "postProcessing/inletSampling/85/inletPatch_UPrime2Mean.xy" u 1:7 w lines t "" lt 3, \ - "postProcessing/inletSampling/85/inletPatch_UPrime2Mean.xy" u 1:3 w lines t "" lt 4 diff --git a/tutorials/verificationAndValidation/turbulentInflow/system/controlDict b/tutorials/verificationAndValidation/turbulentInflow/system/controlDict index 498fc8b9f9..c807a9dabd 100644 --- a/tutorials/verificationAndValidation/turbulentInflow/system/controlDict +++ b/tutorials/verificationAndValidation/turbulentInflow/system/controlDict @@ -45,59 +45,14 @@ timePrecision 8; runTimeModifiable false; -adjustTimeStep false; +adjustTimeStep false; + +// Allow 10% run-up before calculating mean +timeStart #calc #{ 0.1 * ${/endTime} #}; functions { - fieldAverage1 - { - type fieldAverage; - libs ("libfieldFunctionObjects.so"); - enabled true; - writeControl writeTime; - timeStart 8.5; - restartOnRestart false; - fields - ( - U - { - mean on; - prime2Mean on; - base time; - } - ); - } - - inletSampling - { - type sets; - libs ("libsampling.so"); - enabled true; - writeControl writeTime; - timeStart 8.5; - restartOnRestart false; - interpolationScheme cellPoint; - setFormat raw; - fields (UPrime2Mean); - - sets - ( - inletPatch - { - type face; - axis y; - start (0.0 0 1.57); - end (0.0 2 1.57); - } - inletCell - { - type face; - axis y; - start (0.062832 0 1.57); - end (0.062832 2 1.57); - } - ); - } + #include "sampling" } // ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/system/decomposeParDict b/tutorials/verificationAndValidation/turbulentInflow/system/decomposeParDict index 58f3c532be..acac6ac758 100644 --- a/tutorials/verificationAndValidation/turbulentInflow/system/decomposeParDict +++ b/tutorials/verificationAndValidation/turbulentInflow/system/decomposeParDict @@ -17,6 +17,6 @@ FoamFile numberOfSubdomains 6; -method scotch; +method scotch; // ************************************************************************* // diff --git a/tutorials/verificationAndValidation/turbulentInflow/system/sampling b/tutorials/verificationAndValidation/turbulentInflow/system/sampling new file mode 100644 index 0000000000..b9c93aa1dc --- /dev/null +++ b/tutorials/verificationAndValidation/turbulentInflow/system/sampling @@ -0,0 +1,67 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1906 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object sampling; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +fieldAverage1 +{ + type fieldAverage; + libs ("libfieldFunctionObjects.so"); + writeControl writeTime; + timeStart ${/timeStart}; + + fields + ( + U + { + mean on; + prime2Mean on; + base time; + } + ); +} + + +inletSampling +{ + type sets; + libs ("libsampling.so"); + writeControl writeTime; + timeStart ${/timeStart}; + + interpolationScheme cellPoint; + setFormat raw; + fields (UPrime2Mean); + + sets + ( + inletPatch + { + type face; + axis y; + start (0.0 0 1.57); + end (0.0 2 1.57); + } + inletCell + { + type face; + axis y; + start (0.062832 0 1.57); + end (0.062832 2 1.57); + } + ); +} + +// ************************************************************************* //