OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
h3d_solid_tensor.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!|| h3d_solid_tensor ../engine/source/output/h3d/h3d_results/h3d_solid_tensor.F
25!||--- called by ------------------------------------------------------
26!|| genh3d ../engine/source/output/h3d/h3d_results/genh3d.F
27!||--- calls -----------------------------------------------------
28!|| h3d_solid_tensor_1 ../engine/source/output/h3d/h3d_results/h3d_solid_tensor_1.f
29!||--- uses -----------------------------------------------------
30!|| elbufdef_mod ../common_source/modules/mat_elem/elbufdef_mod.F90
31!|| initbuf_mod ../engine/share/resol/initbuf.F
32!|| names_and_titles_mod ../common_source/modules/names_and_titles_mod.F
33!|| schlieren_mod ../engine/share/modules/schlieren_mod.F
34!|| stack_mod ../engine/share/modules/stack_mod.F
35!||====================================================================
36 SUBROUTINE h3d_solid_tensor(
37 . ELBUF_TAB,SOLID_TENSOR, IPARG ,ITENS ,IXS ,PM ,
38 2 EL2FA ,NBF ,TENS ,EPSDOT ,
39 3 NBPART ,X ,IADG ,IPART ,
40 4 IPARTSP ,IPARTS ,ISPH3D ,IPM ,IGEO ,ID_ELEM ,ITY_ELEM ,
41 5 IS_WRITTEN_SOLID ,LAYER_INPUT ,IR_INPUT ,IS_INPUT ,IT_INPUT,
42 6 H3D_PART,INFO1 ,KEYWORD ,D ,SOLID_TENSOR_CORNER,IS_CORNER_DATA,
43 7 IXS10 ,MAXNNOD ,ID)
44C-----------------------------------------------
45C M o d u l e s
46C-----------------------------------------------
47 USE initbuf_mod
48 USE elbufdef_mod
49 USE schlieren_mod
50 USE stack_mod
52C-----------------------------------------------
53C I m p l i c i t T y p e s
54C-----------------------------------------------
55#include "implicit_f.inc"
56C-----------------------------------------------
57C C o m m o n B l o c k s
58C-----------------------------------------------
59#include "com01_c.inc"
60#include "param_c.inc"
61#include "scr17_c.inc"
62C-----------------------------------------------
63C D u m m y A r g u m e n t s
64C-----------------------------------------------
65C REAL
67 . solid_tensor(6,*), tens(6,*),epsdot(6,*),pm(npropm,*),x(3,*),d(3,*),
68 . solid_tensor_corner(6,*)
69 INTEGER IPARG(NPARG,*),ITENS, MAXNNOD,
70 . IXS(NIXS,*),EL2FA(*),IADG(NSPMD,*),IPM(NPROPMI,*),IXS10(6,*),
71 . NBF,NBPART,IPART(LIPART1,*),IPARTSP(*),IPARTS(*),
72 . ISPH3D,IGEO(NPROPGI,*),IS_WRITTEN_SOLID(*),ID_ELEM(*),ITY_ELEM(*),
73 . h3d_part(*),info1,layer_input,ir_input,is_input,it_input,is_corner_data,id
74 TYPE (ELBUF_STRUCT_), DIMENSION(NGROUP), TARGET :: ELBUF_TAB
75 CHARACTER(LEN=NCHARLINE100) :: KEYWORD
76C-----------------------------------------------
77C L o c a l V a r i a b l e s
78C-----------------------------------------------
79 INTEGER NG
80C-----------------------------------------------
81 DO ng=1,ngroup
82
84 . elbuf_tab,solid_tensor, iparg ,itens ,ixs ,pm ,
85 . el2fa ,nbf ,tens ,epsdot ,
86 . nbpart ,x ,iadg ,ipart ,
87 . ipartsp ,iparts ,isph3d ,ipm ,igeo ,id_elem ,ity_elem ,
88 . is_written_solid ,layer_input ,ir_input ,is_input ,it_input,
89 . h3d_part,info1 ,keyword ,ng ,d ,solid_tensor_corner,
90 . is_corner_data ,ixs10 ,maxnnod ,id )
91
92 ENDDO
93C-----------
94 RETURN
95 END
#define my_real
Definition cppsort.cpp:32
subroutine h3d_solid_tensor(elbuf_tab, solid_tensor, iparg, itens, ixs, pm, el2fa, nbf, tens, epsdot, nbpart, x, iadg, ipart, ipartsp, iparts, isph3d, ipm, igeo, id_elem, ity_elem, is_written_solid, layer_input, ir_input, is_input, it_input, h3d_part, info1, keyword, d, solid_tensor_corner, is_corner_data, ixs10, maxnnod, id)
subroutine h3d_solid_tensor_1(elbuf_tab, solid_tensor, iparg, itens, ixs, pm, el2fa, nbf, tens, epsdot, nbpart, x, iadg, ipart, ipartsp, iparts, isph3d, ipm, igeo, id_elem, ity_elem, is_written_solid, layer_input, ir_input, is_input, it_input, h3d_part, info1, keyword, ng, d, solid_tensor_corner, is_corner_data, ixs10, maxnnod, id)
initmumps id
integer, parameter ncharline100