diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties b/tutorials/lagrangian/reactingParcelFilmFoam/cylinder/constant/surfaceFilmProperties index 075dc96cef0b1cbe3c86ae3db9c532b7c7698bd5..1b428031a3a4955df1516142172da20c988849b5 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 0944bef4da8f807ef5289834c96303aaa2290c6b..4203d9b46937dcefaa8c49955b9ca86ebefd7f5d 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 4edff7efd20cda8826ca2c2f749f90341e697429..09b1f8c939e4d745e7c683292a9b099bde3a1054 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 ();