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

Go to the source code of this file.

Functions/Subroutines

subroutine i21main_gap (ipari, intbuf_tab, nin, itask, thknod)

Function/Subroutine Documentation

◆ i21main_gap()

subroutine i21main_gap ( integer, dimension(npari,ninter) ipari,
type(intbuf_struct_) intbuf_tab,
integer nin,
integer itask,
thknod )

Definition at line 33 of file i21main_gap.F.

36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
39 USE intstamp_mod
40 USE intbufdef_mod
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "com04_c.inc"
49#include "com08_c.inc"
50#include "param_c.inc"
51C-----------------------------------------------
52C D u m m y A r g u m e n t s
53C-----------------------------------------------
54 INTEGER NIN,ITASK,
55 . IPARI(NPARI,NINTER)
56C REAL
57 my_real
58 . thknod(*)
59
60 TYPE(INTBUF_STRUCT_) INTBUF_TAB
61C-----------------------------------------------
62C L o c a l V a r i a b l e s
63C-----------------------------------------------
64 INTEGER KD(50), JD(50), JFI, KFI, IGAP, IDEL
65C REAL
67 . startt, stopt
68 INTEGER :: NSN, NRTS
69C-----------------------------------------------
70C S o u r c e L i n e s
71C-----------------------------------------------
72C
73 nsn =ipari(5,nin)
74 nrts =ipari(3,nin)
75 igap =ipari(21,nin)
76 idel =ipari(17,nin)
77C
78 startt=intbuf_tab%VARIABLES(3)
79 stopt =intbuf_tab%VARIABLES(11)
80
81 IF(startt>tt) RETURN
82 IF(tt>stopt) RETURN
83C
84 CALL i21gap3(
85 1 itask ,intbuf_tab%IRECTS,nrts ,nsn ,intbuf_tab%NSV,
86 2 intbuf_tab%VARIABLES(2),igap ,intbuf_tab%GAP_S,intbuf_tab%VARIABLES(13) ,
87 . intbuf_tab%VARIABLES(6) ,
88 3 intbuf_tab%VARIABLES(16),intbuf_tab%VARIABLES(8),intbuf_tab%VARIABLES(5),thknod,
89 . intbuf_tab%VARIABLES(19),
90 4 intbuf_tab%VARIABLES(23),intbuf_tab%VARIABLES(22),intbuf_tab%VARIABLES(32),idel,
91 . intbuf_tab%THKNOD0 ,
92 5 intbuf_tab%GAP_S(1+nsn) ,intbuf_tab%VARIABLES(46))
93
94C
95 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine i21gap3(x, irects, irectm, nrts, nrtm, geo, pm, ixs, ixc, ixtg, nint, nty, noint, nsn, nsv, gap, igap, gap_s, gapmin, criter, gapmax, ieles, stf, nmn, msr, knod2els, knod2elc, knod2eltg, nod2els, nod2elc, nod2eltg, thknod, ikine, itab, inacti, gapscale, stfn, depth, gap_s0, area_s0, xm0, lxm, lym, lzm, intth, drad, iparts, ipartc, ipartg, thk_part, thknod0, id, titr, dgapload, resort)
Definition i21gap3.F:46