OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dxwalp.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!|| dxwalp ../starter/source/output/anim/dxwalp.F
25!||--- called by ------------------------------------------------------
26!|| dxyzsect ../starter/source/output/anim/dxyzsect.F
27!||--- calls -----------------------------------------------------
28!||====================================================================
29 SUBROUTINE dxwalp(X ,RWL ,MSR)
30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 INTEGER MSR
38C REAL
40 . x(3,*), rwl(*)
41C-----------------------------------------------
42C L o c a l V a r i a b l e s
43C-----------------------------------------------
45 . xwl, ywl, zwl,xn,yn,zn,d,dx,dy,dz,xl1,yl1,zl1,xl2,yl2,zl2
46 REAL R4
47C-----------------------------------------------
48C
49 xn =rwl(1)
50 yn =rwl(2)
51 zn =rwl(3)
52 IF(msr==0)THEN
53 xwl=rwl(4)
54 ywl=rwl(5)
55 zwl=rwl(6)
56 ELSE
57 xwl=x(1,msr)
58 ywl=x(2,msr)
59 zwl=x(3,msr)
60 ENDIF
61C
62 xl1=rwl(7)
63 yl1=rwl(8)
64 zl1=rwl(9)
65 xl2=rwl(10)
66 yl2=rwl(11)
67 zl2=rwl(12)
68C
69 r4 = xwl
70 CALL write_r_c(r4,1)
71 r4 = ywl
72 CALL write_r_c(r4,1)
73 r4 = zwl
74 CALL write_r_c(r4,1)
75 r4 = xwl + xl1
76 CALL write_r_c(r4,1)
77 r4 = ywl + yl1
78 CALL write_r_c(r4,1)
79 r4 = zwl + zl1
80 CALL write_r_c(r4,1)
81 r4 = xwl + xl1 + xl2
82 CALL write_r_c(r4,1)
83 r4 = ywl + yl1 + yl2
84 CALL write_r_c(r4,1)
85 r4 = zwl + zl1 + zl2
86 CALL write_r_c(r4,1)
87 r4 = xwl + xl2
88 CALL write_r_c(r4,1)
89 r4 = ywl + yl2
90 CALL write_r_c(r4,1)
91 r4 = zwl + zl2
92 CALL write_r_c(r4,1)
93C
94 RETURN
95 END
#define my_real
Definition cppsort.cpp:32
subroutine dxwalp(x, rwl, msr)
Definition dxwalp.F:30
void write_r_c(float *w, int *len)