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

Go to the source code of this file.

Functions/Subroutines

subroutine cbaener (forpg, eint, jft, jlt, off, vol, exy, nel)
subroutine cbaeners (jft, jlt, off, area, thk0, def, forpg, eint, dt, nel)

Function/Subroutine Documentation

◆ cbaener()

subroutine cbaener ( forpg,
eint,
integer jft,
integer jlt,
off,
vol,
exy,
integer nel )

Definition at line 28 of file cbaener.F.

30C-----------------------------------------------
31C I M P L I C I T T Y P E S
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C D U M M Y A R G U M E N T S
36C-----------------------------------------------
37 INTEGER JFT ,JLT,NEL
38 my_real
39 . vol(*),off(*), exy(*) ,forpg(nel,5),eint(nel,2)
40C-----------------------------------------------
41C L O C A L V A R I A B L E S
42C-----------------------------------------------
43 INTEGER I
44 my_real thoff
45C=======================================================================
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
50c------------
51 RETURN
#define my_real
Definition cppsort.cpp:32

◆ cbaeners()

subroutine cbaeners ( integer jft,
integer jlt,
off,
area,
thk0,
def,
forpg,
eint,
dt,
integer nel )

Definition at line 58 of file cbaener.F.

60C---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
61C-----------------------------------------------
62C I M P L I C I T T Y P E S
63C-----------------------------------------------
64#include "implicit_f.inc"
65C-----------------------------------------------
66C G l o b a l P a r a m e t e r s
67C-----------------------------------------------
68#include "mvsiz_p.inc"
69C-----------------------------------------------
70C D U M M Y A R G U M E N T S
71C-----------------------------------------------
72 INTEGER JFT ,JLT,NEL
73 my_real
74 . area(*),thk0(*),off(*), def(mvsiz,8) ,forpg(nel,5),eint(nel,2),dt
75C-----------------------------------------------
76C L O C A L V A R I A B L E S
77C-----------------------------------------------
78 INTEGER I
79 my_real thoff
80C
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)