OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inimap1d_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!|| inimap1d_mod ../starter/share/modules1/inimap1d_mod.F
25!||--- called by ------------------------------------------------------
26!|| hm_read_inimap1d ../starter/source/initial_conditions/inimap/hm_read_inimap1d.F
27!|| ini_inimap1d ../starter/source/initial_conditions/inimap/ini_inimap1d.F
28!|| initia ../starter/source/elements/initia/initia.F
29!|| lec_inimap1d_file ../starter/source/initial_conditions/inimap/lec_inimap1d_file.F
30!|| lectur ../starter/source/starter/lectur.F
31!|| st_qaprint_driver ../starter/source/output/qaprint/st_qaprint_driver.F
32!|| st_qaprint_initial_conditions ../starter/source/output/qaprint/st_qaprint_initial_conditions.F
33!||--- uses -----------------------------------------------------
34!||====================================================================
37#include "my_real.inc"
38
40 my_real, ALLOCATABLE, DIMENSION(:) :: rho
41 my_real, ALLOCATABLE, DIMENSION(:) :: vfrac
42 my_real, ALLOCATABLE, DIMENSION(:) :: pres
43 END TYPE
44
46 INTEGER :: func_vel, nbmat
47 my_real :: fac_vel
48 INTEGER, DIMENSION(:), ALLOCATABLE :: func_alpha, func_rho, func_pres, func_ener
49 my_real, DIMENSION(:), ALLOCATABLE :: fac_rho, fac_pres_ener
50 INTEGER :: nodeid1, nodeid2
51 my_real :: nx, ny, nz
52 INTEGER :: grbricid, grquadid, grsh3nid
53 INTEGER, DIMENSION(:), ALLOCATABLE :: tagnode
54 INTEGER :: PROJ, formulation
55 INTEGER :: id
56 CHARACTER(len=nchartitle) :: title
57 LOGICAL :: file
58 INTEGER :: num_centroids, num_node_vel
59 LOGICAL :: correctly_read
60
61 !function - /INIMAP1D/FILE
62 my_real, ALLOCATABLE, DIMENSION(:) :: x , x_vel
63 my_real, ALLOCATABLE, DIMENSION(:) :: vel
64 TYPE(func_data),DIMENSION(:),ALLOCATABLE :: submat
65
66 END TYPE inimap1d_struct
67 END MODULE inimap1d_mod
#define my_real
Definition cppsort.cpp:32
initmumps id
integer, parameter nchartitle