diff --git a/tutorials/modules/incompressibleFluid/channel395/system/postChannelDict b/tutorials/modules/incompressibleFluid/channel395/system/postChannelDict deleted file mode 100644 index b8f2b1bf94..0000000000 --- a/tutorials/modules/incompressibleFluid/channel395/system/postChannelDict +++ /dev/null @@ -1,28 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object postChannelDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -// Seed patches to start layering from -patches ( bottomWall ); - -// Direction in which the layers are -component y; - -// Is the mesh symmetric? If so average(symmetric fields) or -// subtract(asymmetric) contributions from both halves -symmetric true; - - -// ************************************************************************* //