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

Go to the source code of this file.

Functions/Subroutines

subroutine m6in (pm, mat, sig, rho, nel)

Function/Subroutine Documentation

◆ m6in()

subroutine m6in ( pm,
integer, dimension(*) mat,
sig,
rho,
integer nel )

Definition at line 28 of file m6in.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"
37#include "vect01_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER MAT(*),NEL
43 . pm(npropm,*),rho(*),sig(nel,6)
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER I,MA
49 . c0,c1,c4,c5,e0,p,amu
50C=======================================================================
51 DO i=lft,llt
52 ma=mat(i)
53 c0=pm(31,ma)
54 c1=pm(32,ma)
55 c4=pm(35,ma)
56 c5=pm(36,ma)
57 e0=pm(23,ma)
58 p=-(sig(i,1)+sig(i,2)+sig(i,3))*third
59 amu=(p-c0-c4*e0)/(c1+c5*e0)
60 rho(i)=rho(i)*(one + amu)
61 ENDDO
62C-----------
63 RETURN
#define my_real
Definition cppsort.cpp:32