OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
create_line_from_surface.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> 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)
35C-----------------------------------------------
36C M o d u l e s
37C-----------------------------------------------
38 USE setdef_mod
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45C-----------------------------------------------
46C D u m m y A r g u m e n t s
47C-----------------------------------------------
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
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER IEXT
57C=======================================================================
58
59
60!------------------
61 iext = 1 ! par 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
69C-----------
70 RETURN
71 END
subroutine create_line_from_surface(clause, keyset, opt_a, opt_e, delbuf, go_in_array)
subroutine hm_set(set, lsubmodel, inv_group, map_tables, ipart, igrsurf, igrnod, igrslin, igrpart, igrbric, igrquad, igrsh4n, igrsh3n, igrtruss, igrbeam, igrspring, ixs, ixs10, ixc, ixtg, knod2els, nod2els, knod2elc, nod2elc, knod2eltg, nod2eltg, ipartc, ipartg, iparts, sh4tree, sh3tree, ixq, knod2elq, nod2elq, x, ixt, ixp, ixr, ixx, kxx, kxsp, ixs20, ixs16, geo, itabm1, ibox, skew, ipartq, ipartt, ipartp, ipartr, subset, rby_msn, iskn, rtrans, unitab, bufsf, iad, siskwn, sskew, rootnam, rootlen, infile_name, infile_name_len)
Definition hm_set.F:88
integer, parameter ncharfield
program starter
Definition starter.F:39