Skip to content
Snippets Groups Projects
Commit e2e6e2f9 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MPL] Fix saturation dependent swelling.

Divide by dt to get a rate instead of an increment.
Update the test references.
parent 26033c2a
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 29 deletions
......@@ -97,7 +97,7 @@ PropertyDataType SaturationDependentSwelling::value(
_lambda[i] * _p[i] * std::pow(S_eff, _lambda[i] - 1) * ei_otimes_ei;
}
return (delta_sigma_sw * delta_S_eff).eval();
return (delta_sigma_sw * delta_S_eff / dt).eval();
}
PropertyDataType SaturationDependentSwelling::dValue(
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment