/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.1                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       dictionary;
  location    "constant";
  object      rheologyProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

planeStress no;

rheology {
  type            orthotropicLinearElastic;
  rho             rho [1 -3 0 0 0 0 0] 7854;
  Ex              Ex [1 -1 -2 0 0 0 0] 50e+9;
  Ey              Ey [1 -1 -2 0 0 0 0] 10e+9;
  Ez              Ez [1 -1 -2 0 0 0 0] 50e+9;
  nuxy            nuxy [0 0 0 0 0 0 0] 0.3;
  nuyz            nuyz [0 0 0 0 0 0 0] 0.06;
  nuzx            nuzx [0 0 0 0 0 0 0] 0.3;
  Gxy             Gxy [1 -1 -2 0 0 0 0] 5e9;
  Gyz             Gyz [1 -1 -2 0 0 0 0] 5e9;
  Gzx             Gzx [1 -1 -2 0 0 0 0] 19.230769231e9;
}


// ************************************************************************* //
