Upgrade case file headers
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticOrthoSolidFoam / orthotropicBiMatPlate / 0 / materials
blobf36a6d0498c39e7d438723eba0e33795ca3d5172
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
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     }
10054 // ************************************************************************* //