Changeset 22997
- Timestamp:
- 07/22/18 12:42:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mech/mechanicalproperties.m
r22754 r22997 131 131 deviatoricstress.principalvalue2=valuesstress(:,2); 132 132 deviatoricstress.principalaxis2=directionsstress(:,3:4); 133 deviatoricstress.effectivevalue=1/sqrt(2)*sqrt( stress.xx.^2+stress.yy.^2+2*stress.xy.^2);133 deviatoricstress.effectivevalue=1/sqrt(2)*sqrt(deviatoricstress.xx.^2+deviatoricstress.yy.^2+2*deviatoricstress.xy.^2); 134 134 md.results.deviatoricstress=deviatoricstress; 135 135
Note:
See TracChangeset
for help on using the changeset viewer.