fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / icoFsiFoam / flappingConsoleSmall / solid / constant / mechanicalProperties
blob68cb51fff2575df2cc0b7feae1b6ec19b5221f66
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.3                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          mechanicalProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 rho             rho [1 -3 0 0 0 0 0] 1000;
21 nu              nu [0 0 0 0 0 0 0] 0.3;
23 E               E [1 -1 -2 0 0 0 0] 2e+6;
25 planeStress     yes;
28 // ************************************************************************* //