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

clen impl of transition

parent 6dcc6b58
No related branches found
No related tags found
1 merge request!181Coal jl8
......@@ -577,6 +577,21 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons
else
{
// In the bulk:
/*
// Only growth model is allowed
q1Thom->getRefToCoalescenceOnsetFlag() = false;
// Reset onset variables to their default value
q1Thom->getRefToPorosityAtCoalescenceOnset() = 0.;
q1Thom->getRefToLigamentRatioAtCoalescenceOnset() = 0.;
q1Thom->getRefToAspectRatioAtCoalescenceOnset() = 0.;
q1Thom->getRefToShapeFactorAtCoalescenceOnset() = 0.;
q1Thom->getRefToCoalescenceActiveFlag() = false;
q1Thom->getRefToCrackOffsetOnCft() = 1.;
q1Thom->getRefToAccelerateRate() = 1.;
q1Thom->getRefToYieldOffset() = 0.;
*/
if (!q0Thom->getCoalescenceOnsetFlag()){
double yieldThomason = _mlawCoales->yieldFunction(kcorEq,pcor,R,yieldfV,q0,q1,T);
......@@ -630,6 +645,11 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons
q1Thom->getRefToAccelerateRate() = q0Thom->getAccelerateRate();
}
}
// In the bulk: end
}
else{
// If crack transition is not used: no distinction between bulk and interface ipvs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment