OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
parameters_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!|| parameters_mod ../common_source/modules/interfaces/parameters_mod.F
25!||--- called by ------------------------------------------------------
26!|| hm_read_inter_type24 ../starter/source/interfaces/int24/hm_read_inter_type24.F
27!|| hm_read_inter_type25 ../starter/source/interfaces/int25/hm_read_inter_type25.F
28!|| i24cor3 ../engine/source/interfaces/int24/i24cor3.F
29!|| i24for3 ../engine/source/interfaces/int24/i24for3.F
30!|| i24main_tri ../engine/source/interfaces/intsort/i24main_tri.F
31!|| i25cor3_3 ../engine/source/interfaces/int25/i25cor3.F
32!|| i25cor3_e2s ../engine/source/interfaces/int25/i25cor3_e2s.F
33!|| i25cor3e ../engine/source/interfaces/int25/i25cor3e.F
34!|| i25for3 ../engine/source/interfaces/int25/i25for3.F
35!|| i25main_slid ../engine/source/interfaces/int25/i25main_slid.F
36!|| i25main_tri ../engine/source/interfaces/intsort/i25main_tri.F
37!|| i25surfi ../starter/source/interfaces/inter3d1/i25surfi.F
38!|| interfaces_mod ../common_source/modules/interfaces/interfaces_mod.F90
39!|| rdcomi ../engine/source/output/restart/rdcomm.F
40!|| rdcomr ../engine/source/output/restart/rdcomm.F
41!|| spmd_fiadd_poff ../engine/source/mpi/interfaces/spmd_i7tool.F
42!|| spmd_fiadd_pon ../engine/source/mpi/interfaces/spmd_i7tool.F
43!|| spmd_initfi ../engine/source/mpi/interfaces/spmd_i7tool.F
44!|| spmd_savefi ../engine/source/mpi/interfaces/spmd_i7tool.F
45!|| wrcomi ../engine/source/output/restart/wrcomm.f
46!|| wrcomip ../starter/source/restart/ddsplit/wrcommp.F
47!|| wrcomr ../engine/source/output/restart/wrcomm.F
48!||====================================================================
50C-----------------------------------------------
51C m y _ r e a l
52C-----------------------------------------------
53#include "my_real.inc"
54 implicit none
55! -----------------------------------------------
56! D e r i v e d T y p e D e f i n i t i o n s
57! -----------------------------------------------
58
59! -------------------------
60
61C----------------------------------------------
62C Global Parameters activated by Contact
63C---------------------------------------------
64
66 integer istif_dt ! stiffness based on Mass and DT computation flag
67 integer intcarea ! flag for contact area computation for output
68 integer int25_erosion_solid ! flag for considering erosion of solids for Inter25
69 my_real dt_stifint ! time step for stiffness based on Mass and DT computation
70 my_real, DIMENSION(:) , ALLOCATABLE :: intarean ! nodal areas for total contact area output
71 END TYPE parameters_
72
73C
74 END MODULE parameters_mod
#define my_real
Definition cppsort.cpp:32
subroutine wrcomi(lmxvint, lvarint, tabvint, isp, multi_fvm, h3d_data, dynain_data, inter_parameters, sensors, loads, glob_therm, pblast)
Definition wrcomm.F:53