2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
|
|
|
! Material subroutine for MSC.Marc Version 0.1
|
|
|
|
!
|
|
|
|
! written by F. Roters, P. Eisenlohr, L. Hantcherli, W.A. Counts
|
|
|
|
! MPI fuer Eisenforschung, Duesseldorf
|
|
|
|
!
|
2007-11-08 13:56:02 +05:30
|
|
|
! last modified: 08.11.2007
|
2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
|
|
|
! Usage:
|
|
|
|
! - choose material as hypela2
|
2007-04-11 18:51:22 +05:30
|
|
|
! - set statevariable 2 to index of material
|
|
|
|
! - set statevariable 3 to index of texture
|
2007-03-22 17:39:37 +05:30
|
|
|
! - choose output of user variables if desired
|
2007-04-11 18:51:22 +05:30
|
|
|
! - make sure the file "mattex.mpie" exists in the working
|
2007-03-22 17:39:37 +05:30
|
|
|
! directory
|
2007-04-11 18:51:22 +05:30
|
|
|
! - use nonsymmetric option for solver (e.g. direct
|
|
|
|
! profile or multifrontal sparse, the latter seems
|
|
|
|
! to be faster!)
|
2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
|
|
|
! Marc subroutines used:
|
|
|
|
! - hypela2
|
|
|
|
! - plotv
|
|
|
|
! - quit
|
|
|
|
!********************************************************************
|
|
|
|
! Marc common blocks included:
|
2007-03-26 15:57:34 +05:30
|
|
|
! - concom: lovl, ncycle, inc, incsub
|
2007-03-22 17:39:37 +05:30
|
|
|
! - creeps: timinc
|
|
|
|
!********************************************************************
|
|
|
|
!
|
|
|
|
include "prec.f90"
|
2007-03-26 15:57:34 +05:30
|
|
|
include "math.f90"
|
|
|
|
include "IO.f90"
|
|
|
|
include "mesh.f90"
|
2007-10-11 17:06:09 +05:30
|
|
|
include "crystal.f90"
|
2007-10-16 18:52:39 +05:30
|
|
|
include "constitutive.f90"
|
2007-03-22 17:39:37 +05:30
|
|
|
include "CPFEM.f90"
|
2007-12-14 19:06:04 +05:30
|
|
|
|
2007-04-11 18:51:22 +05:30
|
|
|
SUBROUTINE hypela2(d,g,e,de,s,t,dt,ngens,n,nn,kcus,matus,ndi,&
|
2007-03-28 13:42:48 +05:30
|
|
|
nshear,disp,dispt,coord,ffn,frotn,strechn,eigvn,ffn1,&
|
|
|
|
frotn1,strechn1,eigvn1,ncrd,itel,ndeg,ndm,&
|
|
|
|
nnode,jtype,lclass,ifr,ifu)
|
2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
|
|
|
! This is the Marc material routine
|
|
|
|
!********************************************************************
|
|
|
|
!
|
2007-03-28 13:42:48 +05:30
|
|
|
! ************* user subroutine for defining material behavior **************
|
|
|
|
!
|
|
|
|
!
|
|
|
|
! CAUTION : Due to calculation of the Deformation gradients, Stretch Tensors and
|
|
|
|
! Rotation tensors at previous and current states, the analysis can be
|
|
|
|
! computationally expensive. Please use the user subroutine -> hypela
|
|
|
|
! if these kinematic quantities are not needed in the constitutive model
|
|
|
|
!
|
|
|
|
!
|
|
|
|
! IMPORTANT NOTES :
|
|
|
|
!
|
|
|
|
! (1) F,R,U are only available for continuum and membrane elements (not for
|
|
|
|
! shells and beams).
|
|
|
|
!
|
|
|
|
! (2) For total Lagrangian formulation use the -> 'Elasticity,1' card(=
|
|
|
|
! total Lagrange with large disp) in the parameter section of input deck.
|
|
|
|
! For updated Lagrangian formulation use the -> 'Plasticity,3' card(=
|
|
|
|
! update+finite+large disp+constant d) in the parameter section of
|
|
|
|
! input deck.
|
|
|
|
!
|
|
|
|
!
|
|
|
|
! d stress strain law to be formed
|
|
|
|
! g change in stress due to temperature effects
|
|
|
|
! e total elastic strain
|
|
|
|
! de increment of strain
|
|
|
|
! s stress - should be updated by user
|
|
|
|
! t state variables (comes in at t=n, must be updated
|
|
|
|
! to have state variables at t=n+1)
|
|
|
|
! dt increment of state variables
|
|
|
|
! ngens size of stress - strain law
|
|
|
|
! n element number
|
|
|
|
! nn integration point number
|
|
|
|
! kcus(1) layer number
|
|
|
|
! kcus(2) internal layer number
|
|
|
|
! matus(1) user material identification number
|
|
|
|
! matus(2) internal material identification number
|
|
|
|
! ndi number of direct components
|
|
|
|
! nshear number of shear components
|
|
|
|
! disp incremental displacements
|
|
|
|
! dispt displacements at t=n (at assembly, lovl=4) and
|
|
|
|
! displacements at t=n+1 (at stress recovery, lovl=6)
|
|
|
|
! coord coordinates
|
|
|
|
! ncrd number of coordinates
|
|
|
|
! ndeg number of degrees of freedom
|
|
|
|
! itel dimension of F and R, either 2 or 3
|
|
|
|
! nnode number of nodes per element
|
|
|
|
! jtype element type
|
|
|
|
! lclass element class
|
|
|
|
! ifr set to 1 if R has been calculated
|
|
|
|
! ifu set to 1 if strech has been calculated
|
|
|
|
!
|
|
|
|
! at t=n :
|
|
|
|
!
|
|
|
|
! ffn deformation gradient
|
|
|
|
! frotn rotation tensor
|
|
|
|
! strechn square of principal stretch ratios, lambda(i)
|
|
|
|
! eigvn(i,j) i principal direction components for j eigenvalues
|
|
|
|
!
|
|
|
|
! at t=n+1 :
|
|
|
|
!
|
|
|
|
! ffn1 deformation gradient
|
|
|
|
! frotn1 rotation tensor
|
|
|
|
! strechn1 square of principal stretch ratios, lambda(i)
|
|
|
|
! eigvn1(i,j) i principal direction components for j eigenvalues
|
|
|
|
!
|
|
|
|
! The following operation obtains U (stretch tensor) at t=n+1 :
|
|
|
|
!
|
|
|
|
! call scla(un1,0.d0,itel,itel,1)
|
|
|
|
! do 3 k=1,3
|
|
|
|
! do 2 i=1,3
|
|
|
|
! do 1 j=1,3
|
|
|
|
! un1(i,j)=un1(i,j)+dsqrt(strechn1(k))*eigvn1(i,k)*eigvn1(j,k)
|
|
|
|
!1 continue
|
|
|
|
!2 continue
|
|
|
|
!3 continue
|
|
|
|
!
|
2007-03-22 17:39:37 +05:30
|
|
|
!
|
2007-03-26 15:57:34 +05:30
|
|
|
use prec, only: pReal,pInt
|
2007-11-08 13:56:02 +05:30
|
|
|
use CPFEM, only: CPFEM_general
|
2007-03-22 17:39:37 +05:30
|
|
|
implicit real(pReal) (a-h,o-z)
|
|
|
|
!
|
2007-04-11 18:51:22 +05:30
|
|
|
! Marc common blocks are in fixed format so they have to be pasted in here
|
|
|
|
! Beware of changes in newer Marc versions -- these are from 2005r3
|
2007-03-26 15:57:34 +05:30
|
|
|
! concom is needed for inc, subinc, ncycle, lovl
|
2007-03-22 17:39:37 +05:30
|
|
|
! include 'concom'
|
2007-10-16 18:52:39 +05:30
|
|
|
common/concom/ &
|
2007-03-22 17:39:37 +05:30
|
|
|
iacous, iasmbl, iautth, ibear, icompl, iconj, icreep, ideva(50), idyn, idynt,&
|
|
|
|
ielas, ielcma, ielect, iform, ifour, iharm, ihcps, iheat, iheatt, ihresp,&
|
|
|
|
ijoule, ilem, ilnmom, iloren, inc, incext, incsub, ipass, iplres, ipois,&
|
|
|
|
ipoist, irpflo, ismall, ismalt, isoil, ispect, ispnow, istore, iswep, ithcrp,&
|
|
|
|
itherm, iupblg, iupdat, jacflg, jel, jparks, largst, lfond, loadup, loaduq,&
|
|
|
|
lodcor, lovl, lsub, magnet, ncycle, newtnt, newton, noshr, linear, ivscpl,&
|
|
|
|
icrpim, iradrt, ipshft, itshr, iangin, iupmdr, iconjf, jincfl, jpermg, jhour,&
|
|
|
|
isolvr, jritz, jtable, jshell, jdoubl, jform, jcentr, imini, kautth, iautof,&
|
|
|
|
ibukty, iassum, icnstd, icnstt, kmakmas, imethvp,iradrte,iradrtp, iupdate,iupdatp,&
|
|
|
|
ncycnt, marmen ,idynme, ihavca, ispf, kmini, imixed, largtt, kdoela, iautofg,&
|
|
|
|
ipshftp,idntrc, ipore, jtablm, jtablc, isnecma,itrnspo,imsdif, jtrnspo,mcnear,&
|
|
|
|
imech, imecht, ielcmat, ielectt,magnett, imsdift,noplas, jtabls, jactch, jtablth,&
|
|
|
|
kgmsto ,jpzo, ifricsh, iremkin,iremfor, ishearp,jspf, machining, jlshell,icompsol,&
|
|
|
|
iupblgfo,jcondir,nstcrp, nactive,ipassref, nstspnt,ibeart,icheckmpc, noline, icuring,&
|
|
|
|
ishrink,ioffsflg,isetoff, iharmt, inc_incdat, iautspc,ibrake
|
|
|
|
! creeps is needed for timinc (time increment)
|
|
|
|
! include 'creeps'
|
2007-10-16 18:52:39 +05:30
|
|
|
common/creeps/ &
|
2007-03-22 17:39:37 +05:30
|
|
|
cptim,timinc,timinc_p,timinc_s,timincm,timinc_a,timinc_b,creept(33),icptim,icfte,icfst,&
|
|
|
|
icfeq,icftm,icetem,mcreep,jcreep,icpa,icftmp,icfstr,icfqcp,icfcpm,icrppr,icrcha,icpb,iicpmt,iicpa
|
|
|
|
!
|
2007-03-28 13:42:48 +05:30
|
|
|
dimension e(*),de(*),t(*),dt(*),g(*),d(ngens,*),s(*), n(2),coord(ncrd,*),disp(ndeg,*),matus(2),dispt(ndeg,*),ffn(itel,*),&
|
|
|
|
frotn(itel,*),strechn(itel),eigvn(itel,*),ffn1(itel,*),frotn1(itel,*),strechn1(itel),eigvn1(itel,*),kcus(2)
|
2007-03-22 17:39:37 +05:30
|
|
|
!
|
2007-11-08 13:56:02 +05:30
|
|
|
! subroutine cpfem_general(mpie_ffn, mpie_ffn1, temperature, mpie_inc, mpie_subinc, mpie_cn,
|
|
|
|
! mpie_stress_recovery, mpie_tinc, mpie_en, mpie_in, mpie_s, mpie_d, mpie_ngens)
|
|
|
|
!********************************************************************
|
|
|
|
! This routine calculates the material behaviour
|
|
|
|
!********************************************************************
|
|
|
|
! mpie_ffn deformation gradient for t=t0
|
|
|
|
! mpie_ffn1 deformation gradient for t=t1
|
|
|
|
! temperature temperature
|
|
|
|
! mpie_inc increment number
|
|
|
|
! mpie_subinc subincrement number
|
|
|
|
! mpie_cn number of cycle
|
|
|
|
! mpie_stress_recovery indicates wether we are in stiffness assemly(lovl==4) or stress recovery(lovl==6)
|
|
|
|
! mpie_tinc time increment
|
|
|
|
! mpie_en element number
|
|
|
|
! mpie_in intergration point number
|
|
|
|
! mpie_s stress vector in Marc notation, i.e. 11 22 33 12, 23, 13
|
|
|
|
! mpie_d jacoby in Marc notation
|
|
|
|
! mpie_ngens size of stress strain law
|
2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
2007-11-08 13:56:02 +05:30
|
|
|
call CPFEM_general(ffn, ffn1, t(1), inc, incsub, ncycle, stress_recovery, timinc, n(1), nn, s, d, ngens)
|
|
|
|
return
|
2007-04-11 18:51:22 +05:30
|
|
|
|
|
|
|
END SUBROUTINE
|
2007-03-22 17:39:37 +05:30
|
|
|
!
|
|
|
|
!
|
2007-04-11 18:51:22 +05:30
|
|
|
SUBROUTINE plotv(v,s,sp,etot,eplas,ecreep,t,m,nn,layer,ndi,nshear,jpltcd)
|
2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
|
|
|
! This routine sets user defined output variables for Marc
|
|
|
|
!********************************************************************
|
|
|
|
!
|
|
|
|
! select a variable contour plotting (user subroutine).
|
|
|
|
!
|
|
|
|
! v variable
|
|
|
|
! s (idss) stress array
|
|
|
|
! sp stresses in preferred direction
|
|
|
|
! etot total strain (generalized)
|
|
|
|
! eplas total plastic strain
|
|
|
|
! ecreep total creep strain
|
|
|
|
! t current temperature
|
|
|
|
! m element number
|
|
|
|
! nn integration point number
|
|
|
|
! layer layer number
|
|
|
|
! ndi (3) number of direct stress components
|
|
|
|
! nshear (3) number of shear stress components
|
|
|
|
!
|
|
|
|
!********************************************************************
|
2007-04-11 18:51:22 +05:30
|
|
|
use prec, only: pReal,pInt
|
2007-03-22 18:47:07 +05:30
|
|
|
use CPFEM, only: CPFEM_results, CPFEM_Nresults
|
2007-03-28 13:42:48 +05:30
|
|
|
use constitutive, only: constitutive_maxNresults
|
2007-04-11 18:51:22 +05:30
|
|
|
use mesh, only: mesh_FEasCP
|
2007-03-22 17:39:37 +05:30
|
|
|
implicit none
|
|
|
|
!
|
|
|
|
real(pReal) s(*),etot(*),eplas(*),ecreep(*),sp(*)
|
|
|
|
real(pReal) v, t(*)
|
|
|
|
integer(pInt) m, nn, layer, ndi, nshear, jpltcd
|
|
|
|
!
|
|
|
|
! assign result variable
|
2007-10-16 18:52:39 +05:30
|
|
|
v=CPFEM_results(mod(jpltcd-1_pInt, CPFEM_Nresults+constitutive_maxNresults)+1_pInt,&
|
|
|
|
(jpltcd-1_pInt)/(CPFEM_Nresults+constitutive_maxNresults)+1_pInt,&
|
2007-03-28 13:42:48 +05:30
|
|
|
nn, mesh_FEasCP('elem', m))
|
2007-03-22 17:39:37 +05:30
|
|
|
return
|
2007-04-11 18:51:22 +05:30
|
|
|
END SUBROUTINE
|
2007-03-22 17:39:37 +05:30
|
|
|
!
|
|
|
|
!
|
2007-03-28 13:42:48 +05:30
|
|
|
! subroutine utimestep(timestep,timestepold,icall,time,timeloadcase)
|
2007-03-22 17:39:37 +05:30
|
|
|
!********************************************************************
|
|
|
|
! This routine modifies the addaptive time step of Marc
|
|
|
|
!********************************************************************
|
2007-03-28 13:42:48 +05:30
|
|
|
! use prec, only: pReal,pInt
|
|
|
|
! use CPFEM, only : CPFEM_timefactor_max
|
|
|
|
! implicit none
|
2007-03-22 17:39:37 +05:30
|
|
|
!
|
2007-03-28 13:42:48 +05:30
|
|
|
! real(pReal) timestep, timestepold, time,timeloadcase
|
|
|
|
! integer(pInt) icall
|
2007-03-22 17:39:37 +05:30
|
|
|
!
|
|
|
|
! user subroutine for modifying the time step in auto step
|
|
|
|
!
|
|
|
|
! timestep : the current time step as suggested by marc
|
|
|
|
! to be modified in this routine
|
|
|
|
! timestepold : the current time step before it was modified by marc
|
|
|
|
! icall : =1 for setting the initial time step
|
|
|
|
! =2 if this routine is called during an increment
|
|
|
|
! =3 if this routine is called at the beginning
|
|
|
|
! of the increment
|
|
|
|
! time : time at the start of the current increment
|
|
|
|
! timeloadcase: time period of the current load case
|
|
|
|
!
|
|
|
|
! it is in general not recommended to increase the time step
|
|
|
|
! during the increment.
|
|
|
|
! this routine is called right after the time step has (possibly)
|
|
|
|
! been updated by marc.
|
|
|
|
!
|
|
|
|
! user coding
|
|
|
|
! reduce timestep during increment in case mpie_timefactor is too large
|
2007-03-28 13:42:48 +05:30
|
|
|
! if(icall==2_pInt) then
|
|
|
|
! if(mpie_timefactor_max>1.25_pReal) then
|
|
|
|
! timestep=min(timestep,timestepold*0.8_pReal)
|
|
|
|
! end if
|
|
|
|
! return
|
2007-03-22 17:39:37 +05:30
|
|
|
! modify timestep at beginning of new increment
|
2007-03-28 13:42:48 +05:30
|
|
|
! else if(icall==3_pInt) then
|
|
|
|
! if(mpie_timefactor_max<=0.8_pReal) then
|
|
|
|
! timestep=min(timestep,timestepold*1.25_pReal)
|
|
|
|
! else if (mpie_timefactor_max<=1.0_pReal) then
|
|
|
|
! timestep=min(timestep,timestepold/mpie_timefactor_max)
|
|
|
|
! else if (mpie_timefactor_max<=1.25_pReal) then
|
|
|
|
! timestep=min(timestep,timestepold*1.01_pReal)
|
|
|
|
! else
|
|
|
|
! timestep=min(timestep,timestepold*0.8_pReal)
|
|
|
|
! end if
|
|
|
|
! end if
|
|
|
|
! return
|
|
|
|
! end
|