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

Go to the source code of this file.

Functions/Subroutines

subroutine st_utable_dum (ierr)
integer function get_u_numtable (tid)
subroutine get_u_table (itable, xx, yy)
subroutine get_u_vtable (itable, nel0, ipos, xx, yy, dydx1)

Function/Subroutine Documentation

◆ get_u_numtable()

integer function get_u_numtable ( integer tid)

Definition at line 39 of file utable.F.

41 USE table_mod
42#include "implicit_f.inc"
43#include "com04_c.inc"
44 TYPE(TTABLE) CUR_TABLE
45 INTEGER I,TID
46C need NTABLE
47C
49 DO i=1,ntable
50 IF(table(i)%NOTABLE==tid)THEN
52 RETURN
53 ENDIF
54 ENDDO
55 RETURN
type(ttable), dimension(:), allocatable table
integer function get_u_numtable(tid)
Definition utable.F:40

◆ get_u_table()

subroutine get_u_table ( integer itable,
dimension(:) xx,
yy )

Definition at line 64 of file utable.F.

66C-----------------------------------------------
67C I m p l i c i t T y p e s
68C-----------------------------------------------
69#include "implicit_f.inc"
70C-----------------------------------------------
71C C o m m o n B l o c k s
72C-----------------------------------------------
73 INTEGER ITABLE
74 my_real,
75 . DIMENSION(:) :: xx
77 . yy
78C
79 CALL table_interp(table(itable),xx,yy)
80 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine table_interp(table, xx, yy)

◆ get_u_vtable()

subroutine get_u_vtable ( integer itable,
integer nel0,
integer, dimension(:,:) ipos,
dimension(:,:) xx,
yy,
dydx1 )

Definition at line 89 of file utable.F.

91C-----------------------------------------------
92C I m p l i c i t T y p e s
93C-----------------------------------------------
94#include "implicit_f.inc"
95C-----------------------------------------------
96C D u m m y A r g u m e n t s
97C-----------------------------------------------
98 INTEGER ITABLE,NEL0
99 INTEGER, DIMENSION(:,:) :: IPOS
100 my_real,
101 . DIMENSION(:,:) :: xx
102 my_real
103 . yy(*), dydx1(*)
104C-----------------------------------------------
105C L o c a l V a r i a b l e s
106C-----------------------------------------------
107C
108 CALL table_vinterp(table(itable),nel0,nel0,ipos,xx,yy,dydx1)
109 RETURN
subroutine table_vinterp(table, dimx, nel, ipos, xx, yy, dydx1)

◆ st_utable_dum()

subroutine st_utable_dum ( integer ierr)

Definition at line 28 of file utable.F.

29#include "implicit_f.inc"
30 INTEGER IERR
31 ierr=0