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

Go to the source code of this file.

Functions/Subroutines

subroutine m1tot_stab_p (sig, g2, c1, nel)

Function/Subroutine Documentation

◆ m1tot_stab_p()

subroutine m1tot_stab_p ( intent(inout) sig,
intent(in) g2,
intent(inout) c1,
integer, intent(in) nel )

Definition at line 28 of file m1tot_stab_p.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C G l o b a l P a r a m e t e r s
35C-----------------------------------------------
36#include "mvsiz_p.inc"
37C-----------------------------------------------
38C C o m m o n B l o c k s
39C-----------------------------------------------
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER, INTENT(IN) :: NEL
44C
45 my_real, INTENT(IN) :: g2
46 my_real, DIMENSION(NEL,6), INTENT(INOUT) :: sig
47 my_real, DIMENSION(MVSIZ), INTENT(INOUT) :: c1
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I, J,ISTAB
53 . ff,facg,frho,p,facmax,facd,phyd,fac,dp
54C-----------------------------------------------
55 DO i=1,nel
56 ff = -min(sig(i,1),sig(i,2),sig(i,3))
57 IF (ff <=g2 ) cycle
58 facd = 1.2*sqrt(ff/g2)
59 p = third*(sig(i,1)+sig(i,2)+sig(i,3))
60 dp = (facd-one)*p
61 sig(i,1)=sig(i,1)+dp
62 sig(i,2)=sig(i,2)+dp
63 sig(i,3)=sig(i,3)+dp
64 c1(i) = facd*c1(i)
65 END DO
66C
67 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20