OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
scumualpha6.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
!|| scumualpha6 ../engine/source/elements/thickshell/solidec/scumualpha6.F
25
!||--- called by ------------------------------------------------------
26
!|| s6cforc3 ../engine/source/elements/thickshell/solide6c/s6cforc3.F
27
!||--- uses -----------------------------------------------------
28
!|| dtdc_mod ../engine/share/modules/dtdc_mod.F
29
!||====================================================================
30
SUBROUTINE
scumualpha6
(
31
1 OFFG, ALPHA_E, NC1, NC2,
32
2 NC3, NC4, NC5, NC6,
33
3 NEL)
34
C-----------------------------------------------
35
C M o d u l e s
36
C-----------------------------------------------
37
USE
dtdc_mod
38
C-----------------------------------------------
39
C I m p l i c i t T y p e s
40
C-----------------------------------------------
41
#include "implicit_f.inc"
42
#include "comlock.inc"
43
C-----------------------------------------------
44
C C o m m o n B l o c k s
45
C-----------------------------------------------
46
C-----------------------------------------------
47
C D u m m y A r g u m e n t s
48
C-----------------------------------------------
49
INTEGER
,
INTENT(IN)
:: NEL
50
INTEGER
NC1(*), NC2(*), NC3(*), NC4(*), NC5(*), NC6(*)
51
C REAL
52
my_real
53
. offg(*),alpha_e(*)
54
C-----------------------------------------------
55
C L o c a l V a r i a b l e s
56
C-----------------------------------------------
57
INTEGER
I, J,N
58
C-----------------------------------------------
59
#include
"lockon.inc"
60
DO
i=1,nel
61
IF
(offg(i)==zero) cycle
62
n = nc1(i)
63
alpha_dc(n) =
max
(alpha_dc(n),alpha_e(i))
64
n = nc2(i)
65
alpha_dc(n) =
max
(alpha_dc(n),alpha_e(i))
66
n = nc3(i)
67
alpha_dc(n) =
max
(alpha_dc(n),alpha_e(i))
68
n = nc4(i)
69
alpha_dc(n) =
max
(alpha_dc(n),alpha_e(i))
70
n = nc5(i)
71
alpha_dc(n) =
max
(alpha_dc(n),alpha_e(i))
72
n = nc6(i)
73
alpha_dc(n) =
max
(alpha_dc(n),alpha_e(i
))
74
END DO
75
#include "lockoff.inc"
76
C
77
RETURN
78
END
my_real
#define my_real
Definition
cppsort.cpp:32
max
#define max(a, b)
Definition
macros.h:21
dtdc_mod
Definition
dtdc_mod.F:31
scumualpha6
subroutine scumualpha6(offg, alpha_e, nc1, nc2, nc3, nc4, nc5, nc6, nel)
Definition
scumualpha6.F:34
engine
source
elements
thickshell
solidec
scumualpha6.F
Generated by
1.15.0