STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / contactStressFoam / ballAndBrick / constant / boundaryConditions
blobf3081673ff86f2903bdbbd6df147f1d84057802f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      boundaryConditions;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 patchPressure
19     0
20     0
21     0
22     1e+09
23     0
24     0
25     0
26     0
27     0
28     0
31 patchTraction
33     (0 0 0)
34     (0 0 0)
35     (0 0 0)
36     (0 0 0)
37     (0 0 0)
38     (0 0 0)
39     (0 0 0)
40     (0 0 0)
41     (0 0 0)
42     (0 0 0)
45 // ************************************************************************* //