#include "implicit_f.inc"
#include "param_c.inc"
#include "vect01_c.inc"
Go to the source code of this file.
|
| subroutine | m6in (pm, mat, sig, rho, nel) |
◆ m6in()
| subroutine m6in |
( |
| pm, |
|
|
integer, dimension(*) | mat, |
|
|
| sig, |
|
|
| rho, |
|
|
integer | nel ) |
Definition at line 28 of file m6in.F.
29
30
31
32#include "implicit_f.inc"
33
34
35
36#include "param_c.inc"
37#include "vect01_c.inc"
38
39
40
41 INTEGER MAT(*),NEL
43 . pm(npropm,*),rho(*),sig(nel,6)
44
45
46
47 INTEGER I,MA
49 . c0,c1,c4,c5,e0
50
51 DO i=lft
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
62
63 RETURN