From 56a8c6aedc9d47e17161cf66a8e7bf3479afd621 Mon Sep 17 00:00:00 2001 From: Bob Myhill Date: Fri, 26 Jul 2024 19:08:52 +0100 Subject: [PATCH] fix comment --- source/material_model/rheology/composite_visco_plastic.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/material_model/rheology/composite_visco_plastic.cc b/source/material_model/rheology/composite_visco_plastic.cc index 810486999b4..4bffd3763c7 100644 --- a/source/material_model/rheology/composite_visco_plastic.cc +++ b/source/material_model/rheology/composite_visco_plastic.cc @@ -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;