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

Go to the source code of this file.

Functions/Subroutines

subroutine velvec (v, nnwl, nnsrg)

Function/Subroutine Documentation

◆ velvec()

subroutine velvec ( v,
integer nnwl,
integer nnsrg )

Definition at line 29 of file velvec.F.

30C-----------------------------s------------------
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 "com04_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41C REAL
42 my_real
43 . v(3,*)
44C REAL
45 my_real
46 . s3000,s
47 REAL R4
48 INTEGER I,NNWL,K,P,BUF
49 INTEGER NNSRG
50C-----------------------------------------------
51 s3000 = 3000.
52C
53 DO i=1,numnod
54 r4 = v(1,i)
55 CALL write_r_c(r4,1)
56 r4 = v(2,i)
57 CALL write_r_c(r4,1)
58 r4 = v(3,i)
59 CALL write_r_c(r4,1)
60 ENDDO
61C
62 r4 = 0.
63 DO i=1,nsect+nrwall+nnwl+nnsrg
64 CALL write_r_c(r4,1)
65 CALL write_r_c(r4,1)
66 CALL write_r_c(r4,1)
67 ENDDO
68C
69 RETURN
#define my_real
Definition cppsort.cpp:32
void write_r_c(float *w, int *len)