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 29 of file i17sti3.F.

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