Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmyhill committed Jul 26, 2024
1 parent 84ab5db commit 56a8c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/material_model/rheology/composite_visco_plastic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ namespace aspect
// Taking the minimum viscosity from
// all of these elements provides an excellent first approximation
// to the true viscosity of that composition.
// For a starting guess, we further assume that one composition takes
// up all the strain.
// For a starting guess, we further assume that each composition
// experiences the same strain rate.

// The stress can then be calculated as 2 * viscoplastic_viscosity_guess * edot_ii
double inverse_viscoplastic_viscosity_guess = 1./maximum_viscosity;
Expand Down

0 comments on commit 56a8c6a

Please sign in to comment.