jrleeman / rsfmodel

Rate and state frictional solver
MIT License
31 stars 12 forks source link

Add Nagata Law #13

Closed jrleeman closed 9 years ago

jrleeman commented 9 years ago

Added the Nagata state evolution relation. This depends on dmu/dt, so I made that an attribute in the model object so it could be accessed by the evolve_state method. Also just passed the model object to the state laws since it inherits all attributes of LoadingSystem. Addresses #12

screen shot 2015-05-28 at 7 49 09 am

dopplershift commented 9 years ago

Looks good to me.