OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dmasani6.F File Reference
#include "implicit_f.inc"
#include "vect01_c.inc"
#include "mvsiz_p.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "sphcom.inc"
#include "scr17_c.inc"
#include "param_c.inc"
#include "task_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine dmasanis (elbuf_tab, x, d, geo, iparg, ixs, mas, pm, el2fa, nbf, ipart, ipartsp, isph3d)

Function/Subroutine Documentation

◆ dmasanis()

subroutine dmasanis ( type (elbuf_struct_), dimension(ngroup), target elbuf_tab,
x,
d,
geo,
integer, dimension(nparg,*) iparg,
integer, dimension(nixs,*) ixs,
mas,
pm,
integer, dimension(*) el2fa,
integer nbf,
integer, dimension(lipart1,*) ipart,
integer, dimension(*) ipartsp,
integer isph3d )

Definition at line 34 of file dmasani6.F.

37C-----------------------------------------------
38C M o d u l e s
39C-----------------------------------------------
40 USE initbuf_mod
41 USE elbufdef_mod
42 use element_mod , only : nixs
43C-----------------------------------------------
44C I m p l i c i t T y p e s
45C-----------------------------------------------
46#include "implicit_f.inc"
47C-----------------------------------------------
48C C o m m o n B l o c k s
49C-----------------------------------------------
50#include "vect01_c.inc"
51#include "mvsiz_p.inc"
52#include "com01_c.inc"
53#include "com04_c.inc"
54#include "sphcom.inc"
55#include "scr17_c.inc"
56#include "param_c.inc"
57#include "task_c.inc"
58C-----------------------------------------------
59C D u m m y A r g u m e n t s
60C-----------------------------------------------
61C REAL
63 . mas(*) ,pm(npropm,*),geo(npropg,*),x(3,*),d(3,*)
64 INTEGER IPARG(NPARG,*),IXS(NIXS,*),EL2FA(*),NBF,IPART(LIPART1,*),
65 . IPARTSP(*),ISPH3D
66 TYPE (ELBUF_STRUCT_), DIMENSION(NGROUP), TARGET :: ELBUF_TAB
67C-----------------------------------------------
68C L o c a l V a r i a b l e s
69C-----------------------------------------------
70C REAL
72 . evar(mvsiz),
73 . off, p, vonm2, vonm, s1, s2, s12, s3, VALUE,thk0,a0,al0,
74 . rho0,xx1,xx2,xx3,yy1,yy2,yy3,zz1,zz2,zz3
75 INTEGER I, NG, NEL,
76 . IADD, N, J, MLW,
77 . ISTRAIN,NN, K1, K2,JTURB,MT,IMID, IALEL,IPID,
78 . N1,N2,N3,N4,
79 . NN1,NN2,NN3,NN4,NN5,NN6,NN7,NN8,NN9,NN10,
80 . OFFSET,NEL_OLD,ITY_OLD,NFT_FA,N_FA,
81 . INOD, ISOLNOD, IPRT
82 TYPE(G_BUFEL_) ,POINTER :: GBUF
83C=======================================================================
84 nn1 = 1
85 nn2 = 1
86 nn3 = nn2 + numels
87 nn4 = nn3 + isph3d*(numsph+maxpjet)
88C-----------------------------------------------
89C face ext
90C-----------------------------------------------
91 nel_old = 0
92 ity_old = 0
93 DO 490 ng=1,ngroup
94 CALL initbuf(iparg ,ng ,
95 2 mlw ,nel ,nft ,iad ,ity ,
96 3 npt ,jale ,ismstr ,jeul ,jtur ,
97 4 jthe ,jlag ,jmult ,jhbe ,jivf ,
98 5 nvaux ,jpor ,jcvt ,jclose ,jplasol ,
99 6 irep ,iint ,igtyp ,israt ,isrot ,
100 7 icsen ,isorth ,isorthg ,ifailure,jsms )
101 isolnod = iparg(28,ng)
102 IF (ispmd == 0) THEN
103 IF (ity/=ity_old) THEN
104 nel_old = 0
105 ity_old= ity
106 ENDIF
107 nft_fa = nel_old
108 nel_old = nel_old + nel
109 ENDIF
110 DO offset = 0,nel-1,nvsiz
111 nft =iparg(3,ng) + offset
112 iad =iparg(4,ng)
113 lft=1
114 llt=min(nvsiz,nel-offset)
115 IF (ispmd == 0) THEN
116 nft_fa = nel_old - nel + offset
117 ELSE
118 nft_fa = nft
119 ENDIF
120C-----------------------------------------------
121C SOLIDE
122C-----------------------------------------------
123 IF(ity == 1)THEN
124 gbuf => elbuf_tab(ng)%GBUF
125 ialel=iparg(7,ng)+iparg(11,ng)
126 DO 130 i=lft,llt
127 n = i + nft
128 n_fa = i + nft_fa
129 IF(el2fa(nn2+n_fa)/=0)THEN
130 IF (mlw == 0 .or. mlw == 13 .or. igtyp == 0) THEN
131 VALUE = zero
132 ELSEIF(ialel == 0)THEN
133 mt=ixs(1,n)
134 VALUE=pm(89,mt)*gbuf%VOL(i)
135 ELSE
136 off = min(gbuf%OFF(i),one)
137 VALUE=gbuf%RHO(i)*gbuf%VOL(i)*off
138 ENDIF
139 IF( nfilsol /= 0 .AND. gbuf%G_FILL /= 0 )
140 . VALUE = VALUE * gbuf%FILL(i)
141 IF (isolnod == 16) THEN
142 VALUE = fourth*VALUE
143 mas(el2fa(nn2+n_fa)) = VALUE
144 mas(el2fa(nn2+n_fa)+1) = VALUE
145 mas(el2fa(nn2+n_fa)+2) = VALUE
146 mas(el2fa(nn2+n_fa)+3) = VALUE
147 ELSE
148 mas(el2fa(nn2+n_fa)) = VALUE
149 ENDIF
150 ENDIF
151 130 CONTINUE
152C
153 ELSEIF(isph3d == 1 .AND. ity == 51)THEN
154C-----------------------------------------------
155C TETRAS SPH.
156C-----------------------------------------------
157 gbuf => elbuf_tab(ng)%GBUF
158 ialel=iparg(7,ng)+iparg(11,ng)
159 DO 140 i=lft,llt
160 n = i + nft
161 n_fa = i + nft_fa
162 IF(el2fa(nn3+n_fa)/=0)THEN
163 IF(ialel == 0)THEN
164 iprt=ipartsp(n)
165 mt =ipart(1,iprt)
166 VALUE=pm(89,mt)*gbuf%VOL(i)
167 ELSE
168 off = min(gbuf%OFF(i),one)
169 VALUE=gbuf%RHO(i)*gbuf%VOL(i)*off
170 ENDIF
171 mas(el2fa(nn3+n_fa)) = VALUE
172 ENDIF
173 140 CONTINUE
174C
175 ELSE
176 ENDIF
177C-----------------------------------------------
178C end of loop over offsets
179C-----------------------------------------------
180 END DO
181 490 CONTINUE
182C-----------------------------------------------
183C
184 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20
subroutine initbuf(iparg, ng, mtn, llt, nft, iad, ity, npt, jale, ismstr, jeul, jtur, jthe, jlag, jmult, jhbe, jivf, mid, jpor, jcvt, jclose, jpla, irep, iint, igtyp, israt, isrot, icsen, isorth, isorthg, ifailure, jsms)
Definition initbuf.F:261