Changeset 17196


Ignore:
Timestamp:
01/29/14 12:08:56 (11 years ago)
Author:
cborstad
Message:

CHG: stripped TMeltingPoint function out of arrhenius to make it an independent function

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  
    4545end
    4646
    47     function Tm=TMeltingPoint(pressure)
    48         Tm=GetThom(T0,pressure);
    49     end
    50    
    51     function Th=GetThom(T,pressure)
    52         Th=T-beta*pressure;
    53     end
    54 
    5547%   values for Activation energy Q and pre-exponential constants from
    5648%   Grewe/Blatter 2009, p54
     
    8274   
    8375    function B=GetRigidity(T,w,pressure)
    84         Thom=GetThom(T, pressure);
     76        Thom=TMeltingPoint(T, pressure);
    8577        A=GetA(Thom, w);
    8678        B=1./(A.^(1/n));
Note: See TracChangeset for help on using the changeset viewer.