From f6cd566b9133e72506182e78bb0aa10a08a0704b Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 2 May 2023 18:43:38 +0100 Subject: [PATCH] tutorials: Removed old surfaceFilm tutorial cases Replaced by new versions updated for the new film solver module located in the tutorials/modules/multiRegion/film directory. --- .../modules/compressibleVoF/cylinder/0/T | 42 ----- .../modules/compressibleVoF/cylinder/0/U | 41 ----- .../compressibleVoF/cylinder/0/alpha.liquid | 39 ----- .../modules/compressibleVoF/cylinder/0/p | 42 ----- .../modules/compressibleVoF/cylinder/0/p_rgh | 40 ----- .../compressibleVoF/cylinder/0/wallFilm/T | 50 ------ .../compressibleVoF/cylinder/0/wallFilm/U | 50 ------ .../compressibleVoF/cylinder/0/wallFilm/delta | 50 ------ .../modules/compressibleVoF/cylinder/Allclean | 9 - .../modules/compressibleVoF/cylinder/Allrun | 15 -- .../cylinder/constant/cloudProperties | 133 --------------- .../cylinder/constant/fvModels | 34 ---- .../compressibleVoF/cylinder/constant/g | 21 --- .../cylinder/constant/momentumTransport | 20 --- .../constant/parcelInjectionProperties | 24 --- .../cylinder/constant/phaseProperties | 21 --- .../cylinder/constant/physicalProperties.air | 59 ------- .../constant/physicalProperties.liquid | 31 ---- .../cylinder/constant/speciesThermo | 72 -------- .../cylinder/constant/surfaceFilmProperties | 76 --------- .../constant/wallFilm/physicalProperties | 31 ---- .../cylinder/system/blockMeshDict | 143 ---------------- .../cylinder/system/controlDict | 56 ------- .../cylinder/system/decomposeParDict | 47 ------ .../cylinder/system/extrudeToRegionMeshDict | 33 ---- .../compressibleVoF/cylinder/system/fvSchemes | 58 ------- .../cylinder/system/fvSolution | 89 ---------- .../cylinder/system/wallFilm/fvSchemes | 49 ------ .../cylinder/system/wallFilm/fvSolution | 55 ------- .../multicomponentFluid/cylinder/0/H2O | 44 ----- .../modules/multicomponentFluid/cylinder/0/N2 | 44 ----- .../modules/multicomponentFluid/cylinder/0/O2 | 44 ----- .../modules/multicomponentFluid/cylinder/0/T | 45 ----- .../modules/multicomponentFluid/cylinder/0/U | 43 ----- .../modules/multicomponentFluid/cylinder/0/p | 44 ----- .../multicomponentFluid/cylinder/0/p_rgh | 42 ----- .../multicomponentFluid/cylinder/0/wallFilm/T | 37 ----- .../multicomponentFluid/cylinder/0/wallFilm/U | 47 ------ .../cylinder/0/wallFilm/delta | 37 ----- .../multicomponentFluid/cylinder/Allclean | 11 -- .../multicomponentFluid/cylinder/Allrun | 14 -- .../cylinder/Allrun-parallel | 20 --- .../cylinder/constant/cloudProperties | 131 --------------- .../cylinder/constant/fvModels | 29 ---- .../multicomponentFluid/cylinder/constant/g | 21 --- .../cylinder/constant/momentumTransport | 20 --- .../constant/parcelInjectionProperties | 24 --- .../cylinder/constant/physicalProperties | 41 ----- .../cylinder/constant/speciesThermo | 72 -------- .../cylinder/constant/surfaceFilmProperties | 60 ------- .../constant/wallFilm/physicalProperties | 31 ---- .../cylinder/system/blockMeshDict | 143 ---------------- .../cylinder/system/controlDict | 56 ------- .../cylinder/system/decomposeParDict | 22 --- .../cylinder/system/extrudeToRegionMeshDict | 33 ---- .../cylinder/system/fvSchemes | 58 ------- .../cylinder/system/fvSolution | 99 ----------- .../cylinder/system/wallFilm/fvSchemes | 49 ------ .../cylinder/system/wallFilm/fvSolution | 53 ------ .../multicomponentFluid/rivuletPanel/0/H2O | 49 ------ .../multicomponentFluid/rivuletPanel/0/N2 | 49 ------ .../multicomponentFluid/rivuletPanel/0/O2 | 49 ------ .../multicomponentFluid/rivuletPanel/0/T | 50 ------ .../multicomponentFluid/rivuletPanel/0/U | 47 ------ .../multicomponentFluid/rivuletPanel/0/p | 48 ------ .../multicomponentFluid/rivuletPanel/0/p_rgh | 46 ------ .../rivuletPanel/0/wallFilm/T | 51 ------ .../rivuletPanel/0/wallFilm/U | 51 ------ .../rivuletPanel/0/wallFilm/delta | 51 ------ .../multicomponentFluid/rivuletPanel/Allclean | 11 -- .../multicomponentFluid/rivuletPanel/Allrun | 13 -- .../rivuletPanel/constant/fvModels | 23 --- .../rivuletPanel/constant/g | 21 --- .../rivuletPanel/constant/momentumTransport | 20 --- .../rivuletPanel/constant/physicalProperties | 41 ----- .../rivuletPanel/constant/speciesThermo | 72 -------- .../constant/surfaceFilmProperties | 77 --------- .../constant/wallFilm/physicalProperties | 31 ---- .../rivuletPanel/system/blockMeshDict | 98 ----------- .../rivuletPanel/system/controlDict | 56 ------- .../rivuletPanel/system/decomposeParDict | 47 ------ .../system/extrudeToRegionMeshDict | 33 ---- .../rivuletPanel/system/fvSchemes | 58 ------- .../rivuletPanel/system/fvSolution | 95 ----------- .../rivuletPanel/system/wallFilm/fvSchemes | 49 ------ .../rivuletPanel/system/wallFilm/fvSolution | 53 ------ .../multicomponentFluid/splashPanel/0/H2O | 39 ----- .../multicomponentFluid/splashPanel/0/N2 | 39 ----- .../multicomponentFluid/splashPanel/0/O2 | 39 ----- .../multicomponentFluid/splashPanel/0/T | 39 ----- .../multicomponentFluid/splashPanel/0/U | 38 ----- .../multicomponentFluid/splashPanel/0/p | 38 ----- .../multicomponentFluid/splashPanel/0/p_rgh | 37 ----- .../splashPanel/0/wallFilm/T | 37 ----- .../splashPanel/0/wallFilm/U | 37 ----- .../splashPanel/0/wallFilm/delta | 37 ----- .../multicomponentFluid/splashPanel/Allclean | 11 -- .../multicomponentFluid/splashPanel/Allrun | 13 -- .../splashPanel/constant/cloudProperties | 155 ------------------ .../splashPanel/constant/fvModels | 29 ---- .../splashPanel/constant/g | 21 --- .../splashPanel/constant/momentumTransport | 20 --- .../constant/parcelInjectionProperties | 22 --- .../splashPanel/constant/physicalProperties | 41 ----- .../splashPanel/constant/speciesThermo | 72 -------- .../constant/surfaceFilmProperties | 59 ------- .../constant/wallFilm/physicalProperties | 31 ---- .../splashPanel/system/blockMeshDict | 68 -------- .../splashPanel/system/controlDict | 56 ------- .../splashPanel/system/decomposeParDict | 47 ------ .../system/extrudeToRegionMeshDict | 33 ---- .../splashPanel/system/fvSchemes | 58 ------- .../splashPanel/system/fvSolution | 91 ---------- .../splashPanel/system/wallFilm/fvSchemes | 49 ------ .../splashPanel/system/wallFilm/fvSolution | 52 ------ 115 files changed, 5441 deletions(-) delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/T delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/U delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/alpha.liquid delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/p delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/p_rgh delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/wallFilm/T delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/wallFilm/U delete mode 100644 tutorials/modules/compressibleVoF/cylinder/0/wallFilm/delta delete mode 100755 tutorials/modules/compressibleVoF/cylinder/Allclean delete mode 100755 tutorials/modules/compressibleVoF/cylinder/Allrun delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/cloudProperties delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/fvModels delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/g delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/momentumTransport delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/parcelInjectionProperties delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/phaseProperties delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.air delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.liquid delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/speciesThermo delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/surfaceFilmProperties delete mode 100644 tutorials/modules/compressibleVoF/cylinder/constant/wallFilm/physicalProperties delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/blockMeshDict delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/controlDict delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/decomposeParDict delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/extrudeToRegionMeshDict delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/fvSchemes delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/fvSolution delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSchemes delete mode 100644 tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSolution delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/H2O delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/N2 delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/O2 delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/T delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/U delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/p delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/p_rgh delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/T delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/U delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/delta delete mode 100755 tutorials/modules/multicomponentFluid/cylinder/Allclean delete mode 100755 tutorials/modules/multicomponentFluid/cylinder/Allrun delete mode 100755 tutorials/modules/multicomponentFluid/cylinder/Allrun-parallel delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/fvModels delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/g delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/momentumTransport delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/parcelInjectionProperties delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/physicalProperties delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/speciesThermo delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/surfaceFilmProperties delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/constant/wallFilm/physicalProperties delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/blockMeshDict delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/controlDict delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/decomposeParDict delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/extrudeToRegionMeshDict delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/fvSchemes delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/fvSolution delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSchemes delete mode 100644 tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSolution delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/H2O delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/N2 delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/O2 delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/T delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/U delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/p delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/p_rgh delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/T delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/U delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/delta delete mode 100755 tutorials/modules/multicomponentFluid/rivuletPanel/Allclean delete mode 100755 tutorials/modules/multicomponentFluid/rivuletPanel/Allrun delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/fvModels delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/g delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/momentumTransport delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/physicalProperties delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/speciesThermo delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/surfaceFilmProperties delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/constant/wallFilm/physicalProperties delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/blockMeshDict delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/controlDict delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/decomposeParDict delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/extrudeToRegionMeshDict delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSchemes delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSolution delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSchemes delete mode 100644 tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSolution delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/H2O delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/N2 delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/O2 delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/T delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/U delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/p delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/p_rgh delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/T delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/U delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/delta delete mode 100755 tutorials/modules/multicomponentFluid/splashPanel/Allclean delete mode 100755 tutorials/modules/multicomponentFluid/splashPanel/Allrun delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/cloudProperties delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/fvModels delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/g delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/momentumTransport delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/parcelInjectionProperties delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/physicalProperties delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/speciesThermo delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/surfaceFilmProperties delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/constant/wallFilm/physicalProperties delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/blockMeshDict delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/controlDict delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/decomposeParDict delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/extrudeToRegionMeshDict delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/fvSchemes delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/fvSolution delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSchemes delete mode 100644 tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSolution diff --git a/tutorials/modules/compressibleVoF/cylinder/0/T b/tutorials/modules/compressibleVoF/cylinder/0/T deleted file mode 100644 index 57e7bc784b..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/T +++ /dev/null @@ -1,42 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - "(sides|frontAndBack)" - { - type fixedValue; - value uniform 300; - } - - top - { - type inletOutlet; - inletValue $internalField; - } - - "region0_to_wallFilm_.*" - { - type fixedValue; - value uniform 300; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/U b/tutorials/modules/compressibleVoF/cylinder/0/U deleted file mode 100644 index 1cdc7fdd91..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/U +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - "(sides|frontAndBack)" - { - type noSlip; - } - - top - { - type pressureInletOutletVelocity; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/alpha.liquid b/tutorials/modules/compressibleVoF/cylinder/0/alpha.liquid deleted file mode 100644 index 21f21e329a..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/alpha.liquid +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object alpha.liquid; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - "(sides|frontAndBack)" - { - type zeroGradient; - } - - top - { - type zeroGradient; - } - - "region0_to_wallFilm_.*" - { - type zeroGradient; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/p b/tutorials/modules/compressibleVoF/cylinder/0/p deleted file mode 100644 index bd285fe182..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/p +++ /dev/null @@ -1,42 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 100000; - -boundaryField -{ - "(sides|frontAndBack)" - { - type calculated; - value $internalField; - } - - top - { - type calculated; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type calculated; - value $internalField; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/p_rgh b/tutorials/modules/compressibleVoF/cylinder/0/p_rgh deleted file mode 100644 index 0c765ff95b..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/p_rgh +++ /dev/null @@ -1,40 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p_rgh; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 100000; - -boundaryField -{ - "(sides|frontAndBack)" - { - type fixedFluxPressure; - } - - top - { - type prghTotalPressure; - p0 $internalField; - } - - "region0_to_wallFilm_.*" - { - type fixedFluxPressure; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/T b/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/T deleted file mode 100644 index eaf9ab9b88..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/T +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - ".*_top" - { - type zeroGradient; - } - - "wallFilm_to_region0_.*" - { - type zeroGradient; - } - - sides - { - type zeroGradient; - } - - top - { - type zeroGradient; - } - - frontAndBack - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/U b/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/U deleted file mode 100644 index 60987925fc..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/U +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volVectorField; - location "0/wallFilm"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - ".*_top" - { - type slip; - } - - "wallFilm_to_region0_.*" - { - type noSlip; - } - - sides - { - type noSlip; - } - - top - { - type noSlip; - } - - frontAndBack - { - type slip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/delta b/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/delta deleted file mode 100644 index 74fd09d98a..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/0/wallFilm/delta +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object delta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - ".*_top" - { - type zeroGradient; - } - - "wallFilm_to_region0_.*" - { - type zeroGradient; - } - - sides - { - type zeroGradient; - } - - top - { - type zeroGradient; - } - - frontAndBack - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/Allclean b/tutorials/modules/compressibleVoF/cylinder/Allclean deleted file mode 100755 index 9089c9d67c..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/Allclean +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanVoFCase && rm -rf constant/wallFilm/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/compressibleVoF/cylinder/Allrun b/tutorials/modules/compressibleVoF/cylinder/Allrun deleted file mode 100755 index b75ea95514..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/Allrun +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial run functions -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -runApplication blockMesh -runApplication extrudeToRegionMesh -overwrite - -runApplication $(getApplication) - -paraFoam -touch -paraFoam -touch -region wallFilm - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/cloudProperties b/tutorials/modules/compressibleVoF/cylinder/constant/cloudProperties deleted file mode 100644 index 5493826b3e..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/cloudProperties +++ /dev/null @@ -1,133 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object cloudProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -type thermoCloud; - -libs ("libparcelSurfaceFilmModels.so"); - -solution -{ - coupled no; - transient yes; - cellValueSourceCorrection no; - maxCo 0.3; - - sourceTerms - { - schemes - { - rho explicit 1; - U explicit 1; - Yi explicit 1; - h explicit 1; - radiation explicit 1; - } - } - - interpolationSchemes - { - rho.air cell; - U cellPoint; - mu.air cell; - T.air cell; - Cp.air cell; - kappa.air cell; - p cell; - } - - integrationSchemes - { - U Euler; - T analytical; - } -} - -constantProperties -{ - rho0 1000; - T0 300; - Cp0 4187; - - constantVolume false; -} - -subModels -{ - particleForces - { - sphereDrag; - gravity; - } - - injectionModels - { - model1 - { - type thermoLookupTableInjection; - massTotal 100; - parcelBasisType mass; - SOI 0; - inputFile "parcelInjectionProperties"; - duration 20.0; - parcelsPerSecond 100; - randomise true; - } - } - - dispersionModel none; - - patchInteractionModel standardWallInteraction; - - heatTransferModel none; - - compositionModel singlePhaseMixture; - - phaseChangeModel none; - - stochasticCollisionModel none; - - surfaceFilmModel thermoSurfaceFilm; - - radiation off; - - standardWallInteractionCoeffs - { - type rebound; - } - - singlePhaseMixtureCoeffs - { - phases - ( - liquid - { - H2O 1; - } - ); - } - - thermoSurfaceFilmCoeffs - { - interactionType absorb; - } -} - - -cloudFunctions -{} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/fvModels b/tutorials/modules/compressibleVoF/cylinder/constant/fvModels deleted file mode 100644 index 9e38f36b19..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/fvModels +++ /dev/null @@ -1,34 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object fvModels; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -VoFClouds -{ - type VoFClouds; - - libs ("libVoFClouds.so"); - - phase liquid; - carrierPhase air; -} - -VoFSurfaceFilm -{ - type VoFSurfaceFilm; - - libs ("libVoFSurfaceFilm.so"); -} - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/g b/tutorials/modules/compressibleVoF/cylinder/constant/g deleted file mode 100644 index 770a56192e..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/g +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - 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/modules/compressibleVoF/cylinder/constant/momentumTransport b/tutorials/modules/compressibleVoF/cylinder/constant/momentumTransport deleted file mode 100644 index 8278c989ec..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/momentumTransport +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object momentumTransport; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType laminar; - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/parcelInjectionProperties b/tutorials/modules/compressibleVoF/cylinder/constant/parcelInjectionProperties deleted file mode 100644 index fd69f7dab2..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/parcelInjectionProperties +++ /dev/null @@ -1,24 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object scalarListList; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -// (x y z) (u v w) d rho mDot T Cp (Y0..Y2) -( - (0 1.95 -0.2) (0 -5 0) 0.001 1000 0.002 300 4200 - (0 1.95 0) (0 -5 0) 0.001 1000 0.002 300 4200 - (0 1.95 0.2) (0 -5 0) 0.001 1000 0.002 300 4200 -); - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/phaseProperties b/tutorials/modules/compressibleVoF/cylinder/constant/phaseProperties deleted file mode 100644 index d039745bae..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/phaseProperties +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -phases (liquid air); - -sigma 0.0309; - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.air b/tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.air deleted file mode 100644 index 112079fd49..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.air +++ /dev/null @@ -1,59 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture pureMixture; - transport const; - thermo hConst; - equationOfState rhoConst; - specie specie; - energy sensibleInternalEnergy; -} - -mixture -{ - specie - { - molWeight 28.9; - } - equationOfState - { - rho 1.2; - } - thermodynamics - { - Cp 1007; - Hf 0; - } - transport - { - mu 1.84e-05; - Pr 0.7; - } -} - -solids -{ -}; - -liquids -{ - H2O; -}; - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.liquid b/tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.liquid deleted file mode 100644 index 33ee248244..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/physicalProperties.liquid +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture pureMixture; - properties liquid; - energy sensibleInternalEnergy; -} - -mixture -{ - H2O; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/speciesThermo b/tutorials/modules/compressibleVoF/cylinder/constant/speciesThermo deleted file mode 100644 index 1c990e67a4..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/speciesThermo +++ /dev/null @@ -1,72 +0,0 @@ -species -( - O2 - H2O - N2 -); - -O2 -{ - specie - { - molWeight 31.9988; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 ); - lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -H2O -{ - specie - { - molWeight 18.0153; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 ); - lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -N2 -{ - specie - { - molWeight 28.0134; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 ); - lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/surfaceFilmProperties b/tutorials/modules/compressibleVoF/cylinder/constant/surfaceFilmProperties deleted file mode 100644 index bc514da505..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/surfaceFilmProperties +++ /dev/null @@ -1,76 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object SurfaceFilmProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -regionName wallFilm; - -phase liquid; - -viscosity -{ - model Newtonian; -} - -sigma 0.07; - -deltaWet 1e-4; - -hydrophilic no; - -transfer -{ - VoFPatchTransfer - { - deltaFactorToVoF 0.2; - alphaToVoF 0.2; - - deltaFactorToFilm 0; - alphaToFilm 0; - - transferRateCoeff 0.1; - } -} - -momentumTransport -{ - model laminar; - Cf 0.005; -} - -forces -{ - thermocapillary; -} - -upperSurfaceModels -{ - heatTransfer - { - model constant; - c0 1e-8; - } -} - -lowerSurfaceModels -{ - heatTransfer - { - model constant; - c0 1e-8; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/constant/wallFilm/physicalProperties b/tutorials/modules/compressibleVoF/cylinder/constant/wallFilm/physicalProperties deleted file mode 100644 index 33ee248244..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/constant/wallFilm/physicalProperties +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture pureMixture; - properties liquid; - energy sensibleInternalEnergy; -} - -mixture -{ - H2O; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/blockMeshDict b/tutorials/modules/compressibleVoF/cylinder/system/blockMeshDict deleted file mode 100644 index f5c743f7ba..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/blockMeshDict +++ /dev/null @@ -1,143 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( - (0.5 0 -0.5) - (1 0 -0.5) - (2 0 -0.5) - (2 0.707107 -0.5) - (0.707107 0.707107 -0.5) - (0.353553 0.353553 -0.5) - (2 2 -0.5) - (0.707107 2 -0.5) - (0 2 -0.5) - (0 1 -0.5) - (0 0.5 -0.5) - (-0.5 0 -0.5) - (-1 0 -0.5) - (-2 0 -0.5) - (-2 0.707107 -0.5) - (-0.707107 0.707107 -0.5) - (-0.353553 0.353553 -0.5) - (-2 2 -0.5) - (-0.707107 2 -0.5) - (0.5 0 0.5) - (1 0 0.5) - (2 0 0.5) - (2 0.707107 0.5) - (0.707107 0.707107 0.5) - (0.353553 0.353553 0.5) - (2 2 0.5) - (0.707107 2 0.5) - (0 2 0.5) - (0 1 0.5) - (0 0.5 0.5) - (-0.5 0 0.5) - (-1 0 0.5) - (-2 0 0.5) - (-2 0.707107 0.5) - (-0.707107 0.707107 0.5) - (-0.353553 0.353553 0.5) - (-2 2 0.5) - (-0.707107 2 0.5) -); - -blocks -( - hex (5 4 9 10 24 23 28 29) (10 10 11) simpleGrading (1 1 1) - hex (0 1 4 5 19 20 23 24) (10 10 11) simpleGrading (1 1 1) - hex (1 2 3 4 20 21 22 23) (20 10 11) simpleGrading (1 1 1) - hex (4 3 6 7 23 22 25 26) (20 20 11) simpleGrading (1 1 1) - hex (9 4 7 8 28 23 26 27) (10 20 11) simpleGrading (1 1 1) - hex (15 16 10 9 34 35 29 28) (10 10 11) simpleGrading (1 1 1) - hex (12 11 16 15 31 30 35 34) (10 10 11) simpleGrading (1 1 1) - hex (13 12 15 14 32 31 34 33) (20 10 11) simpleGrading (1 1 1) - hex (14 15 18 17 33 34 37 36) (20 20 11) simpleGrading (1 1 1) - hex (15 9 8 18 34 28 27 37) (10 20 11) simpleGrading (1 1 1) -); - -edges -( - arc 0 5 (0.469846 0.17101 -0.5) - arc 5 10 (0.17101 0.469846 -0.5) - arc 1 4 (0.939693 0.34202 -0.5) - arc 4 9 (0.34202 0.939693 -0.5) - arc 19 24 (0.469846 0.17101 0.5) - arc 24 29 (0.17101 0.469846 0.5) - arc 20 23 (0.939693 0.34202 0.5) - arc 23 28 (0.34202 0.939693 0.5) - arc 11 16 (-0.469846 0.17101 -0.5) - arc 16 10 (-0.17101 0.469846 -0.5) - arc 12 15 (-0.939693 0.34202 -0.5) - arc 15 9 (-0.34202 0.939693 -0.5) - arc 30 35 (-0.469846 0.17101 0.5) - arc 35 29 (-0.17101 0.469846 0.5) - arc 31 34 (-0.939693 0.34202 0.5) - arc 34 28 (-0.34202 0.939693 0.5) -); - -defaultPatch -{ - name frontAndBack; - type wall; -} - -boundary -( - walls - { - type wall; - faces - ( - (0 1 20 19) - (1 2 21 20) - (12 11 30 31) - (13 12 31 32) - - (5 0 19 24) - (10 5 24 29) - (16 10 29 35) - (11 16 35 30) - ); - } - sides - { - type patch; - faces - ( - (2 3 22 21) - (3 6 25 22) - (14 13 32 33) - (17 14 33 36) - ); - } - top - { - type patch; - faces - ( - (6 7 26 25) - (7 8 27 26) - (8 18 37 27) - (18 17 36 37) - ); - } -); - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/controlDict b/tutorials/modules/compressibleVoF/cylinder/system/controlDict deleted file mode 100644 index 418d8c5541..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/controlDict +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application foamRun; - -solver compressibleVoF; - -startFrom startTime; - -startTime 0; - -stopAt endTime; - -endTime 20; - -deltaT 1e-02; - -writeControl adjustableRunTime; - -writeInterval 0.2; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 10; - -writeCompression off; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -adjustTimeStep yes; - -maxCo 0.3; -maxAlphaCo 1; - -maxDeltaT 1; - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/decomposeParDict b/tutorials/modules/compressibleVoF/cylinder/system/decomposeParDict deleted file mode 100644 index 7e0bc7832d..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/decomposeParDict +++ /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 -{ - format ascii; - class dictionary; - location "system"; - object decomposeParDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -numberOfSubdomains 4; - -method metis; - -simpleCoeffs -{ - n (2 2 1); -} - -hierarchicalCoeffs -{ - n (1 1 1); - order xyz; -} - -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - -manualCoeffs -{ - dataFile ""; -} - -distributed no; - -roots ( ); - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/extrudeToRegionMeshDict b/tutorials/modules/compressibleVoF/cylinder/system/extrudeToRegionMeshDict deleted file mode 100644 index 2bfe70ed3c..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/extrudeToRegionMeshDict +++ /dev/null @@ -1,33 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object extrudeToRegionMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -region wallFilm; - -patches (walls); - -extrudeModel linearNormal; - -nLayers 1; - -expansionRatio 1; - -adaptMesh yes; // apply mapped to both regions - -linearNormalCoeffs -{ - thickness 0.01; -} - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/fvSchemes b/tutorials/modules/compressibleVoF/cylinder/system/fvSchemes deleted file mode 100644 index 76856d7176..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/fvSchemes +++ /dev/null @@ -1,58 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - div(phi,alpha) Gauss interfaceCompression vanLeer 1; - - div(rhoPhi,U) Gauss linearUpwindV grad(U); - - div(alphaRhoPhi,e) Gauss linearUpwind grad(e); - div(alphaRhoPhi,T) Gauss upwind; - - div(phi,p) Gauss upwind; - div(rhoPhi,K) Gauss upwind; - - div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/fvSolution b/tutorials/modules/compressibleVoF/cylinder/system/fvSolution deleted file mode 100644 index 6373124736..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/fvSolution +++ /dev/null @@ -1,89 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "alpha.liquid.*" - { - nAlphaCorr 2; - nAlphaSubCycles 1; - - MULESCorr yes; - nLimiterIter 5; - - solver smoothSolver; - smoother symGaussSeidel; - tolerance 1e-8; - relTol 0; - } - - "pcorr.*" - { - solver PCG; - preconditioner DIC; - tolerance 1e-5; - relTol 0; - } - - p_rgh - { - solver PCG; - preconditioner DIC; - tolerance 1e-9; - relTol 0.05; - } - - p_rghFinal - { - $p_rgh; - relTol 0; - } - - "U.*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-6; - relTol 0; - } - - "(T|k|B|nuTilda|sigma).*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-8; - relTol 0; - } -} - -PIMPLE -{ - momentumPredictor no; - nOuterCorrectors 1; - nCorrectors 2; - nNonOrthogonalCorrectors 0; -} - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSchemes b/tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSchemes deleted file mode 100644 index 3c4eca56ea..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSchemes +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - default none; - - div(phid,alpha) Gauss upwind; - div(phi,U) Gauss upwind; - div(phi,e) Gauss upwind; - - div(nHat) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear uncorrected; -} - -snGradSchemes -{ - default uncorrected; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSolution b/tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSolution deleted file mode 100644 index f22989bd68..0000000000 --- a/tutorials/modules/compressibleVoF/cylinder/system/wallFilm/fvSolution +++ /dev/null @@ -1,55 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "alpha.*" - { - solver smoothSolver; - smoother symGaussSeidel; - tolerance 1e-10; - relTol 0; - } - - "(U|e).*" - { - solver smoothSolver; - smoother symGaussSeidel; - tolerance 1e-10; - relTol 0; - maxIter 5; - } -} - -PIMPLE -{ - momentumPredictor yes; - nOuterCorrectors 1; - nCorrectors 1; - nNonOrthogonalCorrectors 0; -} - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - -maxCo 0.2; - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/H2O b/tutorials/modules/multicomponentFluid/cylinder/0/H2O deleted file mode 100644 index 0b80049bb9..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/H2O +++ /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 -{ - format ascii; - class volScalarField; - location "0"; - object H2O; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type zeroGradient; - } - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/N2 b/tutorials/modules/multicomponentFluid/cylinder/0/N2 deleted file mode 100644 index 75b6e72f82..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/N2 +++ /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 -{ - format ascii; - class volScalarField; - location "0"; - object N2; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.77; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type zeroGradient; - } - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/O2 b/tutorials/modules/multicomponentFluid/cylinder/0/O2 deleted file mode 100644 index 95dbea25fa..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/O2 +++ /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 -{ - format ascii; - class volScalarField; - location "0"; - object O2; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.23; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type zeroGradient; - } - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/T b/tutorials/modules/multicomponentFluid/cylinder/0/T deleted file mode 100644 index ba05fa5a53..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/T +++ /dev/null @@ -1,45 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type fixedValue; - value $internalField; - } - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type fixedValue; - value $internalField; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/U b/tutorials/modules/multicomponentFluid/cylinder/0/U deleted file mode 100644 index d84e45bf61..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/U +++ /dev/null @@ -1,43 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type noSlip; - } - - top - { - type pressureInletOutletVelocity; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/p b/tutorials/modules/multicomponentFluid/cylinder/0/p deleted file mode 100644 index ca100728ec..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/p +++ /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 -{ - format ascii; - class volScalarField; - location "0"; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 1e5; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type calculated; - value $internalField; - } - - top - { - type calculated; - value $internalField; - } - - "region0_to_wallFilm_.*" - { - type calculated; - value $internalField; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/p_rgh b/tutorials/modules/multicomponentFluid/cylinder/0/p_rgh deleted file mode 100644 index 340b37c821..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/p_rgh +++ /dev/null @@ -1,42 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p_rgh; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 1e5; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack)" - { - type fixedFluxPressure; - } - - top - { - type prghTotalPressure; - p0 $internalField; - } - - "region0_to_wallFilm_.*" - { - type fixedFluxPressure; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/T b/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/T deleted file mode 100644 index 8de58edd3e..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/T +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack|walls_top)" - { - type zeroGradient; - } - - "wallFilm_to_region0_.*" - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/U b/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/U deleted file mode 100644 index 9e7bbd2447..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/U +++ /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 -{ - format ascii; - class volVectorField; - location "0/wallFilm"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - walls_top - { - type slip; - } - - sides - { - type noSlip; - } - - frontAndBack - { - type slip; - } - - "wallFilm_to_region0_.*" - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/delta b/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/delta deleted file mode 100644 index 8a19988575..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/0/wallFilm/delta +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object delta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - "(sides|frontAndBack|walls_top)" - { - type zeroGradient; - } - - "wallFilm_to_region0_.*" - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/Allclean b/tutorials/modules/multicomponentFluid/cylinder/Allclean deleted file mode 100755 index aaa05f5653..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/Allclean +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/wallFilm/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/cylinder/Allrun b/tutorials/modules/multicomponentFluid/cylinder/Allrun deleted file mode 100755 index 626ff7ca4c..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/Allrun +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -runApplication blockMesh -runApplication extrudeToRegionMesh -overwrite - -runApplication $(getApplication) - -paraFoam -touch -paraFoam -touch -region wallFilm - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/cylinder/Allrun-parallel b/tutorials/modules/multicomponentFluid/cylinder/Allrun-parallel deleted file mode 100755 index 5aa9a6cdae..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/Allrun-parallel +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -runApplication blockMesh -runApplication decomposePar -noFields -runParallel extrudeToRegionMesh -overwrite - -runApplication -s fields decomposePar -fields -copyZero - -runParallel $(getApplication) - -runApplication reconstructPar -runApplication -s wallFilm reconstructPar -region wallFilm - -paraFoam -touch -paraFoam -touch -region wallFilm - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties b/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties deleted file mode 100644 index df68596f22..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/cloudProperties +++ /dev/null @@ -1,131 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object cloudProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -type reactingCloud; - -libs ("libparcelSurfaceFilmModels.so"); - -solution -{ - coupled no; - transient yes; - cellValueSourceCorrection no; - maxCo 0.3; - - sourceTerms - { - schemes - { - rho explicit 1; - U explicit 1; - Yi explicit 1; - h explicit 1; - radiation explicit 1; - } - } - - interpolationSchemes - { - rho cell; - U cellPoint; - mu cell; - T cell; - Cp cell; - kappa cell; - p cell; - } - - integrationSchemes - { - U Euler; - T analytical; - } -} - -constantProperties -{ - rho0 1000; - T0 300; - Cp0 4187; - - constantVolume false; -} - -subModels -{ - particleForces - { - sphereDrag; - gravity; - } - - injectionModels - { - model1 - { - type reactingLookupTableInjection; - massTotal 0.5; - parcelBasisType mass; - SOI 0; - inputFile "parcelInjectionProperties"; - duration 20.0; - parcelsPerSecond 50; - randomise true; - } - } - - dispersionModel none; - - patchInteractionModel standardWallInteraction; - - heatTransferModel none; - - compositionModel singlePhaseMixture; - - phaseChangeModel none; - - stochasticCollisionModel none; - - surfaceFilmModel thermoSurfaceFilm; - - radiation off; - - standardWallInteractionCoeffs - { - type rebound; - } - - singlePhaseMixtureCoeffs - { - phases - ( - liquid - { - H2O 1; - } - ); - } - - thermoSurfaceFilmCoeffs - { - interactionType absorb; - } -} - -cloudFunctions -{} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/fvModels b/tutorials/modules/multicomponentFluid/cylinder/constant/fvModels deleted file mode 100644 index c0ccd0a504..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/fvModels +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object fvModels; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -clouds -{ - type clouds; - libs ("liblagrangianParcel.so"); -} - -surfaceFilms -{ - type surfaceFilms; - libs ("libsurfaceFilmModels.so"); -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/g b/tutorials/modules/multicomponentFluid/cylinder/constant/g deleted file mode 100644 index 770a56192e..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/g +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - 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/modules/multicomponentFluid/cylinder/constant/momentumTransport b/tutorials/modules/multicomponentFluid/cylinder/constant/momentumTransport deleted file mode 100644 index 8278c989ec..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/momentumTransport +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object momentumTransport; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType laminar; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/parcelInjectionProperties b/tutorials/modules/multicomponentFluid/cylinder/constant/parcelInjectionProperties deleted file mode 100644 index 8d7cd1ba90..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/parcelInjectionProperties +++ /dev/null @@ -1,24 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object scalarListList; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -// (x y z) (u v w) d rho mDot T Cp (Y0..Y2) -( - (0 1.95 -0.2) (0 -5 0) 0.001 1000 0.002 300 4200 (1) - (0 1.95 0) (0 -5 0) 0.001 1000 0.002 300 4200 (1) - (0 1.95 0.2) (0 -5 0) 0.001 1000 0.002 300 4200 (1) -); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/physicalProperties b/tutorials/modules/multicomponentFluid/cylinder/constant/physicalProperties deleted file mode 100644 index dd9a543d5b..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/physicalProperties +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture multicomponentMixture; - transport sutherland; - thermo janaf; - energy sensibleEnthalpy; - equationOfState perfectGas; - specie specie; -} - -#include "speciesThermo" - -defaultSpecie N2; - -liquids -{ - H2O; -} - -solids -{} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/speciesThermo b/tutorials/modules/multicomponentFluid/cylinder/constant/speciesThermo deleted file mode 100644 index 1c990e67a4..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/speciesThermo +++ /dev/null @@ -1,72 +0,0 @@ -species -( - O2 - H2O - N2 -); - -O2 -{ - specie - { - molWeight 31.9988; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 ); - lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -H2O -{ - specie - { - molWeight 18.0153; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 ); - lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -N2 -{ - specie - { - molWeight 28.0134; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 ); - lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/surfaceFilmProperties b/tutorials/modules/multicomponentFluid/cylinder/constant/surfaceFilmProperties deleted file mode 100644 index aeb126b2ac..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/surfaceFilmProperties +++ /dev/null @@ -1,60 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object surfaceFilmProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -regionName wallFilm; - -viscosity -{ - model Newtonian; -} - -sigma 0.07; - -deltaWet 1e-4; - -hydrophilic no; - -momentumTransport -{ - model laminar; - Cf 0.005; -} - -forces -{ - thermocapillary; -} - -upperSurfaceModels -{ - heatTransfer - { - model constant; - c0 1e-8; - } -} - -lowerSurfaceModels -{ - heatTransfer - { - model constant; - c0 1e-8; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/constant/wallFilm/physicalProperties b/tutorials/modules/multicomponentFluid/cylinder/constant/wallFilm/physicalProperties deleted file mode 100644 index 33ee248244..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/constant/wallFilm/physicalProperties +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture pureMixture; - properties liquid; - energy sensibleInternalEnergy; -} - -mixture -{ - H2O; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/blockMeshDict b/tutorials/modules/multicomponentFluid/cylinder/system/blockMeshDict deleted file mode 100644 index f5c743f7ba..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/blockMeshDict +++ /dev/null @@ -1,143 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( - (0.5 0 -0.5) - (1 0 -0.5) - (2 0 -0.5) - (2 0.707107 -0.5) - (0.707107 0.707107 -0.5) - (0.353553 0.353553 -0.5) - (2 2 -0.5) - (0.707107 2 -0.5) - (0 2 -0.5) - (0 1 -0.5) - (0 0.5 -0.5) - (-0.5 0 -0.5) - (-1 0 -0.5) - (-2 0 -0.5) - (-2 0.707107 -0.5) - (-0.707107 0.707107 -0.5) - (-0.353553 0.353553 -0.5) - (-2 2 -0.5) - (-0.707107 2 -0.5) - (0.5 0 0.5) - (1 0 0.5) - (2 0 0.5) - (2 0.707107 0.5) - (0.707107 0.707107 0.5) - (0.353553 0.353553 0.5) - (2 2 0.5) - (0.707107 2 0.5) - (0 2 0.5) - (0 1 0.5) - (0 0.5 0.5) - (-0.5 0 0.5) - (-1 0 0.5) - (-2 0 0.5) - (-2 0.707107 0.5) - (-0.707107 0.707107 0.5) - (-0.353553 0.353553 0.5) - (-2 2 0.5) - (-0.707107 2 0.5) -); - -blocks -( - hex (5 4 9 10 24 23 28 29) (10 10 11) simpleGrading (1 1 1) - hex (0 1 4 5 19 20 23 24) (10 10 11) simpleGrading (1 1 1) - hex (1 2 3 4 20 21 22 23) (20 10 11) simpleGrading (1 1 1) - hex (4 3 6 7 23 22 25 26) (20 20 11) simpleGrading (1 1 1) - hex (9 4 7 8 28 23 26 27) (10 20 11) simpleGrading (1 1 1) - hex (15 16 10 9 34 35 29 28) (10 10 11) simpleGrading (1 1 1) - hex (12 11 16 15 31 30 35 34) (10 10 11) simpleGrading (1 1 1) - hex (13 12 15 14 32 31 34 33) (20 10 11) simpleGrading (1 1 1) - hex (14 15 18 17 33 34 37 36) (20 20 11) simpleGrading (1 1 1) - hex (15 9 8 18 34 28 27 37) (10 20 11) simpleGrading (1 1 1) -); - -edges -( - arc 0 5 (0.469846 0.17101 -0.5) - arc 5 10 (0.17101 0.469846 -0.5) - arc 1 4 (0.939693 0.34202 -0.5) - arc 4 9 (0.34202 0.939693 -0.5) - arc 19 24 (0.469846 0.17101 0.5) - arc 24 29 (0.17101 0.469846 0.5) - arc 20 23 (0.939693 0.34202 0.5) - arc 23 28 (0.34202 0.939693 0.5) - arc 11 16 (-0.469846 0.17101 -0.5) - arc 16 10 (-0.17101 0.469846 -0.5) - arc 12 15 (-0.939693 0.34202 -0.5) - arc 15 9 (-0.34202 0.939693 -0.5) - arc 30 35 (-0.469846 0.17101 0.5) - arc 35 29 (-0.17101 0.469846 0.5) - arc 31 34 (-0.939693 0.34202 0.5) - arc 34 28 (-0.34202 0.939693 0.5) -); - -defaultPatch -{ - name frontAndBack; - type wall; -} - -boundary -( - walls - { - type wall; - faces - ( - (0 1 20 19) - (1 2 21 20) - (12 11 30 31) - (13 12 31 32) - - (5 0 19 24) - (10 5 24 29) - (16 10 29 35) - (11 16 35 30) - ); - } - sides - { - type patch; - faces - ( - (2 3 22 21) - (3 6 25 22) - (14 13 32 33) - (17 14 33 36) - ); - } - top - { - type patch; - faces - ( - (6 7 26 25) - (7 8 27 26) - (8 18 37 27) - (18 17 36 37) - ); - } -); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/controlDict b/tutorials/modules/multicomponentFluid/cylinder/system/controlDict deleted file mode 100644 index 2ab66696bc..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/controlDict +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application foamRun; - -solver multicomponentFluid; - -startFrom latestTime; - -startTime 0; - -stopAt endTime; - -endTime 20; - -deltaT 1e-02; - -writeControl adjustableRunTime; - -writeInterval 0.1; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 10; - -writeCompression off; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -adjustTimeStep yes; - -maxCo 0.3; - -maxDeltaT 1; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/decomposeParDict b/tutorials/modules/multicomponentFluid/cylinder/system/decomposeParDict deleted file mode 100644 index 285afcd541..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/decomposeParDict +++ /dev/null @@ -1,22 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object decomposeParDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -numberOfSubdomains 4; - -method scotch; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/extrudeToRegionMeshDict b/tutorials/modules/multicomponentFluid/cylinder/system/extrudeToRegionMeshDict deleted file mode 100644 index 2bfe70ed3c..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/extrudeToRegionMeshDict +++ /dev/null @@ -1,33 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object extrudeToRegionMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -region wallFilm; - -patches (walls); - -extrudeModel linearNormal; - -nLayers 1; - -expansionRatio 1; - -adaptMesh yes; // apply mapped to both regions - -linearNormalCoeffs -{ - thickness 0.01; -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/fvSchemes b/tutorials/modules/multicomponentFluid/cylinder/system/fvSchemes deleted file mode 100644 index acfe41c68f..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/fvSchemes +++ /dev/null @@ -1,58 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; - grad(p) Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) Gauss upwind; - div(phi,K) Gauss upwind; - div(phi,h) Gauss upwind; - div(phi,k) Gauss upwind; - div(phi,epsilon) Gauss upwind; - div(U) Gauss linear; - div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; - div(phi,Yi_h) Gauss upwind; -} - -laplacianSchemes -{ - default Gauss linear corrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default corrected; -} - - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/fvSolution b/tutorials/modules/multicomponentFluid/cylinder/system/fvSolution deleted file mode 100644 index a2121d3ae2..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/fvSolution +++ /dev/null @@ -1,99 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "(rho|G)" - { - solver PCG; - preconditioner DIC; - tolerance 0; - relTol 0.1; - } - - "(rho|G)Final" - { - $rho; - tolerance 1e-05; - relTol 0; - } - - U - { - solver smoothSolver; - smoother symGaussSeidel; - tolerance 0; - relTol 0.1; - maxIter 50; - } - - UFinal - { - $U; - relTol 0; - tolerance 1e-05; - } - - "(k|epsilon).*" - { - $UFinal; - } - - p_rgh - { - solver GAMG; - tolerance 0; - relTol 0.1; - smoother GaussSeidel; - } - - p_rghFinal - { - $p_rgh; - tolerance 1e-06; - relTol 0; - } - - "(h|Yi|O2|N2|H2O).*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-6; - relTol 0; - } -} - - -PIMPLE -{ - nCorrectors 2; - nNonOrthogonalCorrectors 0; - momentumPredictor yes; - pRefCell 0; - pRefValue 1e5; -} - - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSchemes b/tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSchemes deleted file mode 100644 index 3c4eca56ea..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSchemes +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - default none; - - div(phid,alpha) Gauss upwind; - div(phi,U) Gauss upwind; - div(phi,e) Gauss upwind; - - div(nHat) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear uncorrected; -} - -snGradSchemes -{ - default uncorrected; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSolution b/tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSolution deleted file mode 100644 index a72a7158d3..0000000000 --- a/tutorials/modules/multicomponentFluid/cylinder/system/wallFilm/fvSolution +++ /dev/null @@ -1,53 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "alpha.*" - { - solver smoothSolver; - smoother symGaussSeidel; - tolerance 1e-10; - relTol 0; - } - - "(U|e).*" - { - solver smoothSolver; - smoother symGaussSeidel; - tolerance 1e-10; - relTol 0; - } -} - -PIMPLE -{ - momentumPredictor yes; - nOuterCorrectors 1; - nCorrectors 1; - nNonOrthogonalCorrectors 0; -} - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/H2O b/tutorials/modules/multicomponentFluid/rivuletPanel/0/H2O deleted file mode 100644 index a09a67c2f0..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/H2O +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object H2O; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.0; - -boundaryField -{ - inlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - outlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - sides - { - type zeroGradient; - } - - region0_to_wallFilm_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/N2 b/tutorials/modules/multicomponentFluid/rivuletPanel/0/N2 deleted file mode 100644 index 07c5583ba2..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/N2 +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object N2; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.77; - -boundaryField -{ - inlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - outlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - sides - { - type zeroGradient; - } - - region0_to_wallFilm_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/O2 b/tutorials/modules/multicomponentFluid/rivuletPanel/0/O2 deleted file mode 100644 index 8ed61de6ad..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/O2 +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object O2; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.23; - -boundaryField -{ - inlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - outlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - sides - { - type zeroGradient; - } - - region0_to_wallFilm_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/T b/tutorials/modules/multicomponentFluid/rivuletPanel/0/T deleted file mode 100644 index 02899058f2..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/T +++ /dev/null @@ -1,50 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - inlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - outlet - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - sides - { - type fixedValue; - value $internalField; - } - - region0_to_wallFilm_walls - { - type fixedValue; - value $internalField; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/U b/tutorials/modules/multicomponentFluid/rivuletPanel/0/U deleted file mode 100644 index 500cd61619..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/U +++ /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 -{ - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - inlet - { - type pressureInletOutletVelocity; - value $internalField; - } - - outlet - { - type pressureInletOutletVelocity; - value $internalField; - } - - sides - { - type noSlip; - } - - region0_to_wallFilm_walls - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/p b/tutorials/modules/multicomponentFluid/rivuletPanel/0/p deleted file mode 100644 index c770094a2c..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/p +++ /dev/null @@ -1,48 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 100000; - -boundaryField -{ - inlet - { - type calculated; - value $internalField; - } - - outlet - { - type calculated; - value $internalField; - } - - sides - { - type calculated; - value $internalField; - } - - region0_to_wallFilm_walls - { - type calculated; - value $internalField; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/p_rgh b/tutorials/modules/multicomponentFluid/rivuletPanel/0/p_rgh deleted file mode 100644 index 82b21a35cb..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/p_rgh +++ /dev/null @@ -1,46 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p_rgh; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 100000; - -boundaryField -{ - inlet - { - type prghTotalPressure; - p0 $internalField; - } - - outlet - { - type prghTotalPressure; - p0 $internalField; - } - - sides - { - type fixedFluxPressure; - } - - region0_to_wallFilm_walls - { - type fixedFluxPressure; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/T b/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/T deleted file mode 100644 index 9a926eae86..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/T +++ /dev/null @@ -1,51 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 300; - } - - outlet - { - type zeroGradient; - } - - sides - { - type zeroGradient; - } - - walls_top - { - type zeroGradient; - } - - wallFilm_to_region0_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/U b/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/U deleted file mode 100644 index 3e24afde86..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/U +++ /dev/null @@ -1,51 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volVectorField; - location "0/wallFilm"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - inlet - { - type fixedValue; - value uniform (0 -0.075 0); - } - - outlet - { - type zeroGradient; - } - - sides - { - type noSlip; - } - - walls_top - { - type slip; - } - - wallFilm_to_region0_walls - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/delta b/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/delta deleted file mode 100644 index 33b932607e..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/0/wallFilm/delta +++ /dev/null @@ -1,51 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object delta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - inlet - { - type fixedValue; - value uniform 1e-3; - } - - outlet - { - type zeroGradient; - } - - sides - { - type zeroGradient; - } - - walls_top - { - type zeroGradient; - } - - wallFilm_to_region0_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/Allclean b/tutorials/modules/multicomponentFluid/rivuletPanel/Allclean deleted file mode 100755 index aaa05f5653..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/Allclean +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/wallFilm/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/Allrun b/tutorials/modules/multicomponentFluid/rivuletPanel/Allrun deleted file mode 100755 index 1f9c76b057..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/Allrun +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -runApplication blockMesh -runApplication extrudeToRegionMesh -overwrite - -paraFoam -touchAll - -runApplication $(getApplication) - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/fvModels b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/fvModels deleted file mode 100644 index 0db3d70723..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/fvModels +++ /dev/null @@ -1,23 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object fvModels; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -surfaceFilms -{ - type surfaceFilms; - libs ("libsurfaceFilmModels.so"); -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/g b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/g deleted file mode 100644 index 770a56192e..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/g +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - 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/modules/multicomponentFluid/rivuletPanel/constant/momentumTransport b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/momentumTransport deleted file mode 100644 index 8278c989ec..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/momentumTransport +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object momentumTransport; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType laminar; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/physicalProperties b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/physicalProperties deleted file mode 100644 index dd9a543d5b..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/physicalProperties +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture multicomponentMixture; - transport sutherland; - thermo janaf; - energy sensibleEnthalpy; - equationOfState perfectGas; - specie specie; -} - -#include "speciesThermo" - -defaultSpecie N2; - -liquids -{ - H2O; -} - -solids -{} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/speciesThermo b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/speciesThermo deleted file mode 100644 index 1c990e67a4..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/speciesThermo +++ /dev/null @@ -1,72 +0,0 @@ -species -( - O2 - H2O - N2 -); - -O2 -{ - specie - { - molWeight 31.9988; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 ); - lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -H2O -{ - specie - { - molWeight 18.0153; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 ); - lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -N2 -{ - specie - { - molWeight 28.0134; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 ); - lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/surfaceFilmProperties b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/surfaceFilmProperties deleted file mode 100644 index 49a26710bd..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/surfaceFilmProperties +++ /dev/null @@ -1,77 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object surfaceFilmProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -regionName wallFilm; - -viscosity -{ - model Newtonian; -} - -sigma 0.07; - -deltaWet 1e-12; - -hydrophilic no; - -momentumTransport -{ - model laminar; - Cf 0.001; -} - -forces -{ - thermocapillary; - - distributionContactAngle - { - Ccf 1; - - distribution - { - type normal; - normalDistribution - { - minValue 50; - maxValue 100; - expectation 75; - variance 100; - } - } - } -} - -upperSurfaceModels -{ - heatTransfer - { - model constant; - c0 1; - } -} - -lowerSurfaceModels -{ - heatTransfer - { - model constant; - c0 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/wallFilm/physicalProperties b/tutorials/modules/multicomponentFluid/rivuletPanel/constant/wallFilm/physicalProperties deleted file mode 100644 index 33ee248244..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/constant/wallFilm/physicalProperties +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture pureMixture; - properties liquid; - energy sensibleInternalEnergy; -} - -mixture -{ - H2O; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/blockMeshDict b/tutorials/modules/multicomponentFluid/rivuletPanel/system/blockMeshDict deleted file mode 100644 index 84b5ac0996..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/blockMeshDict +++ /dev/null @@ -1,98 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 1; - -vertices -( - // front - ( 0 0 1) - ( 0.125 0 1) - ( 0.625 0 1) - ( 0.750 0 1) - ( 0 1 1) - ( 0.125 1 1) - ( 0.625 1 1) - ( 0.750 1 1) - - // back - ( 0 0 0) - ( 0.125 0 0) - ( 0.625 0 0) - ( 0.750 0 0) - ( 0 1 0) - ( 0.125 1 0) - ( 0.625 1 0) - ( 0.750 1 0) -); - -blocks -( - hex (0 1 9 8 4 5 13 12) (30 1 240) simpleGrading (1 1 1) - hex (1 2 10 9 5 6 14 13) (120 1 240) simpleGrading (1 1 1) - hex (2 3 11 10 6 7 15 14) (30 1 240) simpleGrading (1 1 1) -); - -boundary -( - inlet - { - type patch; - faces - ( - (5 6 14 13) - ); - } - - outlet - { - type patch; - faces - ( - (0 1 9 8) - (1 2 10 9) - (2 3 11 10) - ); - } - - sides - { - type patch; - faces - ( - (8 0 4 12) - (15 7 3 11) - (13 5 4 12) - (15 7 6 14) - (8 12 13 9) - (9 13 14 10) - (10 14 15 11) - ); - } - - walls - { - type wall; - faces - ( - (0 1 5 4) - (1 2 6 5) - (2 3 7 6) - ); - } -); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/controlDict b/tutorials/modules/multicomponentFluid/rivuletPanel/system/controlDict deleted file mode 100644 index 7c08bd1a18..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/controlDict +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application foamRun; - -solver multicomponentFluid; - -startFrom startTime; - -startTime 0; - -stopAt endTime; - -endTime 3; - -deltaT 1e-04; - -writeControl adjustableRunTime; - -writeInterval 0.02; - -purgeWrite 0; - -writeFormat binary; - -writePrecision 10; - -writeCompression off; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -adjustTimeStep yes; - -maxCo 0.1; - -maxDeltaT 1e-03; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/decomposeParDict b/tutorials/modules/multicomponentFluid/rivuletPanel/system/decomposeParDict deleted file mode 100644 index 7e0bc7832d..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/decomposeParDict +++ /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 -{ - format ascii; - class dictionary; - location "system"; - object decomposeParDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -numberOfSubdomains 4; - -method metis; - -simpleCoeffs -{ - n (2 2 1); -} - -hierarchicalCoeffs -{ - n (1 1 1); - order xyz; -} - -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - -manualCoeffs -{ - dataFile ""; -} - -distributed no; - -roots ( ); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/extrudeToRegionMeshDict b/tutorials/modules/multicomponentFluid/rivuletPanel/system/extrudeToRegionMeshDict deleted file mode 100644 index 2bfe70ed3c..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/extrudeToRegionMeshDict +++ /dev/null @@ -1,33 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object extrudeToRegionMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -region wallFilm; - -patches (walls); - -extrudeModel linearNormal; - -nLayers 1; - -expansionRatio 1; - -adaptMesh yes; // apply mapped to both regions - -linearNormalCoeffs -{ - thickness 0.01; -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSchemes b/tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSchemes deleted file mode 100644 index b9a344c5b6..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSchemes +++ /dev/null @@ -1,58 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; - grad(p) Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) Gauss upwind; - div(phi,K) Gauss upwind; - div(phi,h) Gauss upwind; - div(phi,k) Gauss upwind; - div(phi,epsilon) Gauss upwind; - div(U) Gauss linear; - div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; - div(phi,Yi_h) Gauss upwind; -} - -laplacianSchemes -{ - default Gauss linear orthogonal; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default orthogonal; -} - - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSolution b/tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSolution deleted file mode 100644 index a9f314bf6b..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/fvSolution +++ /dev/null @@ -1,95 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "(rho|G)" - { - solver PCG; - preconditioner DIC; - tolerance 0; - relTol 0.1; - } - - "(rho|G)Final" - { - $rho; - tolerance 1e-05; - relTol 0; - } - - "(U|h)" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 0; - relTol 0.1; - } - - "(U|h)Final" - { - $U; - relTol 0; - tolerance 1e-05; - } - - "(k|epsilon)" - { - $UFinal; - } - - p_rgh - { - solver GAMG; - tolerance 0; - relTol 0.1; - smoother GaussSeidel; - } - - p_rghFinal - { - $p_rgh; - tolerance 1e-06; - relTol 0; - } - - "(Yi|O2|N2|H2O).*" - { - $hFinal; - } -} - -PIMPLE -{ - models yes; - thermophysics no; - flow no; - - nCorrectors 2; - nNonOrthogonalCorrectors 0; - momentumPredictor yes; -} - -relaxationFactors -{ - equations - { - ".*Final" 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSchemes b/tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSchemes deleted file mode 100644 index c9856ed9a5..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSchemes +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - default none; - - div(phid,alpha) Gauss upwind; - div(phi,U) Gauss upwind; - div(phi,e) Gauss upwind; - - div(nHat) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear orthogonal; -} - -snGradSchemes -{ - default orthogonal; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSolution b/tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSolution deleted file mode 100644 index a2aab5532f..0000000000 --- a/tutorials/modules/multicomponentFluid/rivuletPanel/system/wallFilm/fvSolution +++ /dev/null @@ -1,53 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "alpha.*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-10; - relTol 0; - } - - "(U|e).*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-10; - relTol 0; - } -} - -PIMPLE -{ - momentumPredictor yes; - nOuterCorrectors 2; - nCorrectors 1; - nNonOrthogonalCorrectors 0; -} - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/H2O b/tutorials/modules/multicomponentFluid/splashPanel/0/H2O deleted file mode 100644 index 1b3d49c768..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/H2O +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object H2O; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - region0_to_wallFilm_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/N2 b/tutorials/modules/multicomponentFluid/splashPanel/0/N2 deleted file mode 100644 index 0b9ec83840..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/N2 +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object N2; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.77; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - region0_to_wallFilm_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/O2 b/tutorials/modules/multicomponentFluid/splashPanel/0/O2 deleted file mode 100644 index 3bdce9490e..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/O2 +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object O2; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 0 0 0 0]; - -internalField uniform 0.23; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - region0_to_wallFilm_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/T b/tutorials/modules/multicomponentFluid/splashPanel/0/T deleted file mode 100644 index 1a6ba0b2b3..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/T +++ /dev/null @@ -1,39 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type inletOutlet; - inletValue $internalField; - value $internalField; - } - - region0_to_wallFilm_walls - { - type fixedValue; - value uniform 300; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/U b/tutorials/modules/multicomponentFluid/splashPanel/0/U deleted file mode 100644 index 8707100075..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/U +++ /dev/null @@ -1,38 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volVectorField; - location "0"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type pressureInletOutletVelocity; - value $internalField; - } - - region0_to_wallFilm_walls - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/p b/tutorials/modules/multicomponentFluid/splashPanel/0/p deleted file mode 100644 index dc3beb8060..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/p +++ /dev/null @@ -1,38 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 100000; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type calculated; - value $internalField; - } - - region0_to_wallFilm_walls - { - type calculated; - value $internalField; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/p_rgh b/tutorials/modules/multicomponentFluid/splashPanel/0/p_rgh deleted file mode 100644 index 174ae80afa..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/p_rgh +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0"; - object p_rgh; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [1 -1 -2 0 0 0 0]; - -internalField uniform 1e5; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - top - { - type prghTotalPressure; - p0 $internalField; - } - - region0_to_wallFilm_walls - { - type fixedFluxPressure; - } -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/T b/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/T deleted file mode 100644 index 5285ef169a..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/T +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object T; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 0 0 1 0 0 0]; - -internalField uniform 300; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - walls_top - { - type zeroGradient; - } - - wallFilm_to_region0_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/U b/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/U deleted file mode 100644 index eea37681cf..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/U +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volVectorField; - location "0/wallFilm"; - object U; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -1 0 0 0 0]; - -internalField uniform (0 0 0); - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - walls_top - { - type slip; - } - - wallFilm_to_region0_walls - { - type noSlip; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/delta b/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/delta deleted file mode 100644 index 0ddf5569c7..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/0/wallFilm/delta +++ /dev/null @@ -1,37 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class volScalarField; - location "0/wallFilm"; - object delta; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 0 0 0 0 0]; - -internalField uniform 0.00013; - -boundaryField -{ - #includeEtc "caseDicts/setConstraintTypes" - - walls_top - { - type zeroGradient; - } - - wallFilm_to_region0_walls - { - type zeroGradient; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/Allclean b/tutorials/modules/multicomponentFluid/splashPanel/Allclean deleted file mode 100755 index aaa05f5653..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/Allclean +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -# Source tutorial clean functions -. $WM_PROJECT_DIR/bin/tools/CleanFunctions - -cleanCase - -rm -rf constant/wallFilm/polyMesh - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/splashPanel/Allrun b/tutorials/modules/multicomponentFluid/splashPanel/Allrun deleted file mode 100755 index 1f9c76b057..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/Allrun +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -cd ${0%/*} || exit 1 # Run from this directory - -. $WM_PROJECT_DIR/bin/tools/RunFunctions - -runApplication blockMesh -runApplication extrudeToRegionMesh -overwrite - -paraFoam -touchAll - -runApplication $(getApplication) - -#------------------------------------------------------------------------------ diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/cloudProperties b/tutorials/modules/multicomponentFluid/splashPanel/constant/cloudProperties deleted file mode 100644 index 44ccd74da5..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/cloudProperties +++ /dev/null @@ -1,155 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object cloudProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -type reactingCloud; - -libs ("libparcelSurfaceFilmModels.so"); - -solution -{ - coupled no; - transient yes; - cellValueSourceCorrection no; - maxCo 0.3; - - sourceTerms - { - schemes - { - rho explicit 1; - U explicit 1; - Yi explicit 1; - h explicit 1; - radiation explicit 1; - } - } - - interpolationSchemes - { - rho cell; - U cellPoint; - mu cell; - T cell; - Cp cell; - kappa cell; - p cell; - } - - integrationSchemes - { - U Euler; - T analytical; - } -} - -constantProperties -{ - rho0 1000; - T0 300; - Cp0 4187; - - constantVolume false; -} - -subModels -{ - particleForces - { - sphereDrag; - gravity; - } - - injectionModels - { - model1 - { - type reactingLookupTableInjection; - massTotal 0.1; - parcelBasisType mass; - SOI 0.01; - inputFile "parcelInjectionProperties"; - duration 10.0; - parcelsPerSecond 200; - randomise true; - } - } - - dispersionModel none; - - patchInteractionModel standardWallInteraction; - - heatTransferModel none; - - compositionModel singlePhaseMixture; - - phaseChangeModel none; - - stochasticCollisionModel none; - - surfaceFilmModel thermoSurfaceFilm; - - radiation off; - - standardWallInteractionCoeffs - { - type rebound; - } - - singlePhaseMixtureCoeffs - { - phases - ( - liquid - { - H2O 1; - } - ); - } - - thermoSurfaceFilmCoeffs - { - interactionType splashBai; - deltaWet 0.0005; - Adry 2630; - Awet 1320; - Cf 0.6; - } -} - - -cloudFunctions -{ - particleCollector1 - { - type particleCollector; - - mode concentricCircle; - origin (0.05 0.025 0.005); - radius (0.01 0.025 0.05); - nSector 10; - refDir (1 0 0); - normal (0 0 1); - - negateParcelsOppositeNormal no; - removeCollected no; - surfaceFormat vtk; - resetOnWrite no; - log yes; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/fvModels b/tutorials/modules/multicomponentFluid/splashPanel/constant/fvModels deleted file mode 100644 index c0ccd0a504..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/fvModels +++ /dev/null @@ -1,29 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object fvModels; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -clouds -{ - type clouds; - libs ("liblagrangianParcel.so"); -} - -surfaceFilms -{ - type surfaceFilms; - libs ("libsurfaceFilmModels.so"); -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/g b/tutorials/modules/multicomponentFluid/splashPanel/constant/g deleted file mode 100644 index a27ab85e41..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/g +++ /dev/null @@ -1,21 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class uniformDimensionedVectorField; - location "constant"; - object g; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -dimensions [0 1 -2 0 0 0 0]; -value (0 0 -9.81); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/momentumTransport b/tutorials/modules/multicomponentFluid/splashPanel/constant/momentumTransport deleted file mode 100644 index 8278c989ec..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/momentumTransport +++ /dev/null @@ -1,20 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object momentumTransport; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -simulationType laminar; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/parcelInjectionProperties b/tutorials/modules/multicomponentFluid/splashPanel/constant/parcelInjectionProperties deleted file mode 100644 index bb25fe39f2..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/parcelInjectionProperties +++ /dev/null @@ -1,22 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object scalarListList; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -// (x y z) (u v w) d rho mDot T cp (Y0..Y2) -( - (0.050 0.025 0.09) (0 0 -5) 0.001 1000 0.002 300 4200 (1) -); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/physicalProperties b/tutorials/modules/multicomponentFluid/splashPanel/constant/physicalProperties deleted file mode 100644 index dd9a543d5b..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/physicalProperties +++ /dev/null @@ -1,41 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture multicomponentMixture; - transport sutherland; - thermo janaf; - energy sensibleEnthalpy; - equationOfState perfectGas; - specie specie; -} - -#include "speciesThermo" - -defaultSpecie N2; - -liquids -{ - H2O; -} - -solids -{} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/speciesThermo b/tutorials/modules/multicomponentFluid/splashPanel/constant/speciesThermo deleted file mode 100644 index 1c990e67a4..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/speciesThermo +++ /dev/null @@ -1,72 +0,0 @@ -species -( - O2 - H2O - N2 -); - -O2 -{ - specie - { - molWeight 31.9988; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 ); - lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -H2O -{ - specie - { - molWeight 18.0153; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 ); - lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - -N2 -{ - specie - { - molWeight 28.0134; - } - thermodynamics - { - Tlow 200; - Thigh 5000; - Tcommon 1000; - highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 ); - lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 ); - } - transport - { - As 1.67212e-06; - Ts 170.672; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/surfaceFilmProperties b/tutorials/modules/multicomponentFluid/splashPanel/constant/surfaceFilmProperties deleted file mode 100644 index c96184dd5c..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/surfaceFilmProperties +++ /dev/null @@ -1,59 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object surfaceFilmProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -regionName wallFilm; - -viscosity -{ - model Newtonian; -} - -sigma 0.07; - -deltaWet 1e-4; -hydrophilic no; - -momentumTransport -{ - model laminar; - Cf 0.005; -} - -forces -{ - thermocapillary; -} - -upperSurfaceModels -{ - heatTransfer - { - model constant; - c0 1e-8; - } -} - -lowerSurfaceModels -{ - heatTransfer - { - model constant; - c0 1e-8; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/constant/wallFilm/physicalProperties b/tutorials/modules/multicomponentFluid/splashPanel/constant/wallFilm/physicalProperties deleted file mode 100644 index 33ee248244..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/constant/wallFilm/physicalProperties +++ /dev/null @@ -1,31 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "constant"; - object physicalProperties; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -thermoType -{ - type heRhoThermo; - mixture pureMixture; - properties liquid; - energy sensibleInternalEnergy; -} - -mixture -{ - H2O; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/blockMeshDict b/tutorials/modules/multicomponentFluid/splashPanel/system/blockMeshDict deleted file mode 100644 index 6dbf43bf1b..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/blockMeshDict +++ /dev/null @@ -1,68 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object blockMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -convertToMeters 0.1; - -vertices -( - ( 0 0 0) - ( 1 0 0) - ( 0 0.5 0) - ( 1 0.5 0) - - ( 0 0 1) - ( 1 0 1) - ( 0 0.5 1) - ( 1 0.5 1) -); - -blocks -( - hex (0 1 3 2 4 5 7 6) (20 10 20) simpleGrading (1 1 1) -); - -boundary -( - top - { - type patch; - faces - ( - (4 5 7 6) - ); - } - sides - { - type symmetry; - faces - ( - (1 5 7 3) - (4 0 2 6) - (7 3 2 6) - (0 4 5 1) - ); - } - walls - { - type wall; - faces - ( - (0 1 3 2) - ); - } -); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/controlDict b/tutorials/modules/multicomponentFluid/splashPanel/system/controlDict deleted file mode 100644 index 41d278d6f7..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/controlDict +++ /dev/null @@ -1,56 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object controlDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -application foamRun; - -solver multicomponentFluid; - -startFrom latestTime; - -startTime 0; - -stopAt endTime; - -endTime 1; - -deltaT 1e-04; - -writeControl adjustableRunTime; - -writeInterval 0.01; - -purgeWrite 0; - -writeFormat ascii; - -writePrecision 10; - -writeCompression off; - -timeFormat general; - -timePrecision 6; - -runTimeModifiable yes; - -adjustTimeStep yes; - -maxCo 0.3; - -maxDeltaT 1e-03; - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/decomposeParDict b/tutorials/modules/multicomponentFluid/splashPanel/system/decomposeParDict deleted file mode 100644 index 7e0bc7832d..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/decomposeParDict +++ /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 -{ - format ascii; - class dictionary; - location "system"; - object decomposeParDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -numberOfSubdomains 4; - -method metis; - -simpleCoeffs -{ - n (2 2 1); -} - -hierarchicalCoeffs -{ - n (1 1 1); - order xyz; -} - -metisCoeffs -{ - processorWeights ( 1 1 1 1 ); -} - -manualCoeffs -{ - dataFile ""; -} - -distributed no; - -roots ( ); - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/extrudeToRegionMeshDict b/tutorials/modules/multicomponentFluid/splashPanel/system/extrudeToRegionMeshDict deleted file mode 100644 index 2bfe70ed3c..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/extrudeToRegionMeshDict +++ /dev/null @@ -1,33 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - object extrudeToRegionMeshDict; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -region wallFilm; - -patches (walls); - -extrudeModel linearNormal; - -nLayers 1; - -expansionRatio 1; - -adaptMesh yes; // apply mapped to both regions - -linearNormalCoeffs -{ - thickness 0.01; -} - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/fvSchemes b/tutorials/modules/multicomponentFluid/splashPanel/system/fvSchemes deleted file mode 100644 index 2e6cd03f6d..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/fvSchemes +++ /dev/null @@ -1,58 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; - grad(p) Gauss linear; -} - -divSchemes -{ - default none; - div(phi,U) Gauss upwind; - div(phi,K) Gauss upwind; - div(phi,h) Gauss upwind; - div(phi,k) Gauss upwind; - div(phi,epsilon) Gauss upwind; - div(U) Gauss linear; - div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; - div(phi,Yi_h) Gauss upwind; -} - -laplacianSchemes -{ - default Gauss linear uncorrected; -} - -interpolationSchemes -{ - default linear; -} - -snGradSchemes -{ - default uncorrected; -} - - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/fvSolution b/tutorials/modules/multicomponentFluid/splashPanel/system/fvSolution deleted file mode 100644 index 834748eba2..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/fvSolution +++ /dev/null @@ -1,91 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "(rho|G)" - { - solver PCG; - preconditioner DIC; - tolerance 0; - relTol 0.1; - } - - "(rho|G)Final" - { - $rho; - tolerance 1e-05; - relTol 0; - } - - U - { - solver smoothSolver; - smoother symGaussSeidel; - tolerance 0; - relTol 0.1; - maxIter 50; - } - - UFinal - { - $U; - relTol 0; - tolerance 1e-05; - } - - p_rgh - { - solver GAMG; - tolerance 0; - relTol 0.01; - smoother GaussSeidel; - maxIter 50; - } - - p_rghFinal - { - $p_rgh; - tolerance 1e-05; - relTol 0; - } - - "(h|Yi|O2|N2|H2O).*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-6; - relTol 0; - } -} - -PIMPLE -{ - nCorrectors 2; - nNonOrthogonalCorrectors 0; - momentumPredictor yes; -} - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSchemes b/tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSchemes deleted file mode 100644 index 3c4eca56ea..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSchemes +++ /dev/null @@ -1,49 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSchemes; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -ddtSchemes -{ - default Euler; -} - -gradSchemes -{ - default Gauss linear; -} - -divSchemes -{ - default none; - - div(phid,alpha) Gauss upwind; - div(phi,U) Gauss upwind; - div(phi,e) Gauss upwind; - - div(nHat) Gauss linear; -} - -laplacianSchemes -{ - default Gauss linear uncorrected; -} - -snGradSchemes -{ - default uncorrected; -} - - -// ************************************************************************* // diff --git a/tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSolution b/tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSolution deleted file mode 100644 index 519102de0b..0000000000 --- a/tutorials/modules/multicomponentFluid/splashPanel/system/wallFilm/fvSolution +++ /dev/null @@ -1,52 +0,0 @@ -/*--------------------------------*- C++ -*----------------------------------*\ - ========= | - \\ / F ield | OpenFOAM: The Open Source CFD Toolbox - \\ / O peration | Website: https://openfoam.org - \\ / A nd | Version: dev - \\/ M anipulation | -\*---------------------------------------------------------------------------*/ -FoamFile -{ - format ascii; - class dictionary; - location "system/wallFilm"; - object fvSolution; -} -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -solvers -{ - "alpha.*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-10; - relTol 0; - } - - "(U|e).*" - { - solver PBiCGStab; - preconditioner DILU; - tolerance 1e-10; - relTol 0; - } -} - -PIMPLE -{ - momentumPredictor yes; - nCorr 1; - nNonOrthCorr 0; -} - -relaxationFactors -{ - equations - { - ".*" 1; - } -} - - -// ************************************************************************* //