Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / LTSInterFoam / wigleyHull / 0 / k
blob914ea60914654e83847ac7ee97bb06b6dff5dc8a
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 0.00015;
22 boundaryField
24     inlet
25     {
26         type            fixedValue;
27         value           uniform 0.00015;
28     }
30     outlet
31     {
32         type            zeroGradient;
33     }
35     sides
36     {
37         type            symmetryPlane;
38     }
40     atmosphere
41     {
42         type            inletOutlet;
43         inletValue      uniform 0.00015;
44         value           uniform 0.00015;
45     }
47     hull_wall
48     {
49         type            kqRWallFunction;
50         value           uniform 0.00015;
51     }
54 // ************************************************************************* //