OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dtdc_mod.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
!|| dtdc_mod ../engine/share/modules/dtdc_mod.F
25
!||--- called by ------------------------------------------------------
26
!|| resol ../engine/source/engine/resol.F
27
!|| resol_init ../engine/source/engine/resol_init.F
28
!|| scumualpha ../engine/source/elements/thickshell/solidec/scumualpha.F
29
!|| scumualpha6 ../engine/source/elements/thickshell/solidec/scumualpha6.F
30
!||====================================================================
31
MODULE
dtdc_mod
32
C-----------------------------------------------------------------------
33
C thick-shell dt of shell, DC : Dynamic,Condensation
34
C-----------------------------------------------------------------------
35
#include "my_real.inc"
36
C=======================================================================
37
c DEFINE ARRAYS (integers arrays)
38
C=======================================================================
39
integer
ntshegg
40
integer
,
DIMENSION(:)
,
POINTER
::
ienunl
! 2*NTSHEG
41
C-- 1:N_U (Upper), 2:N_L (Lower)
42
integer
,
DIMENSION(:)
,
POINTER
::
iad_stsh
,
FR_STSH
! on the front
43
integer
,
DIMENSION(:)
,
POINTER
::
iad_rtsh
,
FR_RTSH
! on the front
44
C=======================================================================
45
c DEFINE ARRAYS (float arrays) : work arrays
46
C=======================================================================
47
my_real
48
. ,
DIMENSION(:)
,
ALLOCATABLE
:: alpha_dc
! (NUMNOD) workarray
49
c---------------
50
END MODULE
dtdc_mod
my_real
#define my_real
Definition
cppsort.cpp:32
dtdc_mod
Definition
dtdc_mod.F:31
dtdc_mod::iad_stsh
integer, dimension(:), pointer iad_stsh
Definition
dtdc_mod.F:42
dtdc_mod::iad_rtsh
integer, dimension(:), pointer iad_rtsh
Definition
dtdc_mod.F:43
dtdc_mod::ntshegg
integer ntshegg
Definition
dtdc_mod.F:39
dtdc_mod::ienunl
integer, dimension(:), pointer ienunl
Definition
dtdc_mod.F:40
engine
share
modules
dtdc_mod.F
Generated by
1.15.0