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

Go to the source code of this file.

Functions/Subroutines

subroutine porfor6 (svtfac, im, ipm, pm, strain, p, pext, iel, nel)
subroutine porform6 (svtfac, im, pm, area, area0, p, pext)

Function/Subroutine Documentation

◆ porfor6()

subroutine porfor6 ( svtfac,
integer im,
integer, dimension(npropmi,*) ipm,
pm,
strain,
p,
pext,
integer iel,
integer nel )

Definition at line 28 of file porfor6.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "param_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER IPM(NPROPMI,*),NG,IM,IEL,NEL
42 . svtfac,pm(npropm,*),strain(*),p,pext
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
47 . x0,x1,x2,x3,epsxx,epsyy,rs,rp
48C---+----1----+----2----+----3----+----4----+----5----+----6----+----7--
49C ANAGONYE WANG EFFECTIVE LEAKAGE AREA FORMULATION
50C--------------------------------------------------
51 epsxx = strain(iel)
52 epsyy = strain(iel+nel)
53 rs=max(one+epsxx+epsyy+epsxx*epsyy,one)
54 rp=min(pext/p,one)
55C
56 x0 = pm(164,im)
57 x1 = pm(165,im)
58 x2 = pm(166,im)
59 x3 = pm(167,im)
60 svtfac= (x0+x2*rp)/rs+x1+x3*rp
61C
62 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20
#define max(a, b)
Definition macros.h:21

◆ porform6()

subroutine porform6 ( svtfac,
integer im,
pm,
area,
area0,
p,
pext )

Definition at line 69 of file porfor6.F.

70C-----------------------------------------------
71C I m p l i c i t T y p e s
72C-----------------------------------------------
73#include "implicit_f.inc"
74C-----------------------------------------------
75C C o m m o n B l o c k s
76C-----------------------------------------------
77#include "param_c.inc"
78C-----------------------------------------------
79C D u m m y A r g u m e n t s
80C-----------------------------------------------
81 INTEGER IM
83 . svtfac,pm(npropm,*),area,area0,p,pext
84C-----------------------------------------------
85C L o c a l V a r i a b l e s
86C-----------------------------------------------
88 . x0,x1,x2,x3,rs,rp
89C---+----1----+----2----+----3----+----4----+----5----+----6----+----7--
90C ANAGONYE WANG EFFECTIVE LEAKAGE AREA FORMULATION
91C--------------------------------------------------
92 rs=max(area/area0,one)
93 rp=min(pext/p,one)
94C
95 x0 = pm(164,im)
96 x1 = pm(165,im)
97 x2 = pm(166,im)
98 x3 = pm(167,im)
99 svtfac= (x0+x2*rp)/rs+x1+x3*rp
100C
101 RETURN
subroutine area(d1, x, x2, y, y2, eint, stif0)