36 lines
1.2 KiB
Text
36 lines
1.2 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 yes;
|
||
|
|
||
|
rheology
|
||
|
{
|
||
|
type elasticPlastic;
|
||
|
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;
|
||
|
sigmaY sigmaY [1 -1 -2 0 0 0 0] 200e+06;
|
||
|
Ep Ep [1 -1 -2 0 0 0 0] 0;
|
||
|
}
|
||
|
|
||
|
plasticityModelCoeffs
|
||
|
{
|
||
|
relaxationFactor 0.5;
|
||
|
}
|
||
|
|
||
|
// ************************************************************************* //
|