Changeset 22997


Ignore:
Timestamp:
07/22/18 12:42:47 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: stress is now devatoricstress in effective value to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/mech/mechanicalproperties.m

    r22754 r22997  
    131131deviatoricstress.principalvalue2=valuesstress(:,2);
    132132deviatoricstress.principalaxis2=directionsstress(:,3:4);
    133 deviatoricstress.effectivevalue=1/sqrt(2)*sqrt(stress.xx.^2+stress.yy.^2+2*stress.xy.^2);
     133deviatoricstress.effectivevalue=1/sqrt(2)*sqrt(deviatoricstress.xx.^2+deviatoricstress.yy.^2+2*deviatoricstress.xy.^2);
    134134md.results.deviatoricstress=deviatoricstress;
    135135
Note: See TracChangeset for help on using the changeset viewer.