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

Go to the source code of this file.

Functions/Subroutines

subroutine m24in3 (pm, ix, ang, sf, vk0, rob, nel)

Function/Subroutine Documentation

◆ m24in3()

subroutine m24in3 ( pm,
integer, dimension(nixs,*) ix,
ang,
sf,
vk0,
rob,
integer nel )

Definition at line 30 of file m24in3.F.

31 use element_mod , only : nixs
32C
33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C C o m m o n B l o c k s
39C-----------------------------------------------
40#include "vect01_c.inc"
41#include "param_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER IX(NIXS,*),NEL
46 my_real pm(npropm,*),ang(nel,6),sf(nel,3),vk0(nel),rob(nel)
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER I, MX
51C=======================================================================
52 DO i=lft,llt
53 ang(i,1) = one
54 ang(i,2) = zero
55 ang(i,3) = zero
56 ang(i,4) = zero
57 ang(i,5) = one
58 ang(i,6) = zero
59 ENDDO
60 mx = ix(1,1+nft)
61 sf(1:nel,1:3) = -one
62 vk0(1:nel) = pm(46,mx)
63 rob(1:nel) = pm(30,mx)
64c-----------
65 RETURN
#define my_real
Definition cppsort.cpp:32