OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
ini_inimap2d.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#ifndef DNC
24!||====================================================================
25!|| ini_inimap2d ../starter/stub/ini_inimap2d.F
26!||--- called by ------------------------------------------------------
27!|| initia ../starter/source/elements/initia/initia.F
28!||--- uses -----------------------------------------------------
29!|| func2d_mod ../starter/share/modules1/func2d_mod.F
30!|| inimap2d_mod ../starter/share/modules1/inimap2d_mod.F
31!|| message_mod ../starter/share/message_module/message_mod.F
32!||====================================================================
33 SUBROUTINE ini_inimap2d(INIMAP2D ,ELBUF_TAB ,IPART ,IPARG ,IPARTS ,
34 . IPARTQ ,XGRID ,VEL ,IXS ,IXQ ,
35 . IXTG ,PM ,IPM ,BUFMAT ,MULTI_FVM,
36 . FUNC2D ,IGRBRIC ,IGRQUAD ,IGRSH3N,NPC,
37 . PLD, MAT_PARAM)
38C-----------------------------------------------
39C M o d u l e s
40C-----------------------------------------------
41 USE elbufdef_mod
42 USE inimap2d_mod
43 USE func2d_mod
44 USE multi_fvm_mod
45 USE groupdef_mod
46 USE message_mod
47 USE matparam_def_mod
48 use element_mod , only : nixs,nixq,nixtg
49C-----------------------------------------------
50C I m p l i c i t T y p e s
51C-----------------------------------------------
52#include "implicit_f.inc"
53C-----------------------------------------------
54C C o m m o n B l o c k s
55C-----------------------------------------------
56#include "param_c.inc"
57#include "scr17_c.inc"
58! NGROUP
59#include "com01_c.inc"
60! NFUNCT
61#include "com04_c.inc"
62! MVSIZ
63#include "mvsiz_p.inc"
64! IOUT
65#include "units_c.inc"
66C-----------------------------------------------
67C D u m m y A r g u m e n t s
68C-----------------------------------------------
69 TYPE(inimap2d_struct), DIMENSION(NINIMAP2D), INTENT(INOUT) :: INIMAP2D
70 TYPE(ELBUF_STRUCT_), DIMENSION(NGROUP), INTENT(INOUT), TARGET :: ELBUF_TAB
71 TYPE (MATPARAM_STRUCT_) ,DIMENSION(NUMMAT) ,INTENT(INOUT) :: MAT_PARAM
72
73 INTEGER, INTENT(IN) :: IPART(LIPART1, *),NPC(*)
74 INTEGER, INTENT(IN) :: IPARTS(*), IPARTQ(*),IPM(NPROPMI, *),
75 . iparg(nparg, ngroup), ixs(nixs, *), ixq(nixq, *), ixtg(nixtg, *)
76 my_real, INTENT(IN) :: xgrid(3, *), pm(npropm, *), bufmat(*)
77 my_real, INTENT(INOUT) :: vel(3, *), pld(*)
78 TYPE(multi_fvm_struct), INTENT(INOUT) :: MULTI_FVM
79 TYPE(FUNC2D_STRUCT), DIMENSION(NFUNC2D), INTENT(IN) :: FUNC2D
80 my_real, POINTER, DIMENSION(:) :: theta
81 CHARACTER*2 :: Str1, Str2
82C-----------------------------------------------
83 TYPE (GROUP_) , DIMENSION(NGRBRIC) :: IGRBRIC
84 TYPE (GROUP_) , DIMENSION(NGRQUAD) :: IGRQUAD
85 TYPE (GROUP_) , DIMENSION(NGRSH3N) :: IGRSH3N
86C-----------------------------------------------
87C L o c a l V a r i a b l e s
88C-----------------------------------------------
89
90 END SUBROUTINE ini_inimap2d
91
92#endif
#define my_real
Definition cppsort.cpp:32
subroutine ini_inimap2d(inimap2d, elbuf_tab, ipart, iparg, iparts, ipartq, xgrid, vel, ixs, ixq, ixtg, pm, ipm, bufmat, multi_fvm, func2d, igrbric, igrquad, igrsh3n, npc, pld, mat_param)