#include "implicit_f.inc"
#include "mvsiz_p.inc"
Go to the source code of this file.
|
| subroutine | cbaener (forpg, eint, jft, jlt, off, vol, exy, nel) |
| subroutine | cbaeners (jft, jlt, off, area, thk0, def, forpg, eint, dt, nel) |
◆ cbaener()
| subroutine cbaener |
( |
| forpg, |
|
|
| eint, |
|
|
integer | jft, |
|
|
integer | jlt, |
|
|
| off, |
|
|
| vol, |
|
|
| exy, |
|
|
integer | nel ) |
Definition at line 28 of file cbaener.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37 INTEGER JFT ,JLT,NEL
39 . vol(*),off(*), exy(*) ,forpg(nel,5),eint(nel,2)
40
41
42
43 INTEGER I
45
46 DO i=jft,jlt
47 thoff = half* off(i)*vol(i)
48 eint(i,1) = eint(i,1) - forpg(i,3)*exy(i)*thoff
49 ENDDO
50
51 RETURN
◆ cbaeners()
| subroutine cbaeners |
( |
integer | jft, |
|
|
integer | jlt, |
|
|
| off, |
|
|
| area, |
|
|
| thk0, |
|
|
| def, |
|
|
| forpg, |
|
|
| eint, |
|
|
| dt, |
|
|
integer | nel ) |
Definition at line 58 of file cbaener.F.
60
61
62
63
64#include "implicit_f.inc"
65
66
67
68#include "mvsiz_p.inc"
69
70
71
72 INTEGER JFT ,JLT,NEL
74 .
area(*),thk0(*),off(*), def(mvsiz,8) ,forpg(nel,5),eint(nel,2),dt
75
76
77
78 INTEGER I
80
81 DO i=jft,jlt
82 thoff = off(i)*
area(i)*thk0(i)*dt*half
83 eint(i,1) = eint(i,1) + forpg(i,3)*def(i,3)*thoff
84 ENDDO
85 RETURN
subroutine area(d1, x, x2, y, y2, eint, stif0)