OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
th_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!|| th_mod ../engine/share/modules/th_mod.F
25!||--- called by ------------------------------------------------------
26!|| freform ../engine/source/input/freform.F
27!|| hist1 ../engine/source/output/th/hist1.F
28!|| hist2 ../engine/source/output/th/hist2.F
29!|| init_th ../engine/source/output/th/init_th.F
30!|| init_th0 ../engine/source/output/th/init_th0.F
31!|| output_allocate_noda_pext ../common_source/modules/output/output_mod.F90
32!|| pblast_1 ../engine/source/loads/pblast/pblast_1.F
33!|| pblast_2 ../engine/source/loads/pblast/pblast_2.f
34!|| pblast_3 ../engine/source/loads/pblast/pblast_3.F
35!|| rdcomi ../engine/source/output/restart/rdcomm.F
36!|| sortie_main ../engine/source/output/sortie_main.F
37!|| spmd_exch_output_noda_pext ../engine/source/mpi/output/spmd_exch_output_noda_pext.F
38!|| thnod ../engine/source/output/th/thnod.F
39!|| wrcomi ../engine/source/output/restart/wrcomm.F
40!|| write_th ../engine/source/output/th/write_th.F
41!||====================================================================
42 MODULE th_mod
43C-----------------------------------------------
44C m y _ r e a l
45C-----------------------------------------------
46#include "my_real.inc"
47! -----------------------------------------------
48! D e r i v e d T y p e D e f i n i t i o n s
49! -----------------------------------------------
50
51! -------------------------
53 INTEGER :: th_elm_size
54 INTEGER, DIMENSION(:,:), ALLOCATABLE :: th_elm
55 END TYPE th_el_type
56! -------------------------
58 my_real, DIMENSION(:), ALLOCATABLE :: wa_real
59 END TYPE th_wa_real
60! -------------------------
62 INTEGER, DIMENSION(:), ALLOCATABLE :: th_dipls
63 INTEGER, DIMENSION(:), ALLOCATABLE :: th_size
64 END TYPE th_comm
65! -------------------------
67 TYPE(th_el_type), DIMENSION(:), ALLOCATABLE :: th_proc
68 END TYPE th_proc_type
69! -------------------------
70 INTEGER th_titles
71! -------------------------
72 INTEGER, DIMENSION(:), ALLOCATABLE :: index_wa_eltype
73
74 ! SPRING
75 INTEGER, DIMENSION(10), TARGET :: wa_spring_size,total_wa_spring_size
76 TYPE(th_proc_type), DIMENSION(10), TARGET :: spring_struct
77 TYPE(th_comm), DIMENSION(10), TARGET :: wa_spring_comm
78 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_spring_p0,wa_spring
79 ! NODE
80 INTEGER, DIMENSION(10), TARGET :: wa_nod_size,total_wa_nod_size
81 TYPE(th_proc_type), DIMENSION(10), TARGET :: nod_struct
82 TYPE(th_comm), DIMENSION(10), TARGET :: wa_nod_comm
83 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_nod_p0,wa_nod
84 ! SOL
85 INTEGER, DIMENSION(10), TARGET :: wa_sol_size,total_wa_sol_size
86 TYPE(th_proc_type), DIMENSION(10), TARGET :: sol_struct
87 TYPE(th_comm), DIMENSION(10), TARGET :: wa_sol_comm
88 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_sol_p0,wa_sol
89 ! quad
90 INTEGER, DIMENSION(10), TARGET :: wa_quad_size,total_wa_quad_size
91 TYPE(TH_PROC_TYPE), DIMENSION(10), TARGET :: quad_struct
92 TYPE(TH_COMM), DIMENSION(10), TARGET :: wa_quad_comm
93 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_quad_p0,wa_quad
94 ! SHELL/SHELL3N
95 INTEGER, DIMENSION(10), TARGET :: WA_COQ_SIZE,total_wa_coq_size
96 TYPE(th_proc_type), DIMENSION(10), TARGET :: coq_struct
97 TYPE(th_comm), DIMENSION(10), TARGET :: wa_coq_comm
98 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_coq_p0,wa_coq
99 ! TRUSS
100 INTEGER, DIMENSION(10), TARGET :: wa_trus_size,total_wa_trus_size
101 TYPE(th_proc_type), DIMENSION(10), TARGET :: trus_struct
102 TYPE(th_comm), DIMENSION(10), TARGET :: wa_trus_comm
103 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_trus_p0,wa_trus
104 ! BEAM
105 INTEGER, DIMENSION(10), TARGET :: wa_pout_size,total_wa_pout_size
106 TYPE(th_proc_type), DIMENSION(10), TARGET :: POUT_STRUCT
107 TYPE(th_comm), DIMENSION(10), TARGET :: WA_POUT_COMM
108 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_pout_p0,wa_pout
109 ! SPH
110 INTEGER, DIMENSION(10), TARGET :: wa_sph_size,total_wa_sph_size
111 TYPE(TH_PROC_TYPE), DIMENSION(10), TARGET :: sph_struct
112 TYPE(th_comm), DIMENSION(10), TARGET :: wa_sph_comm
113 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_sph_p0,wa_sph
114
115 ! NST
116 INTEGER, DIMENSION(10), TARGET :: wa_nst_size,total_wa_nst_size
117 TYPE(th_proc_type), DIMENSION(10), TARGET :: nst_struct
118 TYPE(th_comm), DIMENSION(10), TARGET :: wa_nst_comm
119 TYPE(th_wa_real), DIMENSION(10), TARGET :: wa_nst_p0,wa_nst
120
122C
123 END MODULE th_mod
#define my_real
Definition cppsort.cpp:32
type(th_wa_real), dimension(10), target wa_sol
Definition th_mod.F:88
type(th_wa_real), dimension(10), target wa_trus
Definition th_mod.F:103
type(th_wa_real), dimension(10), target wa_coq_p0
Definition th_mod.F:98
integer, dimension(10), target total_wa_sol_size
Definition th_mod.F:85
integer, dimension(10), target total_wa_nst_size
Definition th_mod.F:116
type(th_proc_type), dimension(10), target coq_struct
Definition th_mod.F:96
type(th_wa_real), dimension(10), target wa_nod
Definition th_mod.F:83
type(th_wa_real), dimension(10), target wa_sph
Definition th_mod.F:113
type(th_wa_real), dimension(10), target wa_coq
Definition th_mod.F:98
type(th_proc_type), dimension(10), target nst_struct
Definition th_mod.F:117
type(th_comm), dimension(10), target wa_sol_comm
Definition th_mod.F:87
type(th_wa_real), dimension(10), target wa_sol_p0
Definition th_mod.F:88
type(th_comm), dimension(10), target wa_sph_comm
Definition th_mod.F:112
type(th_wa_real), dimension(10), target wa_nod_p0
Definition th_mod.F:83
integer, dimension(10), target wa_spring_size
Definition th_mod.F:75
integer, dimension(10), target total_wa_nod_size
Definition th_mod.F:80
type(th_comm), dimension(10), target wa_spring_comm
Definition th_mod.F:77
integer, dimension(10), target total_wa_quad_size
Definition th_mod.F:90
type(th_proc_type), dimension(10), target sph_struct
Definition th_mod.F:111
type(th_wa_real), dimension(10), target wa_spring
Definition th_mod.F:78
type(th_wa_real), dimension(10), target wa_pout_p0
Definition th_mod.F:108
integer, dimension(10), target wa_quad_size
Definition th_mod.F:90
type(th_wa_real), dimension(10), target wa_nst
Definition th_mod.F:119
integer, dimension(10), target total_wa_trus_size
Definition th_mod.F:100
type(th_comm), dimension(10), target wa_nod_comm
Definition th_mod.F:82
integer, dimension(10), target total_wa_sph_size
Definition th_mod.F:110
type(th_proc_type), dimension(10), target quad_struct
Definition th_mod.F:91
integer, dimension(10), target wa_nst_size
Definition th_mod.F:116
type(th_proc_type), dimension(10), target spring_struct
Definition th_mod.F:76
integer, dimension(10), target wa_trus_size
Definition th_mod.F:100
integer, dimension(:), allocatable index_wa_eltype
Definition th_mod.F:72
type(th_comm), dimension(10), target wa_coq_comm
Definition th_mod.F:97
type(th_wa_real), dimension(10), target wa_spring_p0
Definition th_mod.F:78
integer, dimension(10), target total_wa_pout_size
Definition th_mod.F:105
type(th_wa_real), dimension(10), target wa_pout
Definition th_mod.F:108
type(th_wa_real), dimension(10), target wa_nst_p0
Definition th_mod.F:119
integer th_has_noda_pext
Definition th_mod.F:121
integer, dimension(10), target wa_sph_size
Definition th_mod.F:110
integer, dimension(10), target total_wa_spring_size
Definition th_mod.F:75
integer, dimension(10), target total_wa_coq_size
Definition th_mod.F:95
type(th_proc_type), dimension(10), target sol_struct
Definition th_mod.F:86
type(th_wa_real), dimension(10), target wa_trus_p0
Definition th_mod.F:103
type(th_proc_type), dimension(10), target nod_struct
Definition th_mod.F:81
type(th_comm), dimension(10), target wa_nst_comm
Definition th_mod.F:118
type(th_comm), dimension(10), target wa_trus_comm
Definition th_mod.F:102
type(th_wa_real), dimension(10), target wa_quad_p0
Definition th_mod.F:93
integer, dimension(10), target wa_pout_size
Definition th_mod.F:105
integer, dimension(10), target wa_sol_size
Definition th_mod.F:85
type(th_comm), dimension(10), target wa_quad_comm
Definition th_mod.F:92
integer, dimension(10), target wa_nod_size
Definition th_mod.F:80
type(th_proc_type), dimension(10), target trus_struct
Definition th_mod.F:101
integer th_titles
Definition th_mod.F:70
type(th_wa_real), dimension(10), target wa_quad
Definition th_mod.F:93
type(th_wa_real), dimension(10), target wa_sph_p0
Definition th_mod.F:113
subroutine pblast_2(pblast, iloadp, fac, a, v, x, iadc, fsky, lloadp, fext, noda_surf, noda_pext, itab, h3d_data, nl, dtmin_loc, wfext_loc, th_surf, nsegpl)
Definition pblast_2.F:46