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

Go to the source code of this file.

Functions/Subroutines

subroutine dsecnor (x, rwbuf, nprw)

Function/Subroutine Documentation

◆ dsecnor()

subroutine dsecnor ( x,
rwbuf,
integer, dimension(*) nprw )

Definition at line 31 of file dsecnor.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 "com04_c.inc"
40#include "param_c.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 my_real
45 . x(3,*),rwbuf(nrwlp,*)
46 INTEGER NPRW(*)
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER J,N,K,N2,N3,N4,ITYP,I3000,NXX,NYY,NZZ
51 i3000 = 3000
52 DO n=1,nsect+nrwall
53 CALL write_s_c(i3000,1)
54 CALL write_s_c(i3000,1)
55 CALL write_s_c(i3000,1)
56 ENDDO
57C
58 k=1
59 DO n=1,nrwall
60 n2=n +nrwall
61 n3=n2+nrwall
62 n4=n3+nrwall
63 ityp= nprw(n4)
64 IF(iabs(ityp)==1.OR.ityp==4)THEN
65 nxx = three1000*rwbuf(1,n)
66 nyy = three1000*rwbuf(2,n)
67 nzz = three1000*rwbuf(3,n)
68 DO j=1,4
69 CALL write_s_c(nxx,1)
70 CALL write_s_c(nyy,1)
71 CALL write_s_c(nzz,1)
72 ENDDO
73 ELSEIF(ityp==2)THEN
74 CALL dnwalc(x,rwbuf(1,n),nprw(n3))
75 ELSEIF(ityp==3)THEN
76 CALL dnwals(x,rwbuf(1,n),nprw(n3))
77 ENDIF
78 k=k+nprw(n)
79 IF(nprw(n4)==-1)k=k+nint(rwbuf(8,n))
80 ENDDO
81C
82 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine dnwalc(x, rwl, msr)
Definition dnwalc.F:30
subroutine dnwals(x, rwl, msr)
Definition dnwals.F:30
void write_s_c(int *w, int *len)