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

Go to the source code of this file.

Functions/Subroutines

subroutine fxfluxrrest (ibfflux, fbfflux, glob_therm)

Function/Subroutine Documentation

◆ fxfluxrrest()

subroutine fxfluxrrest ( integer, dimension(*) ibfflux,
fbfflux,
type (glob_therm_), intent(in) glob_therm )

Definition at line 35 of file fxfluxrrest.F.

36
37 use glob_therm_mod
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41#include "implicit_f.inc"
42C-----------------------------------------------
43C C o m m o n B l o c k s
44C-----------------------------------------------
45#include "param_c.inc"
46#include "scr05_c.inc"
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C----------------------------------------------
50 INTEGER IBFFLUX(*)
51 my_real fbfflux(*)
52 type (glob_therm_), INTENT(IN) :: GLOB_THERM
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56C
57 IF (irform/5<=1) THEN
58 CALL redsqr (fbfflux,glob_therm%LFACTHER*glob_therm%NFXFLUX,irform)
59 CALL redsqi (ibfflux,glob_therm%NITFLUX *glob_therm%NFXFLUX,irform)
60 ELSE
61 CALL read_db(fbfflux,glob_therm%LFACTHER*glob_therm%NFXFLUX)
62 CALL read_i_c(ibfflux,glob_therm%NITFLUX*glob_therm%NFXFLUX)
63 ENDIF
64C
65 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine read_db(a, n)
Definition read_db.F:88
subroutine redsqi(ia, l, iform)
Definition redsqi.F:39
subroutine redsqr(a, l, iform)
Definition redsqr.F:39
void read_i_c(int *w, int *len)