OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inimap2d_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!|| inimap2d_mod ../starter/share/modules1/inimap2d_mod.F
25!||--- called by ------------------------------------------------------
26!|| hm_read_inimap2d ../starter/source/initial_conditions/inimap/hm_read_inimap2d.F
27!|| ini_inimap2d ../starter/stub/ini_inimap2d.F
28!|| initia ../starter/source/elements/initia/initia.F
29!|| lec_inimap2d_file ../starter/source/initial_conditions/inimap/lec_inimap2d_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 :: formulation, id, 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, nodeid3
51 INTEGER :: grbricid, grquadid, grsh3nid
52 INTEGER, DIMENSION(:), ALLOCATABLE :: tagnode
53 my_real, DIMENSION(3) :: vec1, vec2, vec3
54
55 CHARACTER(len=nchartitle) :: title
56 LOGICAL :: file
57 INTEGER :: num_centroids, num_node_vel
58 LOGICAL :: correctly_read
59
60 !function - /INIMAP1D/FILE
61 my_real, ALLOCATABLE, DIMENSION(:,:) :: xval, xval_v
62 my_real, ALLOCATABLE, DIMENSION(:,:) :: vel
63 TYPE(func_data),DIMENSION(:),ALLOCATABLE :: submat
64
65 END TYPE inimap2d_struct
66
67 END MODULE inimap2d_mod
#define my_real
Definition cppsort.cpp:32
initmumps id
integer, parameter nchartitle