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

Go to the source code of this file.

Functions/Subroutines

subroutine vfluid (uvar, nel, mlw, phi1, phi2, phi3, nft)

Function/Subroutine Documentation

◆ vfluid()

subroutine vfluid ( uvar,
integer nel,
integer mlw,
phi1,
phi2,
phi3,
integer, intent(in) nft )

Definition at line 29 of file vfluid.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-----------------------------------------------
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER, INTENT(IN) :: NFT
43 INTEGER NEL,MLW
45 . dt2t
47 . phi1(*),phi2(*),uvar(*),phi3(*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I,IE
53 . vol0
54C======================================================================|
55 DO i=1,nel
56 ie =nft+i
57
58 vol0 = uvar(i + 2*nel)
59C
60C density, energy, alpha
61 phi1(ie) = uvar(i)
62 phi2(ie) = uvar(i + nel)
63 phi3(ie) = uvar(i + 20*nel)
64C
65 uvar(i) = phi1(ie)*vol0
66 uvar(i + nel) = phi2(ie)*vol0
67 ENDDO
68C------------------------------------------------------
69C CALCUL DES CONTRAINTES SUIVANT LOIS CONSTITUTIVES
70C------------------------------------------------------
71 RETURN
#define my_real
Definition cppsort.cpp:32