OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
intti0.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!|| intti0 ../engine/source/interfaces/interf/intti0.F
25!||--- called by ------------------------------------------------------
26!|| alemain ../engine/source/ale/alemain.F
27!||--- calls -----------------------------------------------------
28!|| intti12a ../engine/source/interfaces/interf/intti12.F
29!||--- uses -----------------------------------------------------
30!|| intbufdef_mod ../common_source/modules/interfaces/intbufdef_mod.F90
31!|| segvar_mod ../engine/share/modules/segvar_mod.F
32!||====================================================================
33 SUBROUTINE intti0(IPARI ,X ,V ,WA ,ITAB ,
34 . IPARG ,IXS,SEGVAR,SKEW,ISKWN,INTBUF_TAB )
35 USE segvar_mod
36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
39 USE intbufdef_mod
40C-----------------------------------------------
41C I m p l i c i t T y p e s
42C-----------------------------------------------
43#include "implicit_f.inc"
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47#include "com01_c.inc"
48#include "com04_c.inc"
49#include "param_c.inc"
50#include "units_c.inc"
51C-----------------------------------------------
52C D u m m y A r g u m e n t s
53C-----------------------------------------------
54 INTEGER IPARI(NPARI,*),ITAB(*),IPARG(*),IXS(*),ISKWN(*)
55 my_real x(*), v(*), wa(*), skew(*)
56
57 TYPE(intbuf_struct_) INTBUF_TAB(*)
58 TYPE(t_segvar) :: SEGVAR
59C-----------------------------------------------
60C L o c a l V a r i a b l e s
61C-----------------------------------------------
62 INTEGER N, NTY, JI, JB,TEST,IPRI
63C-----------------------------------------------
64 SAVE test
65 DATA test/0/
66C=======================================================================
67 DO n=1,ninter
68 nty =ipari(7,n)
69 IF(nty==12)THEN
70 CALL intti12a(
71 . ipari(1,n),x ,wa ,itab,
72 . segvar,test,skew,iskwn,intbuf_tab(n))
73 ENDIF
74 ENDDO
75C
76 IF(ninter>0)THEN
77 ipri=mod(ncycle,iabs(ncpri))
78 IF(ipri==0 .AND.test/=0)
79 . WRITE(istdo,'(A,A)')
80 . ' *** WARNING FLUID INTERFACES SOME SECONDARY NODES',
81 . ' LIE OUTSIDE OF MAIN SEGMENT'
82 test=0
83 ENDIF
84c-----------
85 RETURN
86 END
#define my_real
Definition cppsort.cpp:32
subroutine intti0(ipari, x, v, wa, itab, iparg, ixs, segvar, skew, iskwn, intbuf_tab)
Definition intti0.F:35
subroutine intti12a(ipari, x, wa, itab, segvar, test, skew, iskwn, intbuf_tab)
Definition intti12.F:45