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 31 of file s11fx3.F.

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