OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
h3d_list_sph_tensor.F File Reference
#include "implicit_f.inc"
#include "param_c.inc"
#include "com04_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine h3d_list_sph_tensor (h3d_keyword_sph_tensor, geo, igeo, nkey)

Function/Subroutine Documentation

◆ h3d_list_sph_tensor()

subroutine h3d_list_sph_tensor ( type (h3d_keyword), dimension(*) h3d_keyword_sph_tensor,
geo,
integer, dimension(npropgi,numgeo) igeo,
integer, intent(inout) nkey )

Definition at line 31 of file h3d_list_sph_tensor.F.

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_SPH_TENSOR(*)
50 my_real geo(npropg,numgeo)
51 INTEGER IGEO(NPROPGI,NUMGEO)
52 INTEGER, INTENT(INOUT) :: NKEY
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER I,J,NIPMAX
57C=========================================================================
58 i = 0
59c-----------------------------------------------
60 i = i + 1
61 h3d_keyword_sph_tensor(i)%KEY3 = 'TENS/STRESS'
62 h3d_keyword_sph_tensor(i)%TEXT1 = 'Stress'
63c-----------------------------------------------
64 i = i + 1
65 h3d_keyword_sph_tensor(i)%KEY3 = 'TENS/STRAIN'
66 h3d_keyword_sph_tensor(i)%TEXT1 = 'Strain'
67c-----------------------------------------------
68 i = i + 1
69 h3d_keyword_sph_tensor(i)%KEY3 = 'TENS/DAMA'
70 h3d_keyword_sph_tensor(i)%TEXT1 = 'Damage'
71c-----------------------------------------------
72
73 nkey=i
#define my_real
Definition cppsort.cpp:32