OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
detonators_mod::detonators_struct_ Type Reference

Data Fields

integer n_det
integer n_det_point
integer n_det_line
integer n_det_wave_shaper
integer n_det_cord
integer n_det_plane
type(detonator_point_struct_), dimension(:), allocatable point
type(detonator_line_struct_), dimension(:), allocatable line
type(detonator_cord_struct_), dimension(:), allocatable cord
type(detonator_wave_shaper_struct_), dimension(:), allocatable wave_shaper
type(detonator_plane_struct_), dimension(:), allocatable plane
logical is_shadowing_required

Detailed Description

Definition at line 154 of file detonators_mod.F.

Field Documentation

◆ cord

type(detonator_cord_struct_), dimension(:), allocatable detonators_mod::detonators_struct_::cord

Definition at line 165 of file detonators_mod.F.

165 TYPE(DETONATOR_CORD_STRUCT_), DIMENSION(:), ALLOCATABLE :: CORD

◆ is_shadowing_required

logical detonators_mod::detonators_struct_::is_shadowing_required

Definition at line 169 of file detonators_mod.F.

169 LOGICAL IS_SHADOWING_REQUIRED

◆ line

type(detonator_line_struct_), dimension(:), allocatable detonators_mod::detonators_struct_::line

Definition at line 164 of file detonators_mod.F.

164 TYPE(DETONATOR_LINE_STRUCT_), DIMENSION(:), ALLOCATABLE :: LINE

◆ n_det

integer detonators_mod::detonators_struct_::n_det

Definition at line 156 of file detonators_mod.F.

156 INTEGER :: N_DET !sum of all detonators

◆ n_det_cord

integer detonators_mod::detonators_struct_::n_det_cord

Definition at line 160 of file detonators_mod.F.

160 INTEGER :: N_DET_CORD !number of /DFS/DETCORD

◆ n_det_line

integer detonators_mod::detonators_struct_::n_det_line

Definition at line 158 of file detonators_mod.F.

158 INTEGER :: N_DET_LINE !number of /DFS/DETLINE

◆ n_det_plane

integer detonators_mod::detonators_struct_::n_det_plane

Definition at line 161 of file detonators_mod.F.

161 INTEGER :: N_DET_PLANE !number of /DFS/DETPLANE

◆ n_det_point

integer detonators_mod::detonators_struct_::n_det_point

Definition at line 157 of file detonators_mod.F.

157 INTEGER :: N_DET_POINT !number of /DFS/DETPOINT

◆ n_det_wave_shaper

integer detonators_mod::detonators_struct_::n_det_wave_shaper

Definition at line 159 of file detonators_mod.F.

159 INTEGER :: N_DET_WAVE_SHAPER !number of /DFS/WAVE_SHAPER

◆ plane

type(detonator_plane_struct_), dimension(:), allocatable detonators_mod::detonators_struct_::plane

Definition at line 167 of file detonators_mod.F.

167 TYPE(DETONATOR_PLANE_STRUCT_), DIMENSION(:), ALLOCATABLE :: PLANE

◆ point

type(detonator_point_struct_), dimension(:), allocatable detonators_mod::detonators_struct_::point

Definition at line 163 of file detonators_mod.F.

163 TYPE(DETONATOR_POINT_STRUCT_), DIMENSION(:), ALLOCATABLE :: POINT

◆ wave_shaper

type(detonator_wave_shaper_struct_), dimension(:), allocatable detonators_mod::detonators_struct_::wave_shaper

Definition at line 166 of file detonators_mod.F.

166 TYPE(DETONATOR_WAVE_SHAPER_STRUCT_), DIMENSION(:), ALLOCATABLE :: WAVE_SHAPER

The documentation for this type was generated from the following file: