OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
table4d_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
!|| table4d_mod ../common_source/modules/table4d_mod.F
25
!||--- called by ------------------------------------------------------
26
!|| asso_plas76 ../engine/source/materials/mat/mat076/asso_plas76.F
27
!|| asso_qplas76c ../engine/source/materials/mat/mat076/asso_qplas76c.F
28
!|| condamage ../engine/source/materials/mat/mat190/condamage.F
29
!|| conversion ../engine/source/materials/mat/mat190/conversion.F
30
!|| eos_param_mod ../common_source/modules/mat_elem/eos_param_mod.F90
31
!|| fail_param_mod ../common_source/modules/mat_elem/fail_param_mod.F90
32
!|| func_table_copy ../starter/source/materials/tools/func_table_copy.F90
33
!|| law70_table ../starter/source/materials/mat/mat070/law70_table.F
34
!|| mat_table_table_copy ../starter/source/materials/tools/mat_table_table_copy.F90
35
!|| matparam_def_mod ../common_source/modules/mat_elem/matparam_def_mod.F90
36
!|| no_asso_lplas76c ../engine/source/materials/mat/mat076/no_asso_lplas76c.F
37
!|| no_asso_plas76 ../engine/source/materials/mat/mat076/no_asso_plas76.F
38
!|| no_asso_qplas76c ../engine/source/materials/mat/mat076/no_asso_qplas76c.F
39
!|| read_mat_table ../engine/source/materials/tools/read_mat_table.F
40
!|| sigeps128c ../engine/source/materials/mat/mat128/sigeps128c.F90
41
!|| sigeps128s ../engine/source/materials/mat/mat128/sigeps128s.F90
42
!|| sigeps129s ../engine/source/materials/mat/mat129/sigeps129s.F90
43
!|| table_mat_vinterp ../engine/source/materials/tools/table_mat_vinterp.F
44
!|| table_mat_vinterp_c1 ../engine/source/materials/tools/table_mat_vinterp_c1.F90
45
!|| table_rresti_mat ../engine/source/materials/tools/table_rresti_mat.F
46
!|| table_slope ../starter/source/materials/tools/table_slope.F
47
!|| visc_param_mod ../common_source/modules/mat_elem/visc_param_mod.F90
48
!|| write_mat_table ../engine/source/materials/tools/write_mat_table.F
49
!||--- uses -----------------------------------------------------
50
!|| table_mod ../engine/share/modules/table_mod.F
51
!||====================================================================
52
MODULE
table4d_mod
53
c
54
USE
table_mod
55
C-----------------------------------------------
56
#include "my_real.inc"
57
C-----------------------------------------------
58
C D e r i v e d T y p e D e f i n i t i o n s
59
C=======================================================================
60
TYPE
table_4d_
61
INTEGER
:: notable
62
INTEGER
:: ndim
63
TYPE
(
ttable_xy
),
DIMENSION(:)
,
ALLOCATABLE
:: x
64
my_real
,
DIMENSION(:)
,
ALLOCATABLE
:: y1d
65
my_real
,
DIMENSION(:,:)
,
ALLOCATABLE
:: y2d
66
my_real
,
DIMENSION(:,:,:)
,
ALLOCATABLE
:: y3d
67
my_real
,
DIMENSION(:,:,:,:)
,
ALLOCATABLE
:: y4d
68
END TYPE
table_4d_
69
C-----------------------------------------------
70
END MODULE
table4d_mod
my_real
#define my_real
Definition
cppsort.cpp:32
table4d_mod
Definition
table4d_mod.F:52
table_mod
Definition
table_mod.F:112
table4d_mod::table_4d_
Definition
table4d_mod.F:60
table_mod::ttable_xy
Definition
table_mod.F:120
common_source
modules
table4d_mod.F
Generated by
1.15.0