From a0bad5772e5abfcadb75478a457da65957befc76 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 22 Dec 2020 21:06:32 +0000 Subject: [PATCH] multiphaseEulerFoam: Removed unused granular temperature fields Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden - Rossendorf (HZDR) --- .../LES/bubbleColumn/0/Theta | 47 ------------------- .../LES/bubbleColumn/system/fvSolution | 2 +- .../RAS/Grossetete/system/fvSolution | 2 +- .../RAS/bubbleColumn/0/Theta | 47 ------------------- .../RAS/bubbleColumn/system/fvSolution | 2 +- .../system/fvSolution | 2 +- .../RAS/wallBoiling/system/fvSolution | 2 +- .../RAS/wallBoilingIATE/system/fvSolution | 2 +- .../wallBoilingPolydisperse/system/fvSolution | 2 +- .../system/fvSolution | 2 +- .../laminar/bubbleColumnIATE/0/Theta | 47 ------------------- .../laminar/mixerVessel2D/0/Theta | 44 ----------------- .../laminar/steamInjection/system/fvSolution | 2 +- 13 files changed, 9 insertions(+), 194 deletions(-) delete mode 100644 tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/0/Theta delete mode 100644 tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/0/Theta delete mode 100644 tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnIATE/0/Theta delete mode 100644 tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/Theta diff --git a/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/0/Theta b/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/0/Theta deleted file mode 100644 index 377979b988..0000000000 --- a/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/0/Theta +++ /dev/null @@ -1,47 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Theta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 0.0; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 1.0e-7; - } - - outlet - { - type inletOutlet; - inletValue uniform 1.0e-7; - value uniform 1.0e-7; - } - - walls - { - type zeroGradient; - } - - defaultFaces - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/system/fvSolution index abf36688cf..840a41e080 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/LES/bubbleColumn/system/fvSolution @@ -55,7 +55,7 @@ solvers minIter 1; } - "(k|epsilon|Theta).*" + "(k|epsilon).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/Grossetete/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/Grossetete/system/fvSolution index a623924ed7..80e729027e 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/Grossetete/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/Grossetete/system/fvSolution @@ -58,7 +58,7 @@ solvers maxIter 20; } - "(k|epsilon|omega|Theta).*" + "(k|epsilon|omega).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/0/Theta b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/0/Theta deleted file mode 100644 index 377979b988..0000000000 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/0/Theta +++ /dev/null @@ -1,47 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Theta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 0.0; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 1.0e-7; - } - - outlet - { - type inletOutlet; - inletValue uniform 1.0e-7; - value uniform 1.0e-7; - } - - walls - { - type zeroGradient; - } - - defaultFaces - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/system/fvSolution index 38e2c1349d..2d5a529ba3 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumn/system/fvSolution @@ -55,7 +55,7 @@ solvers minIter 1; } - "(k|epsilon|Theta).*" + "(k|epsilon).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/fvSolution index d4b41ad475..0ef748870f 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/bubbleColumnEvaporatingReacting/system/fvSolution @@ -55,7 +55,7 @@ solvers minIter 1; } - "(k|epsilon|Theta).*" + "(k|epsilon).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/fvSolution index 4518f06c1b..6a2f5149e8 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoiling/system/fvSolution @@ -67,7 +67,7 @@ solvers maxIter 20; } - "(k|epsilon|omega|Theta).*" + "(k|epsilon|omega).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution index 09d42ad38f..3047088703 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution @@ -67,7 +67,7 @@ solvers maxIter 20; } - "(k|epsilon|omega|Theta).*" + "(k|epsilon|omega).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/fvSolution index 35b9d74a5a..42df805126 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperse/system/fvSolution @@ -67,7 +67,7 @@ solvers maxIter 20; } - "(k|epsilon|omega|Theta).*" + "(k|epsilon|omega).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/fvSolution index 817bb0a940..74bcc50ddf 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/RAS/wallBoilingPolydisperseTwoGroups/system/fvSolution @@ -67,7 +67,7 @@ solvers maxIter 20; } - "(k|epsilon|omega|Theta).*" + "(k|epsilon|omega).*" { solver smoothSolver; smoother symGaussSeidel; diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnIATE/0/Theta b/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnIATE/0/Theta deleted file mode 100644 index 377979b988..0000000000 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/bubbleColumnIATE/0/Theta +++ /dev/null @@ -1,47 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Theta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 0.0; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 1.0e-7; - } - - outlet - { - type inletOutlet; - inletValue uniform 1.0e-7; - value uniform 1.0e-7; - } - - walls - { - type zeroGradient; - } - - defaultFaces - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/Theta b/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/Theta deleted file mode 100644 index e4be60b30c..0000000000 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVessel2D/0/Theta +++ /dev/null @@ -1,44 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - version 2.0; - format ascii; - class volScalarField; - object Theta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 2 -2 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - rotor - { - type zeroGradient; - } - - stator - { - type zeroGradient; - } - - front - { - type empty; - } - - back - { - type empty; - } -} - -// ************************************************************************* // diff --git a/tutorials/multiphase/multiphaseEulerFoam/laminar/steamInjection/system/fvSolution b/tutorials/multiphase/multiphaseEulerFoam/laminar/steamInjection/system/fvSolution index c87222e1e9..032a6a8ce5 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/laminar/steamInjection/system/fvSolution +++ b/tutorials/multiphase/multiphaseEulerFoam/laminar/steamInjection/system/fvSolution @@ -56,7 +56,7 @@ solvers maxIter 20; } - "(k|epsilon|Theta).*" + "(k|epsilon).*" { solver smoothSolver; smoother symGaussSeidel;