From 7ee02116b3fb970eecd0481911fad4a33f6dbecc Mon Sep 17 00:00:00 2001 From: henry Date: Fri, 27 Jun 2008 16:45:00 +0100 Subject: [PATCH] Remove unnecessary R files --- tutorials/buoyantFoam/hotRoom/0/R | 39 ------------------------- tutorials/buoyantSimpleFoam/hotRoom/0/R | 39 ------------------------- 2 files changed, 78 deletions(-) delete mode 100644 tutorials/buoyantFoam/hotRoom/0/R delete mode 100644 tutorials/buoyantSimpleFoam/hotRoom/0/R diff --git a/tutorials/buoyantFoam/hotRoom/0/R b/tutorials/buoyantFoam/hotRoom/0/R deleted file mode 100644 index 497fafd279..0000000000 --- a/tutorials/buoyantFoam/hotRoom/0/R +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volSymmTensorField; - object R; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform (0 0 0 0 0 0); - -boundaryField -{ - floor - { - type zeroGradient; - } - - ceiling - { - type zeroGradient; - } - - fixedWalls - { - type zeroGradient; - } -} - -// ************************************************************************* // diff --git a/tutorials/buoyantSimpleFoam/hotRoom/0/R b/tutorials/buoyantSimpleFoam/hotRoom/0/R deleted file mode 100644 index 0c5efc0097..0000000000 --- a/tutorials/buoyantSimpleFoam/hotRoom/0/R +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volSymmTensorField; - object R; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 -2 -2 0 0 0 0]; - -internalField uniform (0 0 0 0 0 0); - -boundaryField -{ - floor - { - type zeroGradient; - } - - ceiling - { - type zeroGradient; - } - - fixedWalls - { - type zeroGradient; - } -} - -// ************************************************************************* //