OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
h3d_list_noda_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_list_nodal_tensor ../engine/source/output/h3d/input_list/h3d_list_noda_tensor.F
25!||--- called by ------------------------------------------------------
26!|| lech3d ../engine/source/output/h3d/h3d_build_fortran/lech3d.F
27!||--- uses -----------------------------------------------------
28!|| h3d_mod ../engine/share/modules/h3d_mod.F
29!|| message_mod ../engine/share/message_module/message_mod.F
30!||====================================================================
31 SUBROUTINE h3d_list_nodal_tensor(H3D_KEYWORD_NODAL_TENSOR,GEO,NKEY)
32C-----------------------------------------------
33C M o d u l e s
34C-----------------------------------------------
35 USE message_mod
36 USE h3d_mod
37C-----------------------------------------------
38C I m p l i c i t T y p e s
39C-----------------------------------------------
40#include "implicit_f.inc"
41C-----------------------------------------------
42C C o m m o n B l o c k s
43C-----------------------------------------------
44#include "param_c.inc"
45#include "com04_c.inc"
46C-----------------------------------------------
47C D u m m y A r g u m e n t s
48C-----------------------------------------------
49 TYPE (H3D_KEYWORD) H3D_KEYWORD_NODAL_TENSOR(*)
50 my_real geo(npropg,numgeo)
51 INTEGER, INTENT(INOUT) :: NKEY
52C-----------------------------------------------
53C L o c a l V a r i a b l e s
54C-----------------------------------------------
55 INTEGER I,J,NIPMAX
56C=========================================================================
57 i = 0
58c-----------------------------------------------
59 i = i + 1
60 h3d_keyword_nodal_tensor(i)%KEY3 = 'GPS'
61 h3d_keyword_nodal_tensor(i)%TEXT1 = 'grid point stress'
62 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'mean stress of elements connected to node(computed using element shape fcts)'
63c-----------------------------------------------
64 I = I + 1
65 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gps1'
66 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'gps1'
67 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'mean stress of elements connected to node'
68c-----------------------------------------------
69 I = I + 1
70 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gps2'
71 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'gps2'
72 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'mean(using relative element volume) stress of elements connected to node '
73c-----------------------------------------------
74 I = I + 1
75 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gpstrain'
76 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'grid point strain'
77 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'mean strain of elements connected to node(computed using element shape fcts)'
78c-----------------------------------------------
79 I = I + 1
80 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gps/tmax'
81 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'max_grid point stress'
82 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'maximum(p1) grid point stress tensor over time'
83c-----------------------------------------------
84 I = I + 1
85 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gps/tmin'
86 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'min_grid point stress'
87 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'minimum(p3) grid point stress tensor over time'
88c-----------------------------------------------
89 I = I + 1
90 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gpstrain/tmax'
91 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'max_grid point strain'
92 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'maximum(p1) grid point strain tensor over time'
93c-----------------------------------------------
94 I = I + 1
95 H3D_KEYWORD_NODAL_TENSOR(I)%KEY3 = 'gpstrain/tmin'
96 H3D_KEYWORD_NODAL_TENSOR(I)%TEXT1 = 'min_grid point strain'
97 H3D_KEYWORD_NODAL_TENSOR(I)%COMMENT = 'minimum(p3) grid point strain tensor over time'
98c-----------------------------------------------
99
100 NKEY=I
101 END
#define my_real
Definition cppsort.cpp:32
subroutine h3d_list_nodal_tensor(h3d_keyword_nodal_tensor, geo, nkey)