OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
initwg_poutre.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_poutre (wd, pm, geo, ixp, igeo, numelp, ipm, nummat, numgeo, off)

Function/Subroutine Documentation

◆ initwg_poutre()

subroutine initwg_poutre ( real, dimension(*) wd,
pm,
geo,
integer, dimension(nixp,*) ixp,
integer, dimension(npropgi,*) igeo,
integer numelp,
integer, dimension(npropmi,*) ipm,
integer nummat,
integer numgeo,
integer off )

Definition at line 30 of file initwg_poutre.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 OFF,NUMELP,
49 . NUMMAT,NUMGEO, IXP(NIXP,*), IGEO(NPROPGI,*),
50 . IPM(NPROPMI,*)
51C REAL OU REAL*8
53 . pm(npropm,*), geo(npropg,*)
54 REAL WD(*)
55C-----------------------------------------------
56 INTEGER NPN, MID, PID, JHBE, IGT, MLN,
57 . ISTRAIN, ITHK, IHBE, IPLA, ISSN, MTN, I, J, K,L,
58 . NFUNC,MPT,NPTS,NPTT,NPTR,NPTOT,IFLAG,JSROT,
59 . I_MID,I_PID,I_MID_OLD,I_PID_OLD,PUID,MUID,
60 . ELM_TYP,ELM_TYP_OLD,ILAW,ILAW_OLD,TEST_MAT,
61 . I_PRO,ISOL2,MID_OLD,PID_OLD,MUID_OLD,PUID_OLD,
62 . TEST,NFUNC1,NFUNC2
63
64 real
65 . wtype(9),fwihbe,fac8,
66 . tabmat(3),tabx(3),timmat,npt,telt,poids,w,
67 . batozmult,tmat
68
70 . cc, invtref,a,b,a1,a2
71 DATA wtype /1.6 ,1. ,1. ,.9 ,1.1 ,1.4 ,0.65 ,.9 ,2.0/
72C-----------------------------------------------
73 DO i = 1, numelp
74 mid= ixp(1,i)
75 mln= pm(19,mid)
76 pid= ixp(5,i)
77 issn = 0
78 IF(geo(5,pid)/=zero) issn=1
79C test elem delete
80 IF (wd(i+off)==0.)
81 . wd(i+off) = wtype(5)
82 ENDDO
83 RETURN
#define my_real
Definition cppsort.cpp:32