This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
laws:sgcp [2020/08/25 15:46] 127.0.0.1 external edit |
laws:sgcp [2021/06/30 11:03] (current) sibo [Description] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== SGCP ====== | ====== SGCP ====== | ||
===== Description ===== | ===== Description ===== | ||
- | STRAIN GRADIENT CRYSTAL PLASTICITY CONSTITUTIVE \\ | + | STRAIN GRADIENT CRYSTAL PLASTICITY CONSTITUTIVE LAW \\ |
Implemented by S. Yuan, L. Duchêne, 2017 | Implemented by S. Yuan, L. Duchêne, 2017 | ||
Line 7: | Line 7: | ||
==== The model ==== | ==== The model ==== | ||
Mechanical analysis of strain gradient crystal plasticity problem \\ | Mechanical analysis of strain gradient crystal plasticity problem \\ | ||
- | Keller, C., Habraken, A.M., Duchene, L., 2012a. Finite element investigation of size effects on the mechanical behavior of nickel single crystals. Mater. Sci. Eng. A 550, 342–349. https://doi.org/10.1016/j.msea.2012.04.085 \\ | + | Evers, L.P., Brekelmans, W.A.M., Geers, M.G.D., 2004, J. Mech. Phys. Solids. 52, 2379-2401. doi: 10.1016/j.jmps.2004.03.007 \\ |
- | Keller, C., Hug, E., Habraken, A.M., Duchene, L., 2012b. Finite element analysis of the free surface effects on the mechanical behavior of thin nickel polycrystals. Int. J. Plast. 29, 155–172. https://doi.org/10.1016/j.ijplas.2011.08.007 \\ | + | Evers, L.P., Brekelmans, W.A.M., Geers, M.G.D., 2004, Int. J. Solids Struct. 41, 5209-5230. doi: 10.1016/j.ijsolstr.2004.04.021 \\ |
- | Bayley, C.J., Brekelmans, W.A.M., Geers, M.G.D., 2006. A comparison of dislocation induced back stress formulations in strain gradient crystal plasticity. Int. J. Solids Struct. 43, 7268–7286. https://doi.org/10.1016/j.ijsolstr.2006.05.011 | + | Bayley, C.J., Brekelmans, W.A.M., Geers, M.G.D., 2006, Int. J. Solids Struct. 43, 7268–7286. doi: 10.1016/j.ijsolstr.2006.05.011 \\ |
==== Files ==== | ==== Files ==== | ||
Prepro: T151_V3.F \\ | Prepro: T151_V3.F \\ | ||
Line 25: | Line 25: | ||
|ITYPE| 973| | |ITYPE| 973| | ||
|COMMENT| Any comment (up to 60 characters) | | |COMMENT| Any comment (up to 60 characters) | | ||
+ | ^ Line 2 (2I5, 8G10.0)^^ | ||
+ | |INRM|iterative method (0, 1, 2)| | ||
+ | |MAXIT| | | ||
+ | |PREC| | | ||
+ | |damp1| | | ||
+ | |damp2| | | ||
+ | if (INRM .eq. 0) AMOR=damp1=1; | ||
+ | if (INRM .eq. 1) $h_k$=damp1 & $\nu(NS)$=damp2; | ||
+ | if (INRM .eq. 2) damping is computed automatically | ||
+ | |||
==== Real parameters ==== | ==== Real parameters ==== | ||
^ Line 1 (3G10.0) ^^ | ^ Line 1 (3G10.0) ^^ | ||
Line 90: | Line 100: | ||
===== State variables ===== | ===== State variables ===== | ||
==== Number of state variables ==== | ==== Number of state variables ==== | ||
- | 1813 | + | 1839 × 8 (integration points) |
==== List of state variables ==== | ==== List of state variables ==== | ||
|Q(1:9)|${(F^{B}_{P})}^{-1}$| | |Q(1:9)|${(F^{B}_{P})}^{-1}$| | ||
Line 111: | Line 121: | ||
|Q(1777)|Blank but resreved for $\epsilon_{eq}^{p}$| | |Q(1777)|Blank but resreved for $\epsilon_{eq}^{p}$| | ||
|Q(1778:1813)|reserved for ${(F^{B}_{e})}$ ${(F^{B}_{e})}^{-1}$ ${(F^{B})}^{-1}$ ${(F^{B}_{P})}$| | |Q(1778:1813)|reserved for ${(F^{B}_{e})}$ ${(F^{B}_{e})}^{-1}$ ${(F^{B})}^{-1}$ ${(F^{B}_{P})}$| | ||
- | + | |Q(1814:1825)|Schmid stress ($\alpha=1..12$)| | |
- | + | |Q(1826)|Schmid stress (square root norm)| | |
+ | |Q(1827:1838)|back-stress ($\alpha=1..12$)| | ||
+ | |Q(1839)|back-stress (square root norm)| | ||