From 9abe97bb7ba8ce08a169340ce05b8d5e8a492c9e Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Mon, 26 Nov 2018 14:31:30 +0000 Subject: [PATCH] TUT: Updated location of gravity file. See #1094 --- .../constant/{topAir => }/g | 0 .../externalSolarLoad/constant/{air => }/g | 0 .../constant}/g | 0 .../multiRegionHeater/constant/topAir/g | 1 - .../reverseBurner/constant/{gas => }/g | 0 .../constant/bottomAir/g | 20 ----------------- .../constant}/g | 0 .../snappyMultiRegionHeater/constant/topAir/g | 1 - .../constant/{cabin => }/g | 0 .../windshieldDefrost/constant/exterior/g | 22 ------------------- .../windshieldDefrost/constant/{cabin => }/g | 0 .../windshieldDefrost/constant/ice/g | 22 ------------------- 12 files changed, 66 deletions(-) rename tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/{topAir => }/g (100%) rename tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/constant/{air => }/g (100%) rename tutorials/heatTransfer/chtMultiRegionFoam/{externalCoupledHeater/constant/bottomWater => multiRegionHeater/constant}/g (100%) delete mode 120000 tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/g rename tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/constant/{gas => }/g (100%) delete mode 100644 tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/g rename tutorials/heatTransfer/chtMultiRegionFoam/{multiRegionHeater/constant/bottomWater => snappyMultiRegionHeater/constant}/g (100%) delete mode 120000 tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/g rename tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/{cabin => }/g (100%) delete mode 100644 tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/exterior/g rename tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/{cabin => }/g (100%) delete mode 100644 tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/ice/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/topAir/g b/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/topAir/g rename to tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/constant/air/g b/tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/constant/air/g rename to tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/bottomWater/g b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/externalCoupledHeater/constant/bottomWater/g rename to tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/g b/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/g deleted file mode 120000 index fea37570067..00000000000 --- a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/topAir/g +++ /dev/null @@ -1 +0,0 @@ -../bottomWater/g \ No newline at end of file diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/constant/gas/g b/tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/constant/gas/g rename to tutorials/heatTransfer/chtMultiRegionFoam/reverseBurner/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/g b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/g deleted file mode 100644 index dda4a9c6d02..00000000000 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/bottomAir/g +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1806 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class uniformDimensionedVectorField; - object g; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -2 0 0 0 0]; -value (0 -9.81 0); - -// ************************************************************************* // diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomWater/g b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/bottomWater/g rename to tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/g b/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/g deleted file mode 120000 index fe0384ff08b..00000000000 --- a/tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/g +++ /dev/null @@ -1 +0,0 @@ -../bottomAir/g \ No newline at end of file diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/cabin/g b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/cabin/g rename to tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/exterior/g b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/exterior/g deleted file mode 100644 index 5e1730e07ed..00000000000 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/exterior/g +++ /dev/null @@ -1,22 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1806 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class uniformDimensionedVectorField; - location "constant"; - object g; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -2 0 0 0 0]; -value ( 0 -9.81 0 ); - - -// ************************************************************************* // diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/cabin/g b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/g similarity index 100% rename from tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/cabin/g rename to tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/g diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/ice/g b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/ice/g deleted file mode 100644 index 5e1730e07ed..00000000000 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldDefrost/constant/ice/g +++ /dev/null @@ -1,22 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ -| ========= | | -| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: v1806 | -| \\ / A nd | Web: www.OpenFOAM.com | -| \\/ M anipulation | | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class uniformDimensionedVectorField; - location "constant"; - object g; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -2 0 0 0 0]; -value ( 0 -9.81 0 ); - - -// ************************************************************************* // -- GitLab