From 1ec66cb4d4829167c8fbd72d85242fa2f07a8a8c Mon Sep 17 00:00:00 2001 From: henry <Henry Weller h.weller@opencfd.co.uk> Date: Thu, 11 Jun 2009 16:03:18 +0100 Subject: [PATCH] Added for new turbulence models. --- .../angledDuctImplicit/0/alphat | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat new file mode 100644 index 00000000000..dc2104f83c5 --- /dev/null +++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/0/alphat @@ -0,0 +1,57 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object alphat; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [1 -1 -1 0 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + front + { + type compressible::alphatWallFunction; + value uniform 0; + } + back + { + type compressible::alphatWallFunction; + value uniform 0; + } + wall + { + type compressible::alphatWallFunction; + value uniform 0; + } + porosityWall + { + type compressible::alphatWallFunction; + value uniform 0; + } + inlet + { + type calculated; + value uniform 0; + } + outlet + { + type calculated; + value uniform 0; + } +} + + +// ************************************************************************* // -- GitLab