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

Go to the source code of this file.

Functions/Subroutines

subroutine i8gap3 (gap, thk, area, alp, lft, llt)

Function/Subroutine Documentation

◆ i8gap3()

subroutine i8gap3 ( gap,
thk,
area,
alp,
integer, intent(inout) lft,
integer, intent(inout) llt )

Definition at line 28 of file i8gap3.F.

31
32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
39 INTEGER, INTENT(INOUT) :: LFT
40 INTEGER, INTENT(INOUT) :: LLT
41C REAL
43 . gap, thk(*), alp(*), area(*)
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER I
51C REAL
53 . var
54C-----------------------------------------------
55C
56 DO 100 i=lft,llt
57 thk(i)=gap
58 alp(i)=abs(two*gap/sqrt(area(i)))
59 var = fiveem2
60 alp(i)= max(var,alp(i))
61 var = one_fifth
62 alp(i)= min(var,alp(i))
63 100 CONTINUE
64C
65 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)
#define min(a, b)
Definition macros.h:20
#define max(a, b)
Definition macros.h:21