Skip to content
Snippets Groups Projects
Commit 651e9eec authored by Ling Wu's avatar Ling Wu
Browse files

bug

parent 9553a7fc
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,8 @@ double mlawHyperViscoElastic::deformationEnergy(const IPHyperViscoElastic& q) co
double Av, dAv,B_d;
static STensor3 dB_d;
evaluatePhiPCorrection(trEe, devEpr, A_v, dAprdEepr, B_d, dB_vddevEe);
Psy = getUpdatedBulkModulus(&q)*A_v*(0.5*trEe*trEe)+getUpdatedShearModulus(&q)*B_d*STensorOperation::doubledot(devEe,devEe); //this is not correct we should do an integral
evaluatePhiPCorrection(trEe, devEe, Av, dAv, B_d, dB_d);
Psy = getUpdatedBulkModulus(&q)*Av*(0.5*trEe*trEe)+getUpdatedShearModulus(&q)*B_d*STensorOperation::doubledot(devEe,devEe); //this is not correct we should do an integral
for (int i=0; i<_N; i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment