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

Go to the source code of this file.

Functions/Subroutines

subroutine a4mass3p (fskym, rho, volu, iads, off, nel, nft)

Function/Subroutine Documentation

◆ a4mass3p()

subroutine a4mass3p ( fskym,
rho,
volu,
integer, dimension(8,*) iads,
off,
integer, intent(in) nel,
integer, intent(in) nft )

Definition at line 29 of file a4mass3p.F.

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