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

Go to the source code of this file.

Functions/Subroutines

subroutine asstifi (volnod, bvolnod, etnod, nshnod, stifint)

Function/Subroutine Documentation

◆ asstifi()

subroutine asstifi ( volnod,
bvolnod,
etnod,
integer, dimension(*) nshnod,
stifint )

Definition at line 28 of file asstifi.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "com04_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER NSHNOD(*)
42 . volnod(*), bvolnod(*), etnod(*), stifint(*)
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER N
47C-----------------------------------------------
48 DO n=1,numnod
49 bvolnod(n)=bvolnod(n)/max(em30,volnod(n))
50 stifint(n)=stifint(n)+bvolnod(n)*(2.*volnod(n))**third
51 IF(nshnod(n)>0)
52 . stifint(n)=stifint(n)+etnod(n)/nshnod(n)
53 ENDDO
54C
55 RETURN
#define my_real
Definition cppsort.cpp:32
#define max(a, b)
Definition macros.h:21