29 lines
1 KiB
Text
29 lines
1 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
||
|
| \\ / O peration | Version: 1.6-ext |
|
||
|
| \\ / A nd | Web: www.extend-project.de |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
location "constant";
|
||
|
object rheologyProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
planeStress no;
|
||
|
|
||
|
rheology
|
||
|
{
|
||
|
type linearElastic;
|
||
|
rho rho [1 -3 0 0 0 0 0] 7800;
|
||
|
E E [1 -1 -2 0 0 0 0] 200e+09;
|
||
|
nu nu [0 0 0 0 0 0 0] 0.3;
|
||
|
}
|
||
|
|
||
|
// ************************************************************************* //
|