BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / reactingParcelFilmFoam / splashPanel / constant / surfaceFilmProperties
bloba1039c966a0000278c2d12d0e6d34824d86732af
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      SurfaceFilmProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 surfaceFilmModel thermoSingleLayer;
20 regionName      wallFilmRegion;
22 active          true;
24 thermoSingleLayerCoeffs
26     thermoModel singleComponent;
28     liquid      H2O;
30     forces
31     (
32         surfaceShear
33         thermocapillary
34     );
36     surfaceShearCoeffs
37     {
38         Cf          0.005;
39     }
41     injectionModels
42     ();
44     phaseChangeModel none;
46     radiationModel none;
48     upperSurfaceModels
49     {
50         heatTransferModel constant;
51         constantCoeffs
52         {
53             c0                1e-8;
54         }
55     }
57     lowerSurfaceModels
58     {
59         heatTransferModel constant;
60         constantCoeffs
61         {
62             c0                1e-8;
63         }
64     }