fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / newContactStressFoam / ballAndBrickFriction / 0 / U
blobc43f12895a4c586cf763e78172bdcbdf407cc53b
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       volVectorField;
13     location    "0";
14     object      U;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 0 0 0 0 0];
20 internalField   uniform (0 0 0);
22 boundaryField
24     bottomBrickDown
25     {
26         type            fixedValue;
27         value           uniform (0 0 0);
28     }
29     bottomBrickUp
30     {
31         type            directionMixed;
32         refValue        uniform (0 0 0);
33         refGradient     uniform (0 0 0);
34         valueFraction   uniform (0 0 0 0 0 0);
35         value           uniform (0 0 0);
36     }
37     topBrickDown
38     {
39         type            directionMixed;
40         refValue        uniform (0 0 0);
41         refGradient     uniform (0 0 0);
42         valueFraction   uniform (0 0 0 0 0 0);
43         value           uniform (0 0 0);
44     }
45     topBrickUp
46     {
47         type            tractionDisplacement;
48         U               U;
49         rheology        rheologyProperties;
50         traction        uniform ( 1.4e+08 0 0 );
51         pressure        uniform 1e+09;
52         value           uniform (0 0 0);
53     }
54     bottomBrickLeft
55     {
56         type            tractionDisplacement;
57         U               U;
58         rheology        rheologyProperties;
59         traction        uniform ( 0 0 0 );
60         pressure        uniform 0;
61         value           uniform (0 0 0);
62     }
63     bottomBrickRight
64     {
65         type            tractionDisplacement;
66         U               U;
67         rheology        rheologyProperties;
68         traction        uniform ( 0 0 0 );
69         pressure        uniform 0;
70         value           uniform (0 0 0);
71     }
72     topBrickLeft
73     {
74         type            tractionDisplacement;
75         U               U;
76         rheology        rheologyProperties;
77         traction        uniform ( 0 0 0 );
78         pressure        uniform 0;
79         value           uniform (0 0 0);
80     }
81     topBrickRight
82     {
83         type            tractionDisplacement;
84         U               U;
85         rheology        rheologyProperties;
86         traction        uniform ( 0 0 0 );
87         pressure        uniform 0;
88         value           uniform (0 0 0);
89     }
90     back
91     {
92         type            empty;
93     }
94     front
95     {
96         type            empty;
97     }
100 // ************************************************************************* //