fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / newContactStressFoam / ballAndBrickFriction / 0 / materials
blobb0630ecbbe60cb0f5e9be9118d0a9f6fd4e738a6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      materials;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     bottomBrickDown
24     {
25         type            zeroGradient;
26     }
27     bottomBrickUp
28     {
29         type            zeroGradient;
30     }
31     topBrickDown
32     {
33         type            zeroGradient;
34     }
35     topBrickUp
36     {
37         type            zeroGradient;
38     }
39     bottomBrickLeft
40     {
41         type            zeroGradient;
42     }
43     bottomBrickRight
44     {
45         type            zeroGradient;
46     }
47     topBrickLeft
48     {
49         type            zeroGradient;
50     }
51     topBrickRight
52     {
53         type            zeroGradient;
54     }
55     back
56     {
57         type            empty;
58     }
59     front
60     {
61         type            empty;
62     }
65 // ************************************************************************* //