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

Go to the source code of this file.

Functions/Subroutines

subroutine hm_preread_rbody (slpby, igrnod, lsubmodel)

Function/Subroutine Documentation

◆ hm_preread_rbody()

subroutine hm_preread_rbody ( integer slpby,
type (group_), dimension(ngrnod) igrnod,
type(submodel_data), dimension(*), intent(in) lsubmodel )

Definition at line 38 of file hm_preread_rbody.F.

39C-----------------------------------------------
40C M o d u l e s
41C-----------------------------------------------
42 USE my_alloc_mod
43 USE r2r_mod
44 USE groupdef_mod
45 USE submodel_mod
48C-----------------------------------------------
49C I m p l i c i t T y p e s
50C-----------------------------------------------
51#include "implicit_f.inc"
52C-----------------------------------------------
53C C o m m o n B l o c k s
54C-----------------------------------------------
55#include "com04_c.inc"
56#include "r2r_c.inc"
57C-----------------------------------------------
58C D u m m y A r g u m e n t s
59C-----------------------------------------------
60 INTEGER SLPBY
61C-----------------------------------------------
62 TYPE (GROUP_) , DIMENSION(NGRNOD) :: IGRNOD
63 TYPE(SUBMODEL_DATA),INTENT(IN)::LSUBMODEL(*)
64C-----------------------------------------------
65C L o c a l V a r i a b l e s
66C-----------------------------------------------
67 INTEGER N,ID,IGU,NN,NRB
68 CHARACTER(LEN=NCHARTITLE) :: TITR
69 CHARACTER(LEN=NCHARKEY) :: KEY
70 LOGICAL IS_AVAILABLE
71C-----------------------------------------------
72C E x t e r n a l F u n c t i o n s
73C-----------------------------------------------
74 INTEGER GRSIZEN
75C--------------------------------------------------
76C START BROWSING MODEL RBODY
77C--------------------------------------------------
78 is_available = .false.
79 CALL hm_option_start('/RBODY')
80C---
81 slpby = 0
82 nrb = 0
83C
84 DO n=1,nrbody
85C--------------------------------------------------
86C EXTRACT DATAS OF /RBODY/... LINE
87C--------------------------------------------------
88 key = ''
89 CALL hm_option_read_key(lsubmodel,
90 . option_id = id,
91 . option_titr = titr,
92 . keyword2 = key )
93C--------------------------------------------------
94 IF(key=='')THEN ! not a /RBODY/LAGMUL
95C----------Multidomaines --> on ignore les rby tages---------------
96 nrb = nrb + 1
97 IF (nsubdom > 0) THEN ! TAGRBY is allocated only if NSUBDOM>0
98 IF(tagrby(nrb) == 0) CALL hm_sz_r2r(tagrby,nrb,lsubmodel)
99 ENDIF
100C--------
101 CALL hm_get_intv('grnd_ID',igu,is_available,lsubmodel)
102 nn = grsizen(igu,igrnod,ngrnod)
103 slpby = slpby + nn
104 END IF
105 ENDDO
106C-----------
107 RETURN
subroutine hm_get_intv(name, ival, is_available, lsubmodel)
subroutine hm_option_start(entity_type)
initmumps id
integer, parameter nchartitle
integer, parameter ncharkey
integer, dimension(:), allocatable tagrby
Definition r2r_mod.F:132
integer function grsizen(igu, igrnod, grlen)
Definition nintrr.F:497
subroutine hm_sz_r2r(tag, val, lsubmodel)