Skip to content
Snippets Groups Projects
Commit fc710dbc authored by Julien Leclerc's avatar Julien Leclerc
Browse files

avoid Gurson in CBM

parent 8f789326
Branches
Tags
1 merge request!156Coal jl8
......@@ -513,7 +513,7 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons
q1Thom->getRefToYieldOffset() = yieldGurson;
if(yieldGurson > _tol){
Msg::Info("Change yield surface to Gurson fG =%e",yieldGurson);
q1Thom->getRefToCoalescenceActiveFlag() = false; // Gurson will be used at the next time step
q1Thom->getRefToCoalescenceActiveFlag() = true; // Gurson will be used at the next time step
q1Thom->getRefToAccelerateRate() = 1.0;
}
else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment