OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dtdc_mod.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!|| 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
32C-----------------------------------------------------------------------
33C thick-shell dt of shell, DC : Dynamic,Condensation
34C-----------------------------------------------------------------------
35#include "my_real.inc"
36C=======================================================================
37c DEFINE ARRAYS (integers arrays)
38C=======================================================================
39 integer ntshegg
40 integer, DIMENSION(:) , POINTER :: ienunl ! 2*NTSHEG
41C-- 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
44C=======================================================================
45c DEFINE ARRAYS (float arrays) : work arrays
46C=======================================================================
48 . , DIMENSION(:), ALLOCATABLE :: alpha_dc ! (NUMNOD) workarray
49c---------------
50 END MODULE dtdc_mod
#define my_real
Definition cppsort.cpp:32
integer, dimension(:), pointer iad_stsh
Definition dtdc_mod.F:42
integer, dimension(:), pointer iad_rtsh
Definition dtdc_mod.F:43
integer ntshegg
Definition dtdc_mod.F:39
integer, dimension(:), pointer ienunl
Definition dtdc_mod.F:40