1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object rheologyProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 plasticityModel yamadaMises;
25 rho rho [1 -3 0 0 0 0 0] 7800;
26 E E [1 -1 -2 0 0 0 0] 200e+09;
27 nu nu [0 0 0 0 0 0 0] 0.3;
28 sigmaY sigmaY [1 -1 -2 0 0 0 0] 100e+06;
29 Ep Ep [1 -1 -2 0 0 0 0] 0;
31 //- The plastic modulus, Ep, is given by:
32 //- Ep = E_total / (1 - (E_total/E_elastic))
33 //- where E_total is the total modulus post yield
34 //- and E_elastic is the elastic modulus
37 // ************************************************************************* //