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