included damage and thermal files in Abaqus and Marc intefaces
This commit is contained in:
parent
92073bee26
commit
499eb7cdbe
|
@ -95,6 +95,13 @@ end module DAMASK_interface
|
|||
#include "homogenization_RGC.f90"
|
||||
#include "homogenization.f90"
|
||||
#include "CPFEM.f90"
|
||||
#include "constitutive_damage.f90"
|
||||
#include "damage_none.f90"
|
||||
#include "damage_gradient.f90"
|
||||
#include "constitutive_thermal.f90"
|
||||
#include "thermal_none.f90"
|
||||
#include "thermal_conduction.f90"
|
||||
#include "thermal_adiabatic.f90"
|
||||
|
||||
subroutine vumat(nBlock, nDir, nshr, nStateV, nFieldV, nProps, lAnneal, &
|
||||
stepTime, totalTime, dt, cmName, coordMp, charLength, &
|
||||
|
|
|
@ -95,6 +95,14 @@ end module DAMASK_interface
|
|||
#include "homogenization_RGC.f90"
|
||||
#include "homogenization.f90"
|
||||
#include "CPFEM.f90"
|
||||
#include "constitutive_damage.f90"
|
||||
#include "damage_none.f90"
|
||||
#include "damage_gradient.f90"
|
||||
#include "constitutive_thermal.f90"
|
||||
#include "thermal_none.f90"
|
||||
#include "thermal_conduction.f90"
|
||||
#include "thermal_adiabatic.f90"
|
||||
|
||||
|
||||
subroutine UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,&
|
||||
RPL,DDSDDT,DRPLDE,DRPLDT,STRAN,DSTRAN,&
|
||||
|
|
|
@ -124,6 +124,13 @@ end module DAMASK_interface
|
|||
#include "homogenization_RGC.f90"
|
||||
#include "homogenization.f90"
|
||||
#include "CPFEM.f90"
|
||||
#include "constitutive_damage.f90"
|
||||
#include "damage_none.f90"
|
||||
#include "damage_gradient.f90"
|
||||
#include "constitutive_thermal.f90"
|
||||
#include "thermal_none.f90"
|
||||
#include "thermal_conduction.f90"
|
||||
#include "thermal_adiabatic.f90"
|
||||
|
||||
|
||||
!--------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue