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

Go to the source code of this file.

Functions/Subroutines

subroutine delnumbf (iparg, ixt, ixp, ixr, el2fa, nbf, inum, inumx1)

Function/Subroutine Documentation

◆ delnumbf()

subroutine delnumbf ( integer, dimension(nparg,*) iparg,
integer, dimension(nixt,*) ixt,
integer, dimension(nixp,*) ixp,
integer, dimension(nixr,*) ixr,
integer, dimension(*) el2fa,
integer nbf,
integer, dimension(*) inum,
integer, dimension(*) inumx1 )

Definition at line 29 of file delnumbf.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "com01_c.inc"
40#include "com04_c.inc"
41#include "param_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER IPARG(NPARG,*),
46 . IXT(NIXT,*),IXP(NIXP,*),
47 . IXR(NIXR,*),EL2FA(*),INUM(*),
48 . NBF,INUMX1(*),BUF
49C-----------------------------------------------
50 INTEGER II(4),IE,NG, ITY, LFT, LLT, N, I, J,
51 . IPID, NEL, IAD, NFT, IMID,IALEL,MLW,
52 . NN1,NN2,NN3,NN4,NN5,NN6,NN7,NN8,NN9,NN10,
53 . NBF2
54C-----------------------------------------------
55C
56 nn1 = 1
57 nn2 = 1
58 nn3 = 1
59 nn4 = nn3
60 nn5 = nn4
61 nn6 = nn5
62 nn7 = nn6 + numelt
63 nn8 = nn7 + numelp
64 nn9 = nn8 + numelr
65 nn10= nn9
66C
67 DO 490 ng=1,ngroup
68 mlw =iparg(1,ng)
69 nel =iparg(2,ng)
70 nft =iparg(3,ng)
71 iad =iparg(4,ng)
72 ity =iparg(5,ng)
73 lft=1
74 llt=nel
75C-----------------------------------------------
76C TRUSS
77C-----------------------------------------------
78 IF(ity==4)THEN
79 DO i=lft,llt
80 n = i + nft
81 inum(el2fa(nn6+n)) = ixt(nixt,n)
82 ENDDO
83C-----------------------------------------------
84C POUTRES
85C-----------------------------------------------
86 ELSEIF(ity==5)THEN
87 DO i=lft,llt
88 n = i + nft
89 inum(el2fa(nn7+n)) = ixp(nixp,n)
90 ENDDO
91C-----------------------------------------------
92C RESSORTS
93C-----------------------------------------------
94 ELSEIF(ity==6)THEN
95 DO i=lft,llt
96 n = i + nft
97 inum(el2fa(nn8+n)) = ixr(nixr,n)
98 IF(mlw==3)inum(el2fa(nn8+n)+1) = ixr(nixr,n)
99 ENDDO
100C-----------------------------------------------
101 ELSE
102 ENDIF
103 490 CONTINUE
104C-----------------------------------------------
105 CALL write_i_c(inum,nbf)
106 CALL write_i_c(inumx1,nanim1d)
107C-----------------------------------------------
108C
109 RETURN
void write_i_c(int *w, int *len)