Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / surfaceTracking / interTrackFoam / hydrofoil / constant / freeSurfaceProperties
blob54be0aaae432612272470479a4664caf1f2a77de
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      freeSurfaceProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 twoFluids no;
19 normalMotionDir no;
21 motionDir (0 1 0);
23 cleanInterface yes;
25 muFluidA muFluidA [ 1 -1 -1 0 0 0 0 ] 1e-3;
27 muFluidB muFluidB [ 1 -1 -1 0 0 0 0 ] 1.5e-5;
29 rhoFluidA rhoFluidA [ 1 -3  0 0 0 0 0 ] 1000.0;
31 rhoFluidB rhoFluidB [ 1 -3  0 0 0 0 0 ] 1.0;
33 surfaceTension surfaceTension [ 1 -2 0 0 0 0 0 ] 0.0;
35 g g [ 0 1 -2 0 0 0 0 ] (0 -9.81 0);
37 fixedFreeSurfacePatches 1( inlet );
39 pointNormalsCorrectionPatches 0();
41 nFreeSurfaceCorrectors 1;
43 freeSurfaceSmoothing   on;
45 surfactantProperties
47     bulkConc            bulkConc            [ 0 -3  0 0  1 0 0 ] 1.0e-2;
49     saturatedConc       saturatedSurfConc   [ 0 -2  0 0  1 0 0 ] 5.0e-6;
51     adsorptionCoeff     adsorptionCoeff     [ 0  3 -1 0 -1 0 0 ] 40.0;
53     desorptionCoeff     desorptionCoeff     [ 0 -3  0 0  1 0 0 ] 8.93e-2;
55     bulkDiffusion       bulkDiffusion       [ 0  2 -1 0  0 0 0 ] 1.0e-9;
57     diffusion           diffusion           [ 0  2 -1 0  0 0 0 ] 1.0e-9;
59     temperature         temperature         [ 0  0  0 1  0 0 0 ] 293.0;
62 // ************************************************************************* //