OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
outputs_mod.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!|| outputs_mod ../common_source/modules/outputs_mod.F
25!||--- called by ------------------------------------------------------
26!|| ani_pcont ../engine/source/output/anim/generate/ani_pcont.F
27!|| ani_pcont21 ../engine/source/output/anim/generate/ani_pcont.F
28!|| genh3d ../engine/source/output/h3d/h3d_results/genh3d.F
29!|| h3d_nodal_scalar ../engine/source/output/h3d/h3d_results/h3d_nodal_scalar.F
30!|| hm_read_node ../starter/source/elements/reader/hm_read_node.F
31!|| i21ass3 ../engine/source/interfaces/int21/i21ass3.F
32!|| i21mainf ../engine/source/interfaces/int21/i21mainf.f
33!|| i24for3 ../engine/source/interfaces/int24/i24for3.F
34!|| i24mainf ../engine/source/interfaces/int24/i24main.F
35!|| i25for3 ../engine/source/interfaces/int25/i25for3.F
36!|| i25mainf ../engine/source/interfaces/int25/i25mainf.F
37!|| i7for3 ../engine/source/interfaces/int07/i7for3.F
38!|| i7mainf ../engine/source/interfaces/int07/i7mainf.F
39!|| intfop2 ../engine/source/interfaces/interf/intfop2.F
40!|| inttri ../engine/source/interfaces/intsort/inttri.F
41!|| lectur ../engine/source/input/lectur.F
42!|| rdcomi ../engine/source/output/restart/rdcomm.F
43!|| rdcomr ../engine/source/output/restart/rdcomm.F
44!|| rdresb ../engine/source/output/restart/rdresb.F
45!|| resol ../engine/source/engine/resol.F
46!|| resol_init ../engine/source/engine/resol_init.F
47!|| restalloc ../engine/source/output/restart/arralloc.f
48!|| sortie_main ../engine/source/output/sortie_main.F
49!|| spmd_exch_efric ../engine/source/mpi/interfaces/spmd_exch_efric.F
50!|| spmd_exch_press ../engine/source/mpi/interfaces/spmd_exch_press.F
51!|| spmd_exch_sorting_efric ../engine/source/mpi/interfaces/spmd_exch_sorting_efric.F
52!|| spmd_tri10box ../engine/source/mpi/interfaces/spmd_int.F
53!|| spmd_tri11gat ../engine/source/mpi/interfaces/spmd_int.F
54!|| sponof1 ../engine/source/elements/sph/sponof1.F
55!|| wrcomi ../engine/source/output/restart/wrcomm.F
56!|| wrcomr ../engine/source/output/restart/wrcomm.F
57!|| wrrestp ../engine/source/output/restart/wrrestp.F
58!||====================================================================
60#include "my_real.inc"
61!--------------------------------------------------------------------
62! OUTPUTS_MOD : for outputs tabs
63!--------------------------------------------------------------------
65 integer ninefric_stamp,ninefric ! number of interfaces defined for output fricional energy
66 my_real, DIMENSION(:,:) , ALLOCATABLE :: efric, efric_stamp
67 my_real, DIMENSION(:) , ALLOCATABLE :: efricg, efricg_stamp
68 my_real :: xi_res = 0.
69 my_real :: yi_res = 0.
70 my_real :: zi_res = 0.
71
72 END MODULE outputs_mod
subroutine restalloc(element, nodes, multi_fvm, h3d_data, pinch_data, ale_connectivity, segvar, interfaces, skews, glob_therm, rbe3)
Definition arralloc.F:71
#define my_real
Definition cppsort.cpp:32
subroutine i21mainf(timers, ipari, intbuf_tab, x, a, icodt, fsav, v, ms, itab, stifn, fskyi, isky, fcont, nin, lindmax, jtask, nb_jlt, nb_jlt_new, nb_stok_n, nstrf, secfcum, icontact, viscn, num_imp, ns_imp, ne_imp, ind_imp, nrtmdim, fncont, ftcont, rcontact, acontact, pcontact, intstamp, weight, temp, fthe, ftheskyi, mskyi_sms, iskyi_sms, nodnx_sms, nodglob, npc, tf, qfricint, ncont, indexcont, tagcont, condn, condnskyi, dt2t, neltst, ityptst, kinet, fbsav6, isensint, dimfb, niskyfi, h3d_data, pskids, tagncont, kloadpinter, loadpinter, loadp_hyd_inter, dgaploadint, s_loadpinter, interefric, nodadt_therm, theaccfact, intbuf_fric_tab)
Definition i21mainf.F:66
integer ninefric
Definition outputs_mod.F:65
integer s_efricg
Definition outputs_mod.F:64
integer s_efricintg
Definition outputs_mod.F:64
integer s_efric
Definition outputs_mod.F:64
integer s_efricint
Definition outputs_mod.F:64
integer ninefric_stamp
Definition outputs_mod.F:65