28 SUBROUTINE dt1lawp(PM,GEO,MAT,MXG,DELTAX,DTX,IGTYP)
32#include "implicit_f.inc"
41#include "vect01_c.inc"
45 INTEGER MAT(MVSIZ), MXG(MVSIZ),IGTYP
48 . pm(npropm,*), geo(npropg,*), deltax(mvsiz), dtx(mvsiz)
52 INTEGER I, MX, IG,INEW
55 . rho0, g, c1, ssp, c,
56 . iyy, izz, sl2i, shf, dmp,
57 . dsh, phi, f1, f2, fac, young,cst,fsh
69 sl2i = geo(1,ig)*deltax(i)**2/
max(em20,izz,iyy)
70 cst = six_over_5*pm(20,mx)/g
71 fsh = deltax(i)/(one_over_12*sl2i+cst)
74 dmp =
max(geo(16,ig),geo(17,ig))
76 fac =sqrt(one+dmp*dmp)-dmp
78 dtx(i) = fac * deltax(i) /
max(em20,ssp)
79 IF (igtyp /= 18) dtx(i) = dtx(i)/sqrt(fsh)
subroutine dt1lawp(pm, geo, mat, mxg, deltax, dtx, igtyp)