fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / newContactStressFoam / ballAndBrickFriction / system / fvSolution
blobd3bfd67579dc05a79489bb079b602176af7f6cf7
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       dictionary;
13     object      fvSolution;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 solvers
19     U               ICCG 1e-06 0.01;
22 stressedFoam
24     nCorrectors     1;
25     U               1e-06;
27     componentReference
28     (
29 //         {
30 //             patch bottomBrickLeft;
31 //             face  0;
32 //             direction z;
33 //             value 0;
34 //         }
36         {
37             patch topBrickLeft;
38             face  0;
39             direction z;
40             value 0;
41         }
42     );
45 // ************************************************************************* //