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 )
37C-----------------------------------------------
38C M o d u l e s
39C-----------------------------------------------
40 USE elbufdef_mod
41 USE inimap2d_mod
42 USE func2d_mod
43 USE multi_fvm_mod
44 USE groupdef_mod
45 USE message_mod
46C-----------------------------------------------
47C I m p l i c i t T y p e s
48C-----------------------------------------------
49#include "implicit_f.inc"
50C-----------------------------------------------
51C C o m m o n B l o c k s
52C-----------------------------------------------
53#include "param_c.inc"
54#include "scr17_c.inc"
55! NGROUP
56#include "com01_c.inc"
57! NFUNCT
58#include "com04_c.inc"
59! MVSIZ
60#include "mvsiz_p.inc"
61! IOUT
62#include "units_c.inc"
63C-----------------------------------------------
64C D u m m y A r g u m e n t s
65C-----------------------------------------------
66 TYPE(inimap2d_struct), DIMENSION(NINIMAP2D), INTENT(INOUT) :: INIMAP2D
67 TYPE(ELBUF_STRUCT_), DIMENSION(NGROUP), INTENT(INOUT), TARGET :: ELBUF_TAB
68 INTEGER, INTENT(IN) :: IPART(LIPART1, *)
69 INTEGER, INTENT(IN) :: IPARTS(*), IPARTQ(*),IPM(NPROPMI, *),
70 . iparg(nparg, ngroup), ixs(nixs, *), ixq(nixq, *), ixtg(nixtg, *)
71 my_real, INTENT(IN) :: xgrid(3, *), pm(npropm, *), bufmat(*)
72 my_real, INTENT(INOUT) :: vel(3, *)
73 TYPE(multi_fvm_struct), INTENT(INOUT) :: MULTI_FVM
74 TYPE(func2d_struct), DIMENSION(NFUNC2D), INTENT(IN) :: FUNC2D
75 my_real, POINTER, DIMENSION(:) :: theta
76 CHARACTER*2 :: Str1, Str2
77C-----------------------------------------------
78 TYPE (GROUP_) , DIMENSION(NGRBRIC) :: IGRBRIC
79 TYPE (GROUP_) , DIMENSION(NGRQUAD) :: IGRQUAD
80 TYPE (GROUP_) , DIMENSION(NGRSH3N) :: IGRSH3N
81C-----------------------------------------------
82C L o c a l V a r i a b l e s
83C-----------------------------------------------
84
85 END SUBROUTINE ini_inimap2d
86
87#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)