From f0cdca3be7734f653b9fdf3afca2bf80cd938497 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Thu, 19 May 2011 17:26:21 +0100 Subject: [PATCH] ENH: Updated film tutorials --- .../cylinder/constant/surfaceFilmProperties | 27 ++++++---------- .../hotBoxes/constant/surfaceFilmProperties | 32 +++++++++++++++++-- .../constant/surfaceFilmProperties | 26 +++++++-------- 3 files changed, 51 insertions(+), 34 deletions(-) diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties b/tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties index 075dc96cef0..1b428031a3a 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties +++ b/tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties @@ -15,34 +15,27 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -//surfaceFilmModel kinematicSingleLayer; surfaceFilmModel thermoSingleLayer; regionName wallFilmRegion; active true; -kinematicSingleLayerCoeffs -{ - thermoModel constant; - rho0 rho0 [1 -3 0 0 0] 1000; - mu0 mu0 [1 -1 -1 0 0] 1e-3; - sigma0 sigma0 [1 0 -2 0 0] 0.07; - - deltaStable deltaStable [0 1 0 0 0] 0; - Cf 0.005; - - injectionModels (); -} - - thermoSingleLayerCoeffs { thermoModel singleComponent; liquid H2O; - deltaStable deltaStable [0 1 0 0 0] 0; - Cf 0.005; + forces + ( + surfaceShear + thermocapillary + ); + + surfaceShearCoeffs + { + Cf 0.005; + } injectionModels (); diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/constant/surfaceFilmProperties b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/constant/surfaceFilmProperties index 0944bef4da8..4203d9b4693 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/constant/surfaceFilmProperties +++ b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/constant/surfaceFilmProperties @@ -25,9 +25,8 @@ active true; thermoSingleLayerCoeffs { thermoModel singleComponent; // constant - liquid H2O; - Cf 0.005; + liquid H2O; radiationModel none; @@ -52,6 +51,35 @@ thermoSingleLayerCoeffs } } + forces + ( + surfaceShear + thermocapillary + contactAngle + ); + + surfaceShearCoeffs + { + Cf 0.005; + } + + contactAngleCoeffs + { + deltaWet 1e-4; + Ccf 0.085; + contactAngleDistribution + { + type normal; + normalDistribution + { + minValue 50; + maxValue 100; + expectation 75; + variance 100; + } + } + } + injectionModels ( curvatureSeparation diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/splashPanel/constant/surfaceFilmProperties b/tutorials/lagrangian/reactingParcelFilmFoam/splashPanel/constant/surfaceFilmProperties index 4edff7efd20..09b1f8c939e 100644 --- a/tutorials/lagrangian/reactingParcelFilmFoam/splashPanel/constant/surfaceFilmProperties +++ b/tutorials/lagrangian/reactingParcelFilmFoam/splashPanel/constant/surfaceFilmProperties @@ -15,32 +15,28 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // -//surfaceFilmModel kinematicSingleLayer; surfaceFilmModel thermoSingleLayer; regionName wallFilmRegion; active true; -kinematicSingleLayerCoeffs -{ - thermoModel constant; - rho0 rho0 [1 -3 0 0 0] 1000; - mu0 mu0 [1 -1 -1 0 0] 1e-3; - sigma0 sigma0 [1 0 -2 0 0] 0.07; - - Cf 0.005; - - injectionModels (); -} - - thermoSingleLayerCoeffs { thermoModel singleComponent; + liquid H2O; - Cf 0.005; + forces + ( + surfaceShear + thermocapillary + ); + + surfaceShearCoeffs + { + Cf 0.005; + } injectionModels (); -- GitLab