Caltech-OCTO / Subzero.jl

Native Julia Discrete Element Sea Ice Model
MIT License
5 stars 1 forks source link

Ll stresshistory #90

Closed LanaLubecke closed 2 months ago

LanaLubecke commented 3 months ago

Implements a new way of calculating stress on floes and determining fractures that matched Georgy Manucharyan and Brandon Montemuro's upcoming Matlab code. Implements two types of stress calculators, DecayAreaScaledCalculator, which is what matches the Matlab code. This pull request also implements DamageCalculator which attempts to introduce a more physical way of calculating stress on the floe. With this calculator, accumulated stress = damage * instantaneous stress.

skygering commented 3 months ago

We also need to deal with the conflicts with the main branch. But I can do that after the quarter is over 😄