OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
fxfluxrrest.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| fxfluxrrest ../engine/source/constraints/thermic/fxfluxrrest.F
25!||--- called by ------------------------------------------------------
26!|| rdresb ../engine/source/output/restart/rdresb.F
27!||--- calls -----------------------------------------------------
28!|| read_db ../common_source/tools/input_output/read_db.F
29!|| read_i_c ../common_source/tools/input_output/write_routtines.c
30!|| redsqi ../engine/source/output/tools/redsqi.F
31!|| redsqr ../engine/source/output/tools/redsqr.F
32!||--- uses -----------------------------------------------------
33!|| glob_therm_mod ../common_source/modules/mat_elem/glob_therm_mod.F90
34!||====================================================================
35 SUBROUTINE fxfluxrrest(IBFFLUX, FBFFLUX, GLOB_THERM)
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
66 END
#define my_real
Definition cppsort.cpp:32
subroutine fxfluxrrest(ibfflux, fbfflux, glob_therm)
Definition fxfluxrrest.F:36
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)