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

add angle computation at crack insertion

parent 5388bb15
No related branches found
No related tags found
1 merge request!181Coal jl8
...@@ -486,6 +486,7 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons ...@@ -486,6 +486,7 @@ void mlawNonLocalPorousCoupledLaw::checkCoalescence(IPNonLocalPorosity* q1, cons
// Method 0: Offset is not used: always equal to 1. // Method 0: Offset is not used: always equal to 1.
q1Thom->getRefToCrackOffsetOnCft() = 1.; q1Thom->getRefToCrackOffsetOnCft() = 1.;
} }
Msg::Info("Criterion satified with a traction force angle =%e rad", atan(sqrt(tauTanSq)/tauN));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment