OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
fxfluxwrest.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 fxfluxwrest (ibfflux, fbfflux, glob_therm)

Function/Subroutine Documentation

◆ fxfluxwrest()

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

Definition at line 35 of file fxfluxwrest.F.

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