OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
cbapinchthk.F File Reference
#include "implicit_f.inc"
#include "mvsiz_p.inc"
#include "vectorize.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine cbapinchthk (jft, jlt, nplat, iplat, dt1c, thk, thk0, ezzpg)

Function/Subroutine Documentation

◆ cbapinchthk()

subroutine cbapinchthk ( integer jft,
integer jlt,
integer nplat,
integer, dimension(*) iplat,
dt1c,
thk,
thk0,
ezzpg )

Definition at line 30 of file cbapinchthk.F.

33C-------------------------------------------------------------------------------
34C M o d u l e s
35C-------------------------------------------------------------------------------
37C-------------------------------------------------------------------------------
38C I m p l i c i t T y p e s
39C-------------------------------------------------------------------------------
40#include "implicit_f.inc"
41C-------------------------------------------------------------------------------
42C G l o b a l P a r a m e t e r s
43C-------------------------------------------------------------------------------
44#include "mvsiz_p.inc"
45C-------------------------------------------------------------------------------
46C D u m m y A r g u m e n t s
47C-------------------------------------------------------------------------------
48 INTEGER JFT, JLT, NPLAT,IPLAT(*)
49C REAL
51 . dt1c(*), thk(*), thk0(*), ezzpg(mvsiz,4)
52C-------------------------------------------------------------------------------
53C L o c a l V a r i a b l e s
54C-------------------------------------------------------------------------------
55 INTEGER I,J,EP
56 my_real thkn(mvsiz,4), thkavg
57C---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
58
59#include "vectorize.inc"
60 DO i=jft,jlt
61 ep=iplat(i)
62 thkn(ep,1) = thk(ep) * (one + ezzpg(ep,1))
63 thkn(ep,2) = thk(ep) * (one + ezzpg(ep,2))
64 thkn(ep,3) = thk(ep) * (one + ezzpg(ep,3))
65 thkn(ep,4) = thk(ep) * (one + ezzpg(ep,4))
66 thkavg = fourth*(thkn(ep,1)+thkn(ep,2)+thkn(ep,3)+thkn(ep,4))
67 thk(ep) = thkavg
68 thk0(ep) = thkavg
69 ENDDO
70 RETURN
#define my_real
Definition cppsort.cpp:32