OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hm_read_implicit.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_read_implicit ../starter/source/general_controls/computation/hm_read_implicit.F
25
!||--- called by ------------------------------------------------------
26
!|| contrl ../starter/source/starter/contrl.F
27
!||--- calls -----------------------------------------------------
28
!|| hm_option_count ../starter/source/devtools/hm_reader/hm_option_count.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
!|| submodel_mod ../starter/share/modules1/submodel_mod.F
34
!||====================================================================
35
SUBROUTINE
hm_read_implicit
(LSUBMODEL)
36
C-----------------------------------------------
37
C ROUTINE DESCRIPTION :
38
C ===================
39
C READ /IMPLICIT USING HM_READER
40
C-----------------------------------------------
41
C DUMMY ARGUMENTS DESCRIPTION:
42
C ===================
43
C NAME DESCRIPTION
44
C LSUBMODEL SUBMODEL STRUCTURE
45
C-----------------------------------------------
46
C M o d u l e s
47
C-----------------------------------------------
48
USE
hm_option_read_mod
49
USE
submodel_mod
50
C-----------------------------------------------
51
C I m p l i c i t T y p e s
52
C-----------------------------------------------
53
#include "implicit_f.inc"
54
C-----------------------------------------------
55
C C o m m o n B l o c k s
56
C-----------------------------------------------
57
#include "com01_c.inc"
58
C-----------------------------------------------
59
C D u m m y A r g u m e n t s
60
C-----------------------------------------------
61
C INPUT ARGUMENTS
62
TYPE
(
submodel_data
),
INTENT(IN)
::LSUBMODEL(*)
63
C OUTPUT ARGUMENTS
64
C-----------------------------------------------
65
C L o c a l V a r i a b l e s
66
C-----------------------------------------------
67
INTEGER
I,NB_IMPLICIT,SUB_ID
68
LOGICAL
IS_AVAILABLE
69
C============================================================================
70
is_available = .false.
71
C----------------------------------------------
72
iimplicit
= 0
73
C
74
CALL
hm_option_count
(
'/IMPLICIT'
, nb_implicit)
75
CALL
hm_option_start
(
'/IMPLICIT'
)
76
DO
i=1,nb_implicit
77
CALL
hm_option_read_key
(lsubmodel,
78
. submodel_id = sub_id)
79
IF
(sub_id == 0)
THEN
80
iimplicit = 1
81
EXIT
82
END IF
83
ENDDO
84
C--------------------------------------------------------------
85
RETURN
86
END
hm_option_count
subroutine hm_option_count(entity_type, hm_option_number)
Definition
hm_option_count.F:105
hm_option_start
subroutine hm_option_start(entity_type)
Definition
hm_option_start.F:251
hm_read_implicit
subroutine hm_read_implicit(lsubmodel)
Definition
hm_read_implicit.F:36
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
submodel_mod
Definition
submodel_mod.F:712
submodel_mod::submodel_data
Definition
submodel_mod.F:723
starter
source
general_controls
computation
hm_read_implicit.F
Generated by
1.15.0