From 4a5172706f6b8d14fba3d0e8b966ec499f1c4f68 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 6 Dec 2012 09:34:45 +0000 Subject: [PATCH] STYLE: iglooWithFridges: extraneous field --- .../iglooWithFridges/0/alphat | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/alphat diff --git a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/alphat b/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/alphat deleted file mode 100644 index aefa32d852..0000000000 --- a/tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/0/alphat +++ /dev/null @@ -1,53 +0,0 @@ -/*--------------------------------*- 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 -{ - //- Set patchGroups for constraint patches - #include "${WM_PROJECT_DIR}/etc/caseDicts/setConstraintTypes" - - ground - { - type alphatWallFunction; - value uniform 0; - } - - igloo_region0 - { - type alphatWallFunction; - value uniform 0; - } - - twoFridgeFreezers_seal_0 - { - type alphatWallFunction; - value uniform 0; - } - - twoFridgeFreezers_herring_1 - { - type alphatWallFunction; - value uniform 0; - } -} - - -// ************************************************************************* //