BUGFIX: Uninitialised member variables
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticSolidFoam / bimaterialPlate / 0 / materials
blobc6685739bb2f08c7065d8404d5e3b0f9bccc185e
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       volScalarField;
13     location    "0";
14     object      materials;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   nonuniform List<scalar> 
21 10000
10026 boundaryField
10028     front
10029     {
10030         type            empty;
10031     }
10032     back
10033     {
10034         type            empty;
10035     }
10036     left
10037     {
10038         type            zeroGradient;
10039     }
10040     bottom
10041     {
10042         type            zeroGradient;
10043     }
10044     right
10045     {
10046         type            zeroGradient;
10047     }
10048     top
10049     {
10050         type            zeroGradient;
10051     }
10055 // ************************************************************************* //