OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i25pwr3_e2s.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!|| i25pwr3_e2s ../starter/source/interfaces/inter3d1/i25pwr3_e2s.F
25!||--- called by ------------------------------------------------------
26!|| inint3 ../starter/source/interfaces/inter3d1/inint3.f
27!||--- calls -----------------------------------------------------
28!|| ancmsg ../starter/source/output/message/message.F
29!||--- uses -----------------------------------------------------
30!|| message_mod ../starter/share/message_module/message_mod.F
31!||====================================================================
32 SUBROUTINE i25pwr3_e2s(ITAB ,INACTI ,CAND_M ,CAND_S ,ISTOK,
33 1 LLT ,PENE ,IWPENE ,CAND_P ,
34 2 N1 ,N2 ,M1 ,M2 ,
35 3 NOINT ,NTY ,IRECT ,ID ,TITR ,
36 4 CAND_M_G ,CAND_S_G,CAND_P_G)
37 USE message_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "scr03_c.inc"
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 INTEGER ITAB(*),CAND_M(*),CAND_S(*),IRECT(4,*),
51 . N1(*), N2(*), M1(4,*), M2(4,*),
52 . CAND_M_G(*),CAND_S_G(*)
53 INTEGER LLT,IWPENE,INACTI,NOINT,NTY,NSN,ISTOK
54C REAL
56 . pene(4,*), cand_p(4,*), cand_p_g(4,*)
57 INTEGER ID, EJ
58 CHARACTER(LEN=NCHARTITLE) :: TITR
59C-----------------------------------------------
60C L o c a l V a r i a b l e s
61C-----------------------------------------------
62 INTEGER I, J, L, IKEEP
63 INTEGER IX1, IX2, IX3, IX4, NSVG
64C REAL
65C-----------------------------------------------
66 DO i=1,llt
67
68 ikeep=0
69 DO ej=1,4
70
71 IF(ej==3.AND.m1(ej,i)==m2(ej,i)) cycle
72
73 IF(pene(ej,i)/=zero)THEN
74C True initial penetration
75 iwpene=iwpene+1
76 IF(ipri>=5)
77 . CALL ancmsg(msgid=1631,
78 . msgtype=msgwarning,
79 . anmode=aninfo_blind_1,
80 . i1=itab(n1(i)),
81 . i2=itab(n2(i)),
82 . i3=itab(m1(ej,i)),
83 . i4=itab(m2(ej,i)),
84 . r1=pene(ej,i),
85 . prmod=msg_cumu)
86 IF(inacti==0)THEN
87C Ignore initial penetrations
88C ELSEIF(INACTI==1) THEN
89C DESACTIVATION DES NOEUDS
90C WRITE(IOUT,'(A)')'NODE STIFFNESS IS SET TO ZERO'
91C STFN(J) = ZERO
92 ELSE IF(inacti==5) THEN
93C
94C Reduction of PENE
95C CAND_P(EJ,I)= PENE(EJ,I)
96 ikeep=1
97 ELSE IF(inacti==-1) THEN
98C
99C CAND_P < 0 <=> Initial penetration into the Starter & Initial forces
100C CAND_P(EJ,I)= -PENE(EJ,I)
101 ikeep=1
102 ENDIF
103 ELSE
104 END IF
105 END DO
106 IF(ikeep/=0)THEN
107 istok=istok+1
108 cand_m_g(istok)=cand_m(i)
109 cand_s_g(istok)=cand_s(i)
110 cand_p_g(1:4,istok)=-pene(1:4,i)
111 END IF
112 END DO
113C
114 RETURN
115 END
#define my_real
Definition cppsort.cpp:32
subroutine i25pwr3_e2s(itab, inacti, cand_m, cand_s, istok, llt, pene, iwpene, cand_p, n1, n2, m1, m2, noint, nty, irect, id, titr, cand_m_g, cand_s_g, cand_p_g)
Definition i25pwr3_e2s.F:37
subroutine inint3(inscr, x, ixs, ixc, pm, geo, ipari, nin, itab, ms, mwa, rwa, ixtg, iwrn, ikine, ixt, ixp, ixr, nelemint, iddlevel, ifiend, ale_connectivity, nsnet, nmnet, igrbric, iwcont, nsnt, nmnt, nsn2t, nmn2t, iwcin2, knod2els, knod2elc, knod2eltg, nod2els, nod2elc, nod2eltg, igrsurf, ikine1, ielem21, sh4tree, sh3tree, ipart, ipartc, iparttg, thk, thk_part, nod2el1d, knod2el1d, ixs10, i_mem, resort, inter_cand, ixs16, ixs20, id, titr, iremnode, nremnode, iparts, kxx, ixx, igeo, intercep, lelx, intbuf_tab, fillsol, pm_stack, iworksh, kxig3d, ixig3d, tagprt_fric, intbuf_fric_tab, ipartt, ipartp, ipartx, ipartr, nsn_multi_connec, t2_add_connec, t2_nb_connec, t2_connec, nom_opt, icode, iskew, iremnode_edg, s_append_array, x_append, mass_append, n2d, flag_removed_node, nspmd, inter_type2_number, elem_linked_to_segment, sinscr, sicode, sitab, nin25, flag_elem_inter25, multi_fvm)
Definition inint3.F:144
integer, parameter nchartitle
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
Definition message.F:889
program starter
Definition starter.F:39