Changeset 17196
- Timestamp:
- 01/29/14 12:08:56 (11 years ago)
- Location:
- issm/trunk-jpl/src/m/materials
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/materials/arrhenius.m
r17027 r17196 45 45 end 46 46 47 function Tm=TMeltingPoint(pressure)48 Tm=GetThom(T0,pressure);49 end50 51 function Th=GetThom(T,pressure)52 Th=T-beta*pressure;53 end54 55 47 % values for Activation energy Q and pre-exponential constants from 56 48 % Grewe/Blatter 2009, p54 … … 82 74 83 75 function B=GetRigidity(T,w,pressure) 84 Thom= GetThom(T, pressure);76 Thom=TMeltingPoint(T, pressure); 85 77 A=GetA(Thom, w); 86 78 B=1./(A.^(1/n));
Note:
See TracChangeset
for help on using the changeset viewer.