initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / dieselFoam / aachenBomb / 0 / O2
blobd966d53a96c92a17d331ac3f2fe6acbb75d9a476
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      O2;
15 // ************************************************************************* //
17 dimensions          [ 0 0 0 0 0 0 0 ];
19 internalField       uniform 0.233;
21 boundaryField
23     walls
24     {
25         type                zeroGradient;
26     }
28     front
29     {
30         type                wedge;
31     }
33     back
34     {
35         type                wedge;
36     }
40 // ************************************************************************* //