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

Go to the source code of this file.

Functions/Subroutines

subroutine sesa30 (sig, eint, qold, vol, qnew, vnew, dv2, nel, p01)

Function/Subroutine Documentation

◆ sesa30()

subroutine sesa30 ( sig,
eint,
qold,
vol,
qnew,
vnew,
dv2,
integer nel,
p01 )

Definition at line 28 of file sesa30.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C G l o b a l P a r a m e t e r s
36C-----------------------------------------------
37#include "mvsiz_p.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER NEL
46 . sig(nel,6), eint(*), qold(*), vol(*) ,qnew(*), vnew(*), dv2(*), p01(*)
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER I
52 . p(mvsiz)
53C-----------------------------------------------
54 DO i=1,nel
55 p(i)=p01(i)
56 eint(i)=max(zero,eint(i)-dv2(i)*(p(i)+qnew(i)))
57 eint(i)=eint(i)/max(em30,vol(i))
58 ENDDO
59C
60 DO i=1,nel
61 sig(i,1)=sig(i,1)-p(i)
62 sig(i,2)=sig(i,2)-p(i)
63 sig(i,3)=sig(i,3)-p(i)
64 ENDDO
65C
66 RETURN
#define my_real
Definition cppsort.cpp:32
#define max(a, b)
Definition macros.h:21