BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoSimplecFoam / squareBend / 0 / k
blob5ad76381a5d2765abe0a64b6584a4ceecd7038cc
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       volScalarField;
13     location    "0";
14     object      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 1;
22 boundaryField
24     Default_Boundary_Region
25     {
26         type            compressible::kqRWallFunction;
27         value           uniform 1;
28     }
29     inlet
30     {
31         type            turbulentIntensityKineticEnergyInlet;
32         intensity       0.05;
33         value           uniform 1;
34     }
35     outlet
36     {
37         type            inletOutlet;
38         inletValue      uniform 1;
39         value           uniform 1;
40     }
44 // ************************************************************************* //