OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
preread_rbody_lagmul.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 preread_rbody_lagmul (slpbyl, igrnod, lsubmodel)

Function/Subroutine Documentation

◆ preread_rbody_lagmul()

subroutine preread_rbody_lagmul ( integer slpbyl,
type (group_), dimension(ngrnod) igrnod,
type(submodel_data), dimension(*), intent(in) lsubmodel )

Definition at line 38 of file preread_rbody_lagmul.F.

39C-----------------------------------------------
40C M o d u l e s
41C-----------------------------------------------
42 USE r2r_mod
43 USE groupdef_mod
44 USE submodel_mod
47C-----------------------------------------------
48C I m p l i c i t T y p e s
49C-----------------------------------------------
50#include "implicit_f.inc"
51C-----------------------------------------------
52C C o m m o n B l o c k s
53C-----------------------------------------------
54#include "com04_c.inc"
55#include "r2r_c.inc"
56C-----------------------------------------------
57C D u m m y A r g u m e n t s
58C-----------------------------------------------
59 INTEGER SLPBYL
60C-----------------------------------------------
61 TYPE (GROUP_) , DIMENSION(NGRNOD) :: IGRNOD
62 TYPE(SUBMODEL_DATA),INTENT(IN)::LSUBMODEL(*)
63C-----------------------------------------------
64C L o c a l V a r i a b l e s
65C-----------------------------------------------
66 INTEGER I,ID,IGU,NN,NM,NRB
67 CHARACTER(LEN=NCHARTITLE)::TITR
68 CHARACTER(LEN=NCHARKEY)::KEY
69 LOGICAL IS_AVAILABLE
70C-----------------------------------------------
71C E x t e r n a l F u n c t i o n s
72C-----------------------------------------------
73 INTEGER GRSIZEN
74C=======================================================================
75 is_available = .false.
76 CALL hm_option_start('/RBODY')
77C---
78 slpbyl= 0
79 nrb = 0
80C---
81 DO i=1,nrbody
82C--------------------------------------------------
83C EXTRACT DATAS OF /RBODY/... LINE
84C--------------------------------------------------
85 key = ''
86 CALL hm_option_read_key(lsubmodel,
87 . option_id = id,
88 . option_titr = titr,
89 . keyword2 = key )
90C--------------------------------------------------
91 IF(key(1:6)=='LAGMUL')THEN
92 nrb=nrb+1
93C----------Multidomais: ignore tagged rbys---------------
94 IF(nsubdom>0)THEN
95 IF(tagrby(nrb)==0)CALL hm_sz_r2r(tagrby,nrb,lsubmodel)
96 END IF
97C--------
98 CALL hm_get_intv('grnd_ID',igu,is_available,lsubmodel)
99 nn = grsizen(igu,igrnod,ngrnod)
100 nm = nn+1
101 slpbyl = slpbyl + 3*nm
102 END IF
103 ENDDO
104C-----------
105 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)