OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
s11fx3.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "task_c.inc"
#include "param_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine s11fx3 (pm, flux, ale_connect, ixs, ipm, bufmat, nel, nft, jale, jeul, nummat, s_ixs)

Function/Subroutine Documentation

◆ s11fx3()

subroutine s11fx3 ( pm,
flux,
type(t_ale_connectivity), intent(in) ale_connect,
integer, dimension(nixs,s_ixs), intent(in) ixs,
integer, dimension(npropmi,nummat), intent(in) ipm,
bufmat,
integer, intent(in) nel,
integer, intent(in) nft,
integer, intent(in) jale,
integer, intent(in) jeul,
integer, intent(in) nummat,
integer, intent(in) s_ixs )

Definition at line 32 of file s11fx3.F.

36C-----------------------------------------------
37C M o d u l e s
38C-----------------------------------------------
40 use element_mod , only : nixs
41C-----------------------------------------------
42C I m p l i c i t T y p e s
43C-----------------------------------------------
44#include "implicit_f.inc"
45#include "comlock.inc"
46#include "task_c.inc"
47C-----------------------------------------------
48C G l o b a l P a r a m e t e r s
49C-----------------------------------------------
50#include "param_c.inc"
51C-----------------------------------------------
52C D u m m y A r g u m e n t s
53C-----------------------------------------------
54 INTEGER, INTENT(IN) :: NEL
55 INTEGER, INTENT(IN) :: NFT
56 INTEGER, INTENT(IN) :: JALE
57 INTEGER, INTENT(IN) :: JEUL
58 INTEGER, INTENT(IN) :: NUMMAT
59 INTEGER, INTENT(IN) :: S_IXS
60 my_real pm(npropm,nummat),flux(6,*),bufmat(*)
61 INTEGER, INTENT(IN) :: IXS(NIXS,S_IXS),IPM(NPROPMI,NUMMAT)
62 TYPE(t_ale_connectivity), INTENT(IN) :: ALE_CONNECT
63C-----------------------------------------------
64C L o c a l V a r i a b l e s
65C-----------------------------------------------
66 INTEGER I, J,JJ,K,IFLG,IADBUF,IAD2
67C-----------------------------------------------
68C Incoming Enthalpy material law 11
69C-----------------------------------------------
70 IF(jeul+jale==1)THEN
71 DO i=1,nel
72 iad2 = ale_connect%ee_connect%iad_connect(i + nft)
73 DO k=1,6
74 jj = ale_connect%ee_connect%connected(iad2 + k - 1)
75 IF(jj>0)THEN ! negatif si ebcs
76 j = ixs(1,jj)
77 IF(nint(pm(50,j))==8)THEN
78 !TEST LAW11
79 IF(nint(pm(19,j))==11)THEN
80 flux(k,i) = max(flux(k,i),zero)
81 !TEST LAW51 IFORM=3
82 ELSEIF(nint(pm(19,j))==51)THEN
83 iadbuf = ipm(27,j)
84 iflg = nint(bufmat(31+iadbuf-1))
85 IF (iflg == 6)THEN
86 flux(k,i) = max(flux(k,i),zero)
87 ENDIF
88 endif!LAW TEST
89 endif!ISOLNOD==8
90 endif!JJ>0
91 ENDDO
92 ENDDO
93 ENDIF
94C-----------------------------------------------
95 RETURN
#define my_real
Definition cppsort.cpp:32
#define max(a, b)
Definition macros.h:21