/*--------------------------------*- 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; } } // ************************************************************************* //