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

Go to the source code of this file.

Functions/Subroutines

subroutine i9sti3 (x, irect, stf, ixs, nrt, nint, nsn, nsv, noint, iele, knod2els, nod2els, igrsurf, isu, ixs10, ixs16, ixs20, id, titr)

Function/Subroutine Documentation

◆ i9sti3()

subroutine i9sti3 ( x,
integer, dimension(4,*) irect,
stf,
integer, dimension(nixs,*) ixs,
integer nrt,
integer nint,
integer nsn,
integer, dimension(*) nsv,
integer noint,
integer, dimension(*) iele,
integer, dimension(*) knod2els,
integer, dimension(*) nod2els,
type (surf_), dimension(nsurf) igrsurf,
integer isu,
integer, dimension(*) ixs10,
integer, dimension(*) ixs16,
integer, dimension(*) ixs20,
integer id,
character(len=nchartitle) titr )

Definition at line 35 of file i9sti3.F.

42C-----------------------------------------------
43C D e s c r i p t i o n
44C-----------------------------------------------
45C NODE AND SEGMENT STIFFNESS
46C specific case : segment belongs to both solid and shell elem ; shell stiffness is used (if > 0)
47C-----------------------------------------------
48C M o d u l e s
49C-----------------------------------------------
50 USE message_mod
51 USE groupdef_mod
53C-----------------------------------------------
54C I m p l i c i t T y p e s
55C-----------------------------------------------
56#include "implicit_f.inc"
57C-----------------------------------------------
58C C o m m o n B l o c k s
59C-----------------------------------------------
60#include "com04_c.inc"
61#include "param_c.inc"
62C-----------------------------------------------
63C D u m m y A r g u m e n t s
64C-----------------------------------------------
65 INTEGER NRT, NINT, NSN, NOINT,ISU
66 INTEGER IRECT(4,*), IXS(NIXS,*),
67 . NSV(*), IELE(*),
68 . KNOD2ELS(*), NOD2ELS(*),
69 . IXS10(*), IXS16(*), IXS20(*)
70 my_real x(3,*), stf(*)
71 INTEGER ID
72 CHARACTER(LEN=NCHARTITLE) :: TITR
73 TYPE (SURF_) , DIMENSION(NSURF) :: IGRSURF
74C-----------------------------------------------
75C L o c a l V a r i a b l e s
76C-----------------------------------------------
77 INTEGER I, INRT, NELS, J, IG, IL
79C-----------------------------------------------
80C S o u r c e L i n e s
81C-----------------------------------------------
82
83 DO i=1,nrt
84 stf(i)=zero
85 inrt=i
86C
87 IF (isu > 0) THEN
88 CALL inelts(x ,irect ,ixs ,nint ,nels ,
89 . inrt ,area ,noint ,0 ,igrsurf(isu)%ELTYP,
90 . igrsurf(isu)%ELEM)
91 IF(nels/=0) THEN
92 iele(i) = nels
93 cycle
94 END IF
95 ENDIF
96C----------------------
97C SOLID ELEMS
98C----------------------
99 CALL insol3(x,irect,ixs,nint,nels,inrt,
100 . area,noint,knod2els ,nod2els ,0 ,ixs10,
101 . ixs16,ixs20)
102 IF(nels/=0) THEN
103 iele(i) = nels
104 ELSE
105 IF(nint>0) THEN
106 CALL ancmsg(msgid=92,msgtype=msgwarning,anmode=aninfo_blind_2,i1=id,c1=titr,i2=i)
107 ENDIF
108 IF(nint<0) THEN
109 CALL ancmsg(msgid=93,msgtype=msgwarning,anmode=aninfo_blind_2,i1=id,c1=titr,i2=i)
110 ENDIF
111 ENDIF
112C
113 ENDDO
114C---------------------------------------------
115C
116 DO i=1,nrt
117 DO j=1,4
118 ig=irect(j,i)
119 CALL local_index(il,ig,nsv,nsn)
120 irect(j,i)=il
121 ENDDO
122 ENDDO
123C
124 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine area(d1, x, x2, y, y2, eint, stif0)
subroutine inelts(x, irect, ixs, nint, nel, i, area, noint, ir, surf_eltyp, surf_elem)
Definition inelt.F:39
subroutine insol3(x, irect, ixs, nint, nel, i, area, noint, knod2els, nod2els, ir, ixs10, ixs16, ixs20)
Definition insol3.F:43
subroutine local_index(il, ig, nodes, n)
Definition local_index.F:37
initmumps id
integer, parameter nchartitle
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
Definition message.F:889