included damage and thermal files in Abaqus and Marc intefaces

This commit is contained in:
Luv Sharma 2014-07-03 10:59:27 +00:00
parent 92073bee26
commit 499eb7cdbe
3 changed files with 22 additions and 0 deletions

View File

@ -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, &

View File

@ -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,&

View File

@ -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"
!--------------------------------------------------------------------------------------------------