added remark to include looping over sources of same type within one phase. (for instance to accommodate different activity periods.)
This commit is contained in:
parent
3c9d6df889
commit
25a03e128a
|
@ -272,9 +272,10 @@ subroutine source_damage_isoBrittle_deltaState(C, Fe, ipc, ip, el)
|
||||||
stiffness(6,6), &
|
stiffness(6,6), &
|
||||||
strainenergy
|
strainenergy
|
||||||
|
|
||||||
phase = mappingConstitutive(2,ipc,ip,el)
|
phase = mappingConstitutive(2,ipc,ip,el) !< phase ID at ipc,ip,el
|
||||||
constituent = mappingConstitutive(1,ipc,ip,el)
|
constituent = mappingConstitutive(1,ipc,ip,el) !< state array offset for phase ID at ipc,ip,el
|
||||||
instance = source_damage_isoBrittle_instance(phase)
|
! ToDo: capability for multiple instances of SAME source within given phase. Needs Ninstance loop from here on!
|
||||||
|
instance = source_damage_isoBrittle_instance(phase) !< instance of damage_isoBrittle source
|
||||||
sourceOffset = source_damage_isoBrittle_offset(phase)
|
sourceOffset = source_damage_isoBrittle_offset(phase)
|
||||||
|
|
||||||
stiffness = C
|
stiffness = C
|
||||||
|
|
Loading…
Reference in New Issue