OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
table4d_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!|| 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!||====================================================================
53c
54 USE table_mod
55C-----------------------------------------------
56#include "my_real.inc"
57C-----------------------------------------------
58C D e r i v e d T y p e D e f i n i t i o n s
59C=======================================================================
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_
69C-----------------------------------------------
70 END MODULE table4d_mod
#define my_real
Definition cppsort.cpp:32