OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hm_read_perturb.F File Reference
#include "implicit_f.inc"
#include "com04_c.inc"
#include "scr17_c.inc"
#include "param_c.inc"
#include "sphcom.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine hm_read_perturb (mat_param, ipart, rnoise, ipartc, ipartg, ipartsp, igrpart, ipm, iparts, perturb, qp_iperturb, qp_rperturb, lsubmodel, unitab)

Function/Subroutine Documentation

◆ hm_read_perturb()

subroutine hm_read_perturb ( type (matparam_struct_), dimension(nummat), intent(inout) mat_param,
integer, dimension(lipart1,*) ipart,
rnoise,
integer, dimension(*) ipartc,
integer, dimension(*) ipartg,
integer, dimension(*) ipartsp,
type (group_), dimension(ngrpart) igrpart,
integer, dimension(npropmi,*) ipm,
integer, dimension(*) iparts,
integer, dimension(nperturb) perturb,
integer, dimension(nperturb,6) qp_iperturb,
qp_rperturb,
type(submodel_data), dimension(*) lsubmodel,
type (unit_type_), intent(in) unitab )

Definition at line 38 of file hm_read_perturb.F.

42C-----------------------------------------------
43C M o d u l e s
44C-----------------------------------------------
45 USE message_mod
46 USE groupdef_mod
47 USE unitab_mod
48 USE submodel_mod
50 USE mat_elem_mod
51C-----------------------------------------------
52C I m p l i c i t T y p e s
53C-----------------------------------------------
54#include "implicit_f.inc"
55C-----------------------------------------------
56C C o m m o n B l o c k s
57C-----------------------------------------------
58#include "com04_c.inc"
59#include "scr17_c.inc"
60#include "param_c.inc"
61#include "sphcom.inc"
62C-----------------------------------------------
63C D u m m y A r g u m e n t s
64C-----------------------------------------------
65 TYPE (UNIT_TYPE_),INTENT(IN) ::UNITAB
67 . rnoise(nperturb,numelc+numeltg+numels+numsph),
68 . qp_rperturb(nperturb,4)
69c . RNOISE(*)
70 INTEGER IPART(LIPART1,*),IPARTC(*),IPARTSP(*),IPARTG(*),IPARTS(*),
71 . IPM(NPROPMI,*),PERTURB(NPERTURB),QP_IPERTURB(NPERTURB,6)
72 TYPE(SUBMODEL_DATA) LSUBMODEL(*)
73 TYPE (MATPARAM_STRUCT_) ,DIMENSION(NUMMAT) ,INTENT(INOUT) :: MAT_PARAM
74C-----------------------------------------------
75 TYPE (GROUP_) , DIMENSION(NGRPART) :: IGRPART
76C-----------------------------------------------
77C L o c a l V a r i a b l e s
78C-----------------------------------------------
79 INTEGER FLAG_FMT,I,J,K,ICOUNT,
80 . NUMA,I_METHOD,UID,
81 . CPT_PART,NB_RANDOM,I_SEED,DISTRIB(50),
82 . II,NB_INTERV,SIZEY,IGRPRT,N,
83 . IOK,SEED,SEED_RANDOM,IFAILCRIT,ITYP,IFAILMAT,
84 . L,IFAILTYPE,I_PERTURB_VAR,EMPTY,IDPERTURB(NPERTURB),
85 . IGRPRTS,NPART_SHELL,NPART_SOLID,OFFS
86 INTEGER, DIMENSION(:), ALLOCATABLE :: INDEX,INDEX_ITYP
87 my_real :: mean,sd,mean_input,sd_input,max_distrib,temp,min_value,
88 . max_value,interv,VALUE,max_value1,minval,maxval,bid
89 my_real, DIMENSION(:), ALLOCATABLE :: array
90 CHARACTER MESS*40
91C-----------------------------------------------
92C E x t e r n a l F u n c t i o n s
93C-----------------------------------------------
94 DATA mess/'PERTURBATION DEFINITION '/
95C=======================================================================
96 ! Initialization and allocation of tables
97 ityp = 0
98 offs = 0
99 bid = zero
100 idperturb(1:nperturb) = 0
101c
102 ALLOCATE(index(numelc+numeltg+numels+numsph))
103 ALLOCATE(index_ityp(numelc+numeltg+numels+numsph))
104 index(:) = 0
105 index_ityp(:) = 0
106c
107c Counting PERTURB type
108 CALL hm_option_count('/PERTURB/PART/SHELL',npart_shell)
109 CALL hm_option_count('/PERTURB/PART/SOLID',npart_solid)
110c
111c /PERTURB/PART/SHELL
112c
113 IF (npart_shell > 0) THEN
114 ! Reading routine
116 . ipart ,rnoise ,ipartc ,ipartg ,igrpart ,
117 . ipm ,perturb ,lsubmodel,unitab ,idperturb ,
118 . index ,index_ityp,npart_shell,offs,qp_iperturb,
119 . qp_rperturb)
120 ! Computing the offset
121 offs = offs + npart_shell
122 ENDIF
123c
124c /PERTURB/PART/SOLID
125c
126 IF (npart_solid > 0) THEN
127 ! Reading routine
129 . ipart ,rnoise ,igrpart ,ipm ,iparts ,
130 . perturb,lsubmodel ,unitab ,idperturb,index ,
131 . index_ityp,npart_solid ,offs ,qp_iperturb,
132 . qp_rperturb)
133 ! Computing the offset
134 offs = offs + npart_solid
135 ENDIF
136c
137c /PERTURB/FAIL/BIQUAD
138c
139 CALL hm_read_perturb_fail(mat_param,
140 . ipart ,rnoise ,ipartc ,ipartg ,ipartsp ,
141 . igrpart ,iparts ,perturb ,idperturb,
142 . index ,index_ityp,npart_shell,offs ,qp_iperturb,
143 . qp_rperturb,lsubmodel,unitab)
144c
145c-------------------------------------------------------------
146 ! Checking for doubled IDs
147 CALL udouble(idperturb,1,nperturb,mess,0,bid)
148c-------------------------------------------------------------
149 IF (ALLOCATED(index)) DEALLOCATE(index)
150 IF (ALLOCATED(index_ityp)) DEALLOCATE(index_ityp)
151c-----------
152 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine hm_option_count(entity_type, hm_option_number)
subroutine hm_read_perturb_fail(mat_param, ipart, rnoise, ipartc, ipartg, ipartsp, igrpart, iparts, perturb, idperturb, index, index_ityp, npart_shell, offs, qp_iperturb, qp_rperturb, lsubmodel, unitab)
subroutine hm_read_perturb_part_shell(ipart, rnoise, ipartc, ipartg, igrpart, ipm, perturb, lsubmodel, unitab, idperturb, index, index_ityp, npart_shell, offs, qp_iperturb, qp_rperturb)
subroutine hm_read_perturb_part_solid(ipart, rnoise, igrpart, ipm, iparts, perturb, lsubmodel, unitab, idperturb, index, index_ityp, npart_solid, offs, qp_iperturb, qp_rperturb)
subroutine udouble(list, ilist, nlist, mess, ir, rlist)
Definition sysfus.F:589