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

Go to the source code of this file.

Functions/Subroutines

subroutine initwg_quad (wd, pm, geo, ixq, igeo, numelq, ipm, off)

Function/Subroutine Documentation

◆ initwg_quad()

subroutine initwg_quad ( real, dimension(*) wd,
pm,
geo,
integer, dimension(nixq,*) ixq,
integer, dimension(npropgi,*) igeo,
integer numelq,
integer, dimension(npropmi,*) ipm,
integer off )

Definition at line 30 of file initwg_quad.F.

32C-----------------------------------------------
33C M o d u l e s
34C-----------------------------------------------
36C-----------------------------------------------
37C I m p l i c i t T y p e s
38C-----------------------------------------------
39#include "implicit_f.inc"
40C-----------------------------------------------
41C C o m m o n B l o c k s
42C-----------------------------------------------
43#include "param_c.inc"
44#include "tablen_c.inc"
45C-----------------------------------------------
46C D u m m y A r g u m e n t s
47C-----------------------------------------------
48 INTEGER
49 . NUMELQ,
50 . NUMMAT,NUMGEO,
51 . IXQ(NIXQ,*),IGEO(NPROPGI,*),
52 . IPM(NPROPMI,*),OFF
53C REAL OU REAL*8
55 . pm(npropm,*), geo(npropg,*)
56 REAL WD(*)
57C-----------------------------------------------
58 INTEGER NPN, MID, PID, JHBE, IGT, MLN,
59 . ISTRAIN, ITHK, IHBE, IPLA, ISSN, MTN, I, J, K,L,
60 . NFUNC,MPT,NPTS,NPTT,NPTR,NPTOT,IFLAG,JSROT,
61 . I_MID,I_PID,I_MID_OLD,I_PID_OLD,PUID,MUID,
62 . ELM_TYP,ELM_TYP_OLD,ILAW,ILAW_OLD,TEST_MAT,
63 . I_PRO,ISOL2,MID_OLD,PID_OLD,MUID_OLD,PUID_OLD,
64 . TEST,NFUNC1,NFUNC2
65
66 real
67 . wtype(9),fwihbe,fac8,
68 . tabmat(3),tabx(3),timmat,npt,telt,poids,w,
69 . batozmult,tmat
70 my_real invtelt_pro,telt_pro
71
73 . cc, invtref,a,b,a1,a2
74 DATA wtype /1.6 ,1. ,1. ,.9 ,1.1 ,1.4 ,0.65 ,.9 ,2.0/
75C-----------------------------------------------
76 DO i = 1, numelq
77 npn=1
78 mid= ixq(1,i)
79 pid= ixq(6,i)
80 mln = nint(pm(19,abs(mid)))
81c IF(MID<0)THEN
82c IF(MLN==6.AND.JPOR/=2)MLN=17
83c IF(MLN==46)MLN=47
84c ENDIF
85C test elem delete
86 IF (wd(i+off)==0.)
87 . wd(i+off) = wtype(2)
88 ENDDO
89
90 RETURN
#define my_real
Definition cppsort.cpp:32