OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
m24in2.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 m24in2 (pm, ix, ang, sf, vk0, rob, nel)

Function/Subroutine Documentation

◆ m24in2()

subroutine m24in2 ( pm,
integer, dimension(7,*) ix,
ang,
sf,
vk0,
rob,
integer nel )

Definition at line 29 of file m24in2.F.

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