c
c user subroutine uexpan

      subroutine uexpan(expan,dexpandt,temp,time,dtime,predef,dpred,
     $     statev,cmname,nstatv,noel)
c
      include 'aba_param.inc'
c
      character*80 cmname
c
      dimension expan(*),dexpandt(*),temp(2),time(2),predef(*),
     $     dpred(*),statev(nstatv)
c
	alpha1 = 1.0d-05
	alpha2 = 1.2d-05
c
	expan(1) = alpha1*temp(2)
	expan(2) = alpha2*temp(2)
c
      return
      end