fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / newContactStressFoam / ballAndBrickFriction / constant / contactProperties
blob34860ac6934b5734a9fa0354917454719e7ec1a3
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      contactProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // Contact relaxation factors
18 urfTraction            0.2;
19 urfValue               0.2;
20 urfFraction            0.2;
22 contacts
25     c1
26     {
27         masterPatch    bottomBrickUp;
28         slavePatch     topBrickDown;
29         frictionCoeff  mu [0 0 0 0 0 0 0] 0.15;
30         contactTol     5e-6;
31         projectionDir  contactSphere;
32         projectionAlgo visible;
33     }
36 // ************************************************************************* //