OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
cbastra3pinch.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 cbastra3pinch (jft, jlt, nplat, iplat, vdefpinch, epinchxz, epinchyz, ezz, dt1c, ng, ezzpg, epgpinchxz, epgpinchyz, epgpinchzz)

Function/Subroutine Documentation

◆ cbastra3pinch()

subroutine cbastra3pinch ( integer jft,
integer jlt,
integer nplat,
integer, dimension(*) iplat,
vdefpinch,
epinchxz,
epinchyz,
ezz,
dt1c,
integer ng,
ezzpg,
epgpinchxz,
epgpinchyz,
epgpinchzz )

Definition at line 30 of file cbastra3pinch.F.

38C-----------------------------------------------
39C M o d u l e s
40C-----------------------------------------------
42C-----------------------------------------------
43C I m p l i c i t T y p e s
44C-----------------------------------------------
45#include "implicit_f.inc"
46C-----------------------------------------------
47C G l o b a l P a r a m e t e r s
48C-----------------------------------------------
49#include "mvsiz_p.inc"
50C-----------------------------------------------
51C D u m m y A r g u m e n t s
52C-----------------------------------------------
53 INTEGER JLT,JFT,NPLAT,IPLAT(*),NG
55 . vdefpinch(mvsiz,3),dt1c(*),
56 . epinchxz(*),epinchyz(*),ezz(mvsiz),ezzpg(mvsiz,4),
57 . epgpinchxz(mvsiz), epgpinchyz(mvsiz), epgpinchzz(mvsiz)
58C-----------------------------------------------
59C L o c a l V a r i a b l e s
60C-----------------------------------------------
61 INTEGER I,J,EP
62C-----------------------------------------------
63#include "vectorize.inc"
64 DO i=jft,jlt
65 ep=iplat(i)
66 epinchxz(ep) = vdefpinch(ep,1) * dt1c(ep)
67 epinchyz(ep) = vdefpinch(ep,2) * dt1c(ep)
68 ezz(ep) = vdefpinch(ep,3) * dt1c(ep)
69 ezzpg(ep,ng) = ezz(ep)
70C for outputs in TH, strains are accumulated strains
71 epgpinchxz(ep) = epgpinchxz(ep) + epinchxz(ep)
72 epgpinchyz(ep) = epgpinchyz(ep) + epinchyz(ep)
73 epgpinchzz(ep) = epgpinchzz(ep) + ezzpg(ep,ng)
74 ENDDO
75 RETURN
#define my_real
Definition cppsort.cpp:32