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

Go to the source code of this file.

Functions/Subroutines

subroutine initwg_x (wd, pm, geo, kxx, igeo, numelx, ipm, nummat, numgeo, off)

Function/Subroutine Documentation

◆ initwg_x()

subroutine initwg_x ( real, dimension(*) wd,
pm,
geo,
integer, dimension(nixx,*) kxx,
integer, dimension(npropgi,*) igeo,
integer numelx,
integer, dimension(npropmi,*) ipm,
integer nummat,
integer numgeo,
integer off )

Definition at line 30 of file initwg_x.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"
45#include "scr23_c.inc"
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 INTEGER OFF,NUMELX,
50 . NUMMAT,NUMGEO,TAILLE,KXX(NIXX,*),IGEO(NPROPGI,*),
51 . IPM(NPROPMI,*)
52C REAL OU REAL*8
54 . pm(npropm,*), geo(npropg,*)
55 REAL WD(*)
56C-----------------------------------------------
57 INTEGER NPN, MID, PID, JHBE, IGT, MLN,
58 . ISTRAIN, ITHK, IHBE, IPLA, ISSN, MTN, I, J, K,L,
59 . NFUNC,MPT,NPTS,NPTT,NPTR,NPTOT,IFLAG,JSROT,
60 . I_MID,I_PID,I_MID_OLD,I_PID_OLD,PUID,MUID,
61 . ELM_TYP,ELM_TYP_OLD,ILAW,ILAW_OLD,TEST_MAT,
62 . I_PRO,ISOL2,MID_OLD,PID_OLD,MUID_OLD,PUID_OLD,
63 . TEST,NFUNC1,NFUNC2
64
65 real
66 . wtype(9),fwihbe,fac8,
67 . tabmat(3),tabx(3),timmat,npt,telt,poids,w,
68 . batozmult,tmat
69
71 . cc, invtref,a,b,a1,a2
72
73 DATA wtype /1.6 ,1. ,1. ,.9 ,1.1 ,1.4 ,0.65 ,.9 ,2.0/
74C-----------------------------------------------
75 DO i=1,numelx
76 IF (wd(i+off)==0)
77 . wd(i+off) = wtype(9)
78 ENDDO
79 RETURN
#define my_real
Definition cppsort.cpp:32