From f1a57dde9c2a033e0bd4391729eb7b2038795204 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 6 Apr 2023 09:27:53 +0100 Subject: [PATCH] tutorials/modules/incompressibleFluid/channel395/system/postChannelDict: Removed The postChannel utility has been replaced by the more flexible layerAverage functionObject. --- .../channel395/system/postChannelDict | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 tutorials/modules/incompressibleFluid/channel395/system/postChannelDict 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; - - -// ************************************************************************* //