OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hm_pre_read_preload.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23
!||====================================================================
24
!|| hm_pre_read_preload ../starter/source/loads/general/preload/hm_pre_read_preload.F
25
!||--- called by ------------------------------------------------------
26
!|| lectur ../starter/source/starter/lectur.F
27
!||--- calls -----------------------------------------------------
28
!||
hm_get_intv
../
starter
/source/devtools/hm_reader/
hm_get_intv
.f
29
!|| hm_option_read_key ../starter/source/devtools/hm_reader/hm_option_read_key.F
30
!|| hm_option_start ../starter/source/devtools/hm_reader/hm_option_start.F
31
!||--- uses -----------------------------------------------------
32
!|| hm_option_read_mod ../starter/share/modules1/hm_option_read_mod.F
33
!||
r2r_mod
../
starter
/share/modules1/
r2r_mod
.f
34
!|| submodel_mod ../starter/share/modules1/submodel_mod.F
35
!||====================================================================
36
SUBROUTINE
hm_pre_read_preload
(NSTRF,LSUBMODEL)
37
C-----------------------------------------------
38
C M o d u l e s
39
C-----------------------------------------------
40
USE
r2r_mod
41
USE
hm_option_read_mod
42
USE
submodel_mod
43
USE
names_and_titles_mod
,
ONLY
:
nchartitle
,
ncharline
44
C-----------------------------------------------
45
C I m p l i c i t T y p e s
46
C-----------------------------------------------
47
#include "implicit_f.inc"
48
C-----------------------------------------------
49
C C o m m o n B l o c k s
50
C-----------------------------------------------
51
#include "com04_c.inc"
52
#include "boltpr_c.inc"
53
C-----------------------------------------------
54
C D u m m y A r g u m e n t s
55
C-----------------------------------------------
56
!INTEGER NUMPRELOAD
57
INTEGER
NSTRF(*)
!IGRN(LIGRN1,*) !,ISURF(LISURF1,*)
58
TYPE
(
SUBMODEL_DATA
) LSUBMODEL(*)
59
C-----------------------------------------------
60
C L o c a l V a r i a b l e s
61
C-----------------------------------------------
62
INTEGER
I,J,NLD,ISEC,NN,ID,UID,NDEB,NFIN,
IS
,K0 !,ISU,ISS
63
INTEGER
FLAG_FMT,FLAG_FMT_TMP,IFIX_TMP
64
CHARACTER(LEN=NCHARTITLE)
::TITR
65
CHARACTER(LEN=NCHARLINE)
::KEY
66
C-----------------------------------------------
67
C E x t e r n a l F u n c t i o n s
68
C-----------------------------------------------
69
! INTEGER NGR2USRN
70
C-----------------------------------------------
71
LOGICAL
IS_AVAILABLE
72
C=======================================================================
73
C
74
is_available = .false.
75
C-----------------------------------------------
76
CALL
hm_option_start
(
'/PRELOAD'
)
77
C-----------------------------------------------
78
nld = numpreload
79
numpreload = 0
80
81
DO
i=1,nld
82
! Read title, ID and Unit ID
83
titr =
''
84
CALL
hm_option_read_key
(lsubmodel,
85
. option_id = id,
86
. unit_id = uid,
87
. option_titr = titr,
88
. keyword2 = key)
89
C
90
IF
(key(1:len_trim(key))==
'AXIAL'
) cycle
91
92
CALL
hm_get_intv
(
'sect_ID'
,isec ,is_available,lsubmodel)
93
94
nn = 0
95
IF
(isec > 0)
THEN
96
k0=31
97
DO
is=1,nsect
98
IF
(isec==nstrf(k0+23))
THEN
99
nn = nstrf(k0+7)
100
EXIT
101
ENDIF
102
k0=nstrf(k0+24)
103
ENDDO
104
ENDIF
105
numpreload = numpreload + nn
106
107
ENDDO
108
C---
109
RETURN
110
111
RETURN
112
END SUBROUTINE
hm_pre_read_preload
hm_get_intv
subroutine hm_get_intv(name, ival, is_available, lsubmodel)
Definition
hm_get_intv.F:523
hm_option_start
subroutine hm_option_start(entity_type)
Definition
hm_option_start.F:251
hm_pre_read_preload
subroutine hm_pre_read_preload(nstrf, lsubmodel)
Definition
hm_pre_read_preload.F:37
hm_option_read_mod::hm_option_read_key
Definition
hm_option_read_mod.F:410
hm_option_read_mod
Definition
hm_option_read_mod.F:408
names_and_titles_mod
Definition
names_and_titles_mod.F:997
names_and_titles_mod::nchartitle
integer, parameter nchartitle
Definition
names_and_titles_mod.F:1003
names_and_titles_mod::ncharline
integer, parameter ncharline
Definition
names_and_titles_mod.F:1001
r2r_mod
Definition
r2r_mod.F:125
submodel_mod
Definition
submodel_mod.F:712
starter
program starter
Definition
starter.F:39
starter
source
loads
general
preload
hm_pre_read_preload.F
Generated by
1.15.0