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

Go to the source code of this file.

Functions/Subroutines

subroutine i17sti3 (ixs, pm, nme, nmes, nelm, nels, km, ks)

Function/Subroutine Documentation

◆ i17sti3()

subroutine i17sti3 ( integer, dimension(nixs,*) ixs,
pm,
integer nme,
integer nmes,
integer, dimension(nme) nelm,
integer, dimension(nmes) nels,
km,
ks )

Definition at line 28 of file i17sti3.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C C o m m o n B l o c k s
37C-----------------------------------------------
38#include "param_c.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER IXS(NIXS,*),NME ,NMES ,NELM(NME),NELS(NMES)
44 . pm(npropm,*),km(2,*),ks(2,*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER I,IE,MAT
49C REAL
51 . young,nu,c1,rho
52C-----------------------------------------------
53C Previous version in inint3.F
54C-----------------------------------------------
55 DO i=1,nme
56 ie = nelm(i)
57 mat = ixs(1,ie)
58 rho = pm(89,mat)
59 young = pm(20,mat)
60 c1 = pm(32,mat)
61 IF(young == zero) young = c1
62 nu = pm(21,mat)
63 km(1,i) = (one-nu*nu) / young
64 km(2,i) = rho
65 ENDDO
66
67 DO i=1,nmes
68 ie = nels(i)
69 mat = ixs(1,ie)
70 rho = pm(89,mat)
71 young = pm(20,mat)
72 c1 = pm(32,mat)
73 IF(young == zero) young = c1
74 nu = pm(21,mat)
75 ks(1,i) = (one-nu*nu) / young
76 ks(2,i) = rho
77 ENDDO
78
79 RETURN
#define my_real
Definition cppsort.cpp:32