Skip to content

Commit

Permalink
A few minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Sep 17, 2021
1 parent 5046494 commit 38f895b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions doc/sphinx/manual/modeling-choices/marine/damage.rst
Expand Up @@ -19,16 +19,17 @@ framework by introducing a linear mapping between the actual physical (damaged)
of the material and an effective state that is compatible with a homogeneous,
continuum representation of the creep law (Eq. 6 in :cite:`AlbrechtLevermann2014softening`).

Fractures form above a critical stress threshold `\sigma_t` (or `\tau_0`) in the ice (von
Fractures form above a critical stress threshold `\sigma_{\text{cr}}` in the ice (von
Mises or maximum stress criterion or fracture toughness from Linear Elastic Fracture
Mechanics) with a certain fracture growth rate `\gamma`, that is related to the strain
rate (longitudinal spreading or effective strain rate; Eq. 9 in
:cite:`AlbrechtLevermann2012`). Fracture healing is assumed to occur with a defined
healing rate below a strain rate threshold (scaled with the difference to the threshold or
constant; Eq. 11 in :cite:`AlbrechtLevermann2012`).
Mechanics) with a fracture growth rate proportional to `\gamma` (Eq. 2 in
:cite:`AlbrechtLevermann2014softening`), that is related to the strain rate (longitudinal
spreading or effective strain rate; Eq. 9 in :cite:`AlbrechtLevermann2012`). Fracture
healing is assumed to occur with a defined healing rate below a strain rate threshold
(scaled with the difference to the threshold or constant; Eq. 11 in
:cite:`AlbrechtLevermann2012`).

The fracture growth rate `\gamma` is ignored if :config:`fracture_density.borstad_limit`
is set.
The fracture growth constant `\gamma` (:config:`fracture_density.gamma`) is ignored if
:config:`fracture_density.borstad_limit` is set.

To enable this model, set :config:`fracture_density.enabled`.

Expand All @@ -38,10 +39,6 @@ This model is controlled by the following parameters:
:prefix: fracture_density.
:exclude: fracture_density.enabled


The four parameters FIXME, FIXME, FIXME, FIXME can be set using one command-line option
:opt:`-fracture_parameters`: use a comma-separated list of four values.

.. rubric:: Testing

See the scripts in ``example/ross/fracture`` for a way to test different damage options
Expand Down

0 comments on commit 38f895b

Please sign in to comment.