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 29 of file m24in3.F.

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