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

Go to the source code of this file.

Functions/Subroutines

subroutine qmassreal2p (off, rho, vnew, fskym, iadq, nel, nft)

Function/Subroutine Documentation

◆ qmassreal2p()

subroutine qmassreal2p ( off,
rho,
vnew,
fskym,
integer, dimension(4,*) iadq,
integer, intent(in) nel,
integer, intent(in) nft )

Definition at line 30 of file qmassreal2p.F.

33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C G l o b a l P a r a m e t e r s
39C-----------------------------------------------
40#include "mvsiz_p.inc"
41C-----------------------------------------------
42C C o m m o n B l o c k s
43C-----------------------------------------------
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER, INTENT(IN) :: NEL
48 INTEGER, INTENT(IN) :: NFT
49C REAL
51 . off(*), rho(*), vnew(*), fskym(*)
52 INTEGER IADQ(4,*)
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56C REAL
58 . mass(mvsiz)
59 INTEGER I, II, K
60C-----------------------------------------------
61 DO i=1,nel
62 mass(i)=rho(i)*vnew(i)*off(i)*fourth
63 ENDDO
64C
65 DO i=1,nel
66C
67 ii=i+nft
68 k = iadq(1,ii)
69 fskym(k)=mass(i)
70C
71 k = iadq(2,ii)
72 fskym(k)=mass(i)
73C
74 k = iadq(3,ii)
75 fskym(k)=mass(i)
76C
77 k = iadq(4,ii)
78 fskym(k)=mass(i)
79 ENDDO
80C
81 RETURN
#define my_real
Definition cppsort.cpp:32