OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dsecnor.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| dsecnor ../starter/source/output/anim/dsecnor.F
25!||--- called by ------------------------------------------------------
26!|| genani1 ../starter/source/output/anim/genani1.F
27!||--- calls -----------------------------------------------------
28!|| dnwalc ../starter/source/output/anim/dnwalc.F
29!|| dnwals ../starter/source/output/anim/dnwals.F
30!||====================================================================
31 SUBROUTINE dsecnor(X ,RWBUF,NPRW)
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 my_real xx,yy,zz
52 i3000 = 3000
53 DO n=1,nsect+nrwall
54 CALL write_s_c(i3000,1)
55 CALL write_s_c(i3000,1)
56 CALL write_s_c(i3000,1)
57 ENDDO
58C
59 k=1
60 DO n=1,nrwall
61 n2=n +nrwall
62 n3=n2+nrwall
63 n4=n3+nrwall
64 ityp= nprw(n4)
65 IF(iabs(ityp)==1.OR.ityp==4)THEN
66 nxx = three1000*rwbuf(1,n)
67 nyy = three1000*rwbuf(2,n)
68 nzz = three1000*rwbuf(3,n)
69 DO j=1,4
70 CALL write_s_c(nxx,1)
71 CALL write_s_c(nyy,1)
72 CALL write_s_c(nzz,1)
73 ENDDO
74 ELSEIF(ityp==2)THEN
75 CALL dnwalc(x,rwbuf(1,n),nprw(n3))
76 ELSEIF(ityp==3)THEN
77 CALL dnwals(x,rwbuf(1,n),nprw(n3))
78 ENDIF
79 k=k+nprw(n)
80 IF(nprw(n4)==-1)k=k+nint(rwbuf(8,n))
81 ENDDO
82C
83 RETURN
84 END
#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
subroutine dsecnor(x, rwbuf, nprw)
Definition dsecnor.F:32
void write_s_c(int *w, int *len)