OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
m1lawt.F File Reference
#include "implicit_f.inc"
#include "mvsiz_p.inc"
#include "param_c.inc"
#include "com08_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine m1lawt (pm, geo, off, for, eint, area, al0, sti, mat, mgm, eps, al, nel)

Function/Subroutine Documentation

◆ m1lawt()

subroutine m1lawt ( pm,
geo,
off,
for,
eint,
area,
al0,
sti,
integer, dimension(mvsiz) mat,
integer, dimension(mvsiz) mgm,
eps,
al,
integer, intent(in) nel )

Definition at line 28 of file m1lawt.F.

33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C G l o b a l P a r a m e t e r s
39C-----------------------------------------------
40#include "mvsiz_p.inc"
41C-----------------------------------------------
42C C o m m o n B l o c k s
43C-----------------------------------------------
44#include "param_c.inc"
45#include "com08_c.inc"
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 INTEGER, INTENT(IN) :: NEL
50 INTEGER MAT(MVSIZ),MGM(MVSIZ)
52 . pm(npropm,*),geo(npropg,*),off(*),for(*),eint(*),
53 . area(*),al0(*),sti(*),eps(mvsiz),al(mvsiz)
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER I,J
59 . pr(mvsiz),ym(mvsiz),gap(mvsiz),yma
60C-----------------------------------------------
61 DO i=1,nel
62 ym(i) = pm(20,mat(i))
63 pr(i) = pm(21,mat(i))
64 gap(i) = geo(2,mgm(i))
65 ENDDO
66c
67 DO i=1,nel
68 IF(gap(i) > zero .AND. al(i) <= (al0(i)-gap(i))) off(i)=one
69 ENDDO
70c
71 DO i=1,nel
72 eint(i)=eint(i)+for(i)*eps(i)*al(i)*dt1*half
73 ENDDO
74c
75 DO i=1,nel
76 area(i)=area(i)*(one - two*pr(i)*eps(i)*dt1*off(i))
77 ENDDO
78c
79 DO i=1,nel
80 yma = ym(i)*area(i)
81 for(i) = for(i)+yma*eps(i)*dt1
82 sti(i) = zero
83 IF (al(i) /= zero)
84 . sti(i) = yma / al(i)
85 sti(i) = sti(i)*off(i)
86 for(i) = for(i)*off(i)
87 ENDDO
88c
89 DO i=1,nel
90 eint(i)=eint(i)+for(i)*eps(i)*al(i)*dt1*half
91 ENDDO
92C-----------------------------------------------
93 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)
for(i8=*sizetab-1;i8 >=0;i8--)