OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
eulro2.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "com08_c.inc"
#include "vect01_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine eulro2 (rhon, flux, flu1, voln, dvol, ngl)

Function/Subroutine Documentation

◆ eulro2()

subroutine eulro2 ( rhon,
flux,
flu1,
voln,
dvol,
integer, dimension(*) ngl )

Definition at line 33 of file eulro2.F.

34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
37 USE message_mod
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41#include "implicit_f.inc"
42#include "comlock.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "com08_c.inc"
47#include "vect01_c.inc"
48C-----------------------------------------------
49C D u m m y A r g u m e n t s
50C-----------------------------------------------
51 my_real rhon(*), flux(4,*), flu1(*),voln(*), dvol(*)
52 INTEGER NGL(*)
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER I
57C-----------------------------------------------
58 DO i=lft,llt
59 rhon(i) =rhon(i)/voln(i)
60 dvol(i) = dt1*half*(flu1(i)+flux(1,i)+flux(2,i)+flux(3,i)+flux(4,i))
61 ENDDO
62C
63 DO i=lft,llt
64 IF(mtn /= 11)THEN
65 IF(rhon(i) <= zero)THEN
66 CALL ancmsg(msgid=12,anmode=aninfo,i1=ngl(i),r1=rhon(i))
67 CALL arret(2)
68 ENDIF
69 ENDIF
70 ENDDO
71C-----------------------------------------------
72 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
Definition message.F:889
subroutine arret(nn)
Definition arret.F:87