OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
r1buf3.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 r1buf3 (off, geo, x, al, ix, ipos, igeo)

Function/Subroutine Documentation

◆ r1buf3()

subroutine r1buf3 ( off,
geo,
x,
al,
integer, dimension(nixr,*) ix,
ipos,
integer, dimension(npropgi,*) igeo )

Definition at line 28 of file r1buf3.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(NIXR,*),IGEO(NPROPGI,*)
44 . off(*), geo(npropg,*), x(3,*), al(*),ipos(5,*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER I, J, I1, I2, K, USENS
49C REAL
51 . ex, ey, ez
52C-----------------------------------------------
53 DO i=lft,llt
54 j=i+nft
55 usens=igeo(3,ix(1,j))
56 IF (usens <= 0) THEN
57C no sensor or Isflag=1
58 off(i)=one
59 ELSE
60 off(i)=-ten
61 ENDIF
62 ENDDO
63C
64 DO j=1,5
65 DO i=lft,llt
66 ipos(j,i)= zero
67 ENDDO
68 ENDDO
69C
70 DO i=lft,llt
71 j=i+nft
72 i1=ix(2,j)
73 i2=ix(3,j)
74 ex=x(1,i2)-x(1,i1)
75 ey=x(2,i2)-x(2,i1)
76 ez=x(3,i2)-x(3,i1)
77 al(i)=sqrt(ex*ex+ey*ey+ez*ez)
78 ENDDO
79C
80 RETURN
#define my_real
Definition cppsort.cpp:32