Skip to content
Snippets Groups Projects
Commit b5050b4f authored by Christian Silbermann's avatar Christian Silbermann Committed by Dmitri Naumov
Browse files

Bugfix algorithmic tangent, only relevant for theta<1

parent 2378a458
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ v.setEntryName("VolumeRatio"); // Total volume per solid volume = 1 + pore numb ...@@ -200,7 +200,7 @@ v.setEntryName("VolumeRatio"); // Total volume per solid volume = 1 + pore numb
dfrpc_ddlp = dfrpc_ddeplV * ntr; dfrpc_ddlp = dfrpc_ddeplV * ntr;
dfrpc_ddeel = dfrpc_ddeplV * dlp * (id2 | dn_ddeel); dfrpc_ddeel = dfrpc_ddeplV * dlp * (id2 | dn_ddeel);
dfrpc_ddrpc = 1 + (deplV * the + dfrpc_ddeplV * dlp * trace(dn_ddrpc)) * theta; dfrpc_ddrpc = 1 + deplV * the * theta + dfrpc_ddeplV * dlp * trace(dn_ddrpc);
} }
// compute resulting stresses // compute resulting stresses
......
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