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

Go to the source code of this file.

Functions/Subroutines

subroutine rbyac_imp (npby, itab, nrbyac, irbyac, nsmax)

Function/Subroutine Documentation

◆ rbyac_imp()

subroutine rbyac_imp ( integer, dimension(nnpby,*) npby,
integer, dimension(*) itab,
integer nrbyac,
integer, dimension(*) irbyac,
integer nsmax )

Definition at line 28 of file rbyac_imp.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "com04_c.inc"
37#include "param_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NPBY(NNPBY,*),ITAB(*),NRBYAC,IRBYAC(*),NSMAX
42C REAL
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER I, N,K,IACTI,ISENS,M
47C-----------------------------------------------
48 k=0
49 nrbyac=0
50 nsmax=0
51 DO n=1,nrbykin
52 IF (npby(1,n)>0) THEN
53 iacti=npby(7,n)
54 isens=npby(4,n)
55 IF(iacti>0)THEN
56 nrbyac=nrbyac+1
57 irbyac(nrbyac)=n
58 irbyac(nrbyac+nrbykin)=k
59 nsmax=nsmax+npby(2,n)
60 ENDIF
61 ENDIF
62 k=k+npby(2,n)
63 ENDDO
64C
65 RETURN