using Voigt notation

This is a bugfix with a change of behavior
This commit is contained in:
Martin Diehl 2021-11-19 09:57:40 +01:00
parent ff9fa1d4f7
commit 021d614daf
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 277b4a693a57c1e4583bcf8ea2205f9b5d147198 Subproject commit 76bb51348de75207d483d369628670e5ae51dca9

View File

@ -652,8 +652,8 @@ module function RGC_updateState(P,F,avgF,dt,dPdF,ce) result(doneAndHappy)
real(pReal), dimension(6,6) :: C real(pReal), dimension(6,6) :: C
C = phase_homogenizedC66(material_phaseID(co,ce),material_phaseEntry(co,ce)) C = phase_homogenizedC66(material_phaseID(co,ce),material_phaseEntry(co,ce)) ! damage not included!
equivalentMu = lattice_equivalent_mu(math_sym3333to66(math_Voigt66to3333(C)),'voigt') !ToDo: Bug, should be Voigt not sym equivalentMu = lattice_equivalent_mu(C,'voigt')
end function equivalentMu end function equivalentMu