OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
create_line_from_surface.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
!|| create_line_from_surface ../starter/source/model/sets/create_line_from_surface.F
25
!||--- called by ------------------------------------------------------
26
!|| create_box_clause ../starter/source/model/sets/create_box_clause.F
27
!|| hm_set ../starter/source/model/sets/hm_set.F
28
!|| insert_clause_in_set ../starter/source/model/sets/insert_clause_in_set.F
29
!||--- calls -----------------------------------------------------
30
!|| create_line_from_surface_ext_all ../starter/source/model/sets/create_line_from_ext_surface_ext_all.F
31
!||--- uses -----------------------------------------------------
32
!||====================================================================
33
SUBROUTINE
create_line_from_surface
(CLAUSE ,KEYSET,OPT_A,OPT_E,DELBUF,
34
. GO_IN_ARRAY)
35
C-----------------------------------------------
36
C M o d u l e s
37
C-----------------------------------------------
38
USE
setdef_mod
39
USE
set_scratch_mod
40
USE
names_and_titles_mod
,
ONLY
:
ncharfield
41
C-----------------------------------------------
42
C I m p l i c i t T y p e s
43
C-----------------------------------------------
44
#include "implicit_f.inc"
45
C-----------------------------------------------
46
C D u m m y A r g u m e n t s
47
C-----------------------------------------------
48
INTEGER
OPT_A,OPT_E
49
CHARACTER(LEN=NCHARFIELD)
:: KEYSET
50
TYPE
(SET_) :: CLAUSE
51
TYPE
(SET_SCRATCH) :: DELBUF
52
LOGICAL
GO_IN_ARRAY
53
C-----------------------------------------------
54
C L o c a l V a r i a b l e s
55
C-----------------------------------------------
56
INTEGER
IEXT
57
C=======================================================================
58
59
60
!------------------
61
iext = 1
! by default (external surface)
62
IF
( opt_a == 1 .OR. keyset ==
'ALL'
.OR.
63
. keyset ==
'BOX'
.OR.
64
. keyset ==
'BOX2'
) iext = 2
! all surfaces (internal + external)
65
!------------------
66
67
CALL
create_line_from_surface_ext_all
(clause ,iext ,opt_e,delbuf,go_in_array)
68
69
C-----------
70
RETURN
71
END
create_line_from_surface_ext_all
subroutine create_line_from_surface_ext_all(clause, iext, opt_e, delbuf, go_in_array)
Definition
create_line_from_ext_surface_ext_all.F:32
create_line_from_surface
subroutine create_line_from_surface(clause, keyset, opt_a, opt_e, delbuf, go_in_array)
Definition
create_line_from_surface.F:35
names_and_titles_mod
Definition
names_and_titles_mod.F:1002
names_and_titles_mod::ncharfield
integer, parameter ncharfield
Definition
names_and_titles_mod.F:1010
set_scratch_mod
Definition
setdef_mod.F:247
setdef_mod
Definition
setdef_mod.F:107
starter
source
model
sets
create_line_from_surface.F
Generated by
1.15.0