Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / newContactStressFoam / ballAndBrickFriction / 0 / materials
blobb1bce228542d1d9ff3a86289e90809e33540f47b
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       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 // ************************************************************************* //