using Voigt notation
This is a bugfix with a change of behavior
This commit is contained in:
parent
ff9fa1d4f7
commit
021d614daf
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 277b4a693a57c1e4583bcf8ea2205f9b5d147198
|
||||
Subproject commit 76bb51348de75207d483d369628670e5ae51dca9
|
|
@ -652,8 +652,8 @@ module function RGC_updateState(P,F,avgF,dt,dPdF,ce) result(doneAndHappy)
|
|||
real(pReal), dimension(6,6) :: C
|
||||
|
||||
|
||||
C = phase_homogenizedC66(material_phaseID(co,ce),material_phaseEntry(co,ce))
|
||||
equivalentMu = lattice_equivalent_mu(math_sym3333to66(math_Voigt66to3333(C)),'voigt') !ToDo: Bug, should be Voigt not sym
|
||||
C = phase_homogenizedC66(material_phaseID(co,ce),material_phaseEntry(co,ce)) ! damage not included!
|
||||
equivalentMu = lattice_equivalent_mu(C,'voigt')
|
||||
|
||||
end function equivalentMu
|
||||
|
||||
|
|
Loading…
Reference in New Issue