OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dxwalp.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> 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)
30
C-----------------------------------------------
31
C I m p l i c i t T y p e s
32
C-----------------------------------------------
33
#include "implicit_f.inc"
34
C-----------------------------------------------
35
C D u m m y A r g u m e n t s
36
C-----------------------------------------------
37
INTEGER
MSR
38
C REAL
39
my_real
40
. x(3,*), rwl(*)
41
C-----------------------------------------------
42
C L o c a l V a r i a b l e s
43
C-----------------------------------------------
44
my_real
45
. xwl, ywl, zwl,xn,yn,zn,d,dx,dy,dz,xl1,yl1,zl1,xl2,yl2,zl2
46
REAL
R4
47
C-----------------------------------------------
48
C
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
61
C
62
xl1=rwl(7)
63
yl1=rwl(8)
64
zl1=rwl(9)
65
xl2=rwl(10)
66
yl2=rwl(11)
67
zl2=rwl(12)
68
C
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)
93
C
94
RETURN
95
END
my_real
#define my_real
Definition
cppsort.cpp:32
dxwalp
subroutine dxwalp(x, rwl, msr)
Definition
dxwalp.F:30
write_r_c
void write_r_c(float *w, int *len)
Definition
write_routtines.c:519
starter
source
output
anim
dxwalp.F
Generated by
1.15.0