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

Go to the source code of this file.

Functions/Subroutines

subroutine s8lagr3 (pm, vol0, rho, eint, mxt, voln, rho0, dvol, vd2, nel)

Function/Subroutine Documentation

◆ s8lagr3()

subroutine s8lagr3 ( pm,
vol0,
rho,
eint,
integer, dimension(mvsiz) mxt,
voln,
rho0,
dvol,
vd2,
integer, intent(in) nel )

Definition at line 28 of file s8lagr3.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C G l o b a l P a r a m e t e r s
38C-----------------------------------------------
39#include "mvsiz_p.inc"
40C-----------------------------------------------
41C C o m m o n B l o c k s
42C-----------------------------------------------
43#include "param_c.inc"
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER, INTENT(IN) :: NEL
48 my_real pm(npropm,*), vol0(*), rho(*), eint(*)
49 my_real voln(mvsiz), rho0(mvsiz), dvol(mvsiz), vd2(mvsiz)
50 INTEGER MXT(MVSIZ)
51C-----------------------------------------------
52 INTEGER I, MX
53C-----------------------------------------------
54 mx = mxt(1)
55 DO i=1,nel
56 rho0(i)=pm(1,mx)
57 ENDDO
58C
59 DO i=1,nel
60 dvol(i)=voln(i)-(rho0(1)/rho(i))*vol0(i)
61 ENDDO
62C
63 DO i=1,nel
64 vd2(i)=zero
65 rho(i)=rho0(1)*(vol0(i)/voln(i))
66 eint(i)=eint(i)*vol0(i)
67 ENDDO
68C
69 RETURN
#define my_real
Definition cppsort.cpp:32