OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
fxfluxwrest.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!|| fxfluxwrest ../engine/source/constraints/thermic/fxfluxwrest.F
25!||--- called by ------------------------------------------------------
26!|| wrrestp ../engine/source/output/restart/wrrestp.F
27!||--- calls -----------------------------------------------------
28!|| write_db ../common_source/tools/input_output/write_db.F
29!|| write_i_c ../common_source/tools/input_output/write_routtines.c
30!|| wrtsqi ../engine/source/output/tools/wrtsqi.F
31!|| wrtsqr ../engine/source/output/tools/wrtsqr.F
32!||--- uses -----------------------------------------------------
33!|| glob_therm_mod ../common_source/modules/mat_elem/glob_therm_mod.F90
34!||====================================================================
35 SUBROUTINE fxfluxwrest(IBFFLUX, FBFFLUX, GLOB_THERM)
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
68 END
#define my_real
Definition cppsort.cpp:32
subroutine fxfluxwrest(ibfflux, fbfflux, glob_therm)
Definition fxfluxwrest.F:36
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)