OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hm_preread_impacc.F File Reference
#include "implicit_f.inc"
#include "com04_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine hm_preread_impacc (num, igrnod, lsubmodel)

Function/Subroutine Documentation

◆ hm_preread_impacc()

subroutine hm_preread_impacc ( integer, intent(inout) num,
type (group_), dimension(ngrnod), intent(in) igrnod,
type(submodel_data), dimension(*), intent(in) lsubmodel )

Definition at line 37 of file hm_preread_impacc.F.

38C-----------------------------------------------
39C M o d u l e s
40C-----------------------------------------------
41 USE groupdef_mod
42 USE submodel_mod
44C-----------------------------------------------
45C I m p l i c i t T y p e s
46C-----------------------------------------------
47#include "implicit_f.inc"
48C-----------------------------------------------
49C C o m m o n B l o c k s
50C-----------------------------------------------
51#include "com04_c.inc"
52C-----------------------------------------------
53C D u m m y A r g u m e n t s
54C-----------------------------------------------
55 INTEGER ,INTENT(INOUT) :: NUM
56 TYPE (GROUP_) ,DIMENSION(NGRNOD) ,INTENT(IN) :: IGRNOD
57 TYPE(SUBMODEL_DATA),DIMENSION(*) ,INTENT(IN) :: LSUBMODEL
58C-----------------------------------------------
59C L o c a l V a r i a b l e s
60C-----------------------------------------------
61 INTEGER I,ID,IGU,IGS,NN,NIMPACC
62 CHARACTER(nchartitle) :: TITR
63 LOGICAL IS_AVAILABLE
64C-----------------------------------------------
65C E x t e r n a l F u n c t i o n s
66C-----------------------------------------------
67 INTEGER NGR2USRN
68C=======================================================================
69 is_available = .false.
70 num = 0
71c--------------------------------------------------
72c COUNT /IMPACC Options
73c--------------------------------------------------
74 CALL hm_option_count('/IMPACC',nimpacc)
75C--------------------------------------------------
76C START BROWSING MODEL IMPACC
77C--------------------------------------------------
78 CALL hm_option_start('/IMPACC')
79C--------------------------------------------------
80C BROWSING MODEL IMPACC 1-> NIMPACC
81C--------------------------------------------------
82 DO i=1,nimpacc
83 titr = ''
84C--------------------------------------------------
85C EXTRACT DATA OF /IMPACC/... LINE
86C--------------------------------------------------
87 CALL hm_option_read_key(lsubmodel,option_id = id, option_titr = titr)
88C--------------------------------------------------
89C EXTRACT DATA (INTEGER VALUES)
90C--------------------------------------------------
91 CALL hm_get_intv('entityid',igu,is_available,lsubmodel)
92C--------------------------------------------------
93 igs = ngr2usrn(igu,igrnod,ngrnod,nn)
94 num = num + nn
95C--------------------------------------------------
96 ENDDO
97C-----------
98 RETURN
subroutine hm_get_intv(name, ival, is_available, lsubmodel)
subroutine hm_option_count(entity_type, hm_option_number)
subroutine hm_option_start(entity_type)
initmumps id
integer function ngr2usrn(iu, igrnod, ngrnod, num)
Definition nintrr.F:407