We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb0ab0d + 5254ded commit af958a8Copy full SHA for af958a8
source/material_model/reaction_model/grain_size_evolution.cc
@@ -538,9 +538,6 @@ namespace aspect
538
prm.leave_subsection();
539
}
540
541
- // scale recrystallized grain size, diffusion creep and grain growth prefactor accordingly
542
- grain_growth_rate_constant[grain_growth_rate_constant.size()-1] *= std::pow(1.0,grain_growth_exponent[grain_growth_exponent.size()-1]);
543
-
544
// TODO: Remove deprecated parameters in next release.
545
const double pv_grain_size_scaling = prm.get_double ("Lower mantle grain size scaling");
546
AssertThrow(pv_grain_size_scaling == 1.0,
0 commit comments