OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
optiondef_mod::box_ Type Reference

Data Fields

integer id
character(len=nchartitle) title
integer iskbox
integer nod1
integer nod2
integer type
integer nblevels
integer level
integer actibox
integer surfiad
integer boxiad
integer nboxbox
integer, dimension(:), allocatable iboxbox
integer nentity
integer, dimension(:), allocatable entity

Detailed Description

Definition at line 150 of file optiondef_mod.F.

Field Documentation

◆ actibox

integer optiondef_mod::box_::actibox

Definition at line 159 of file optiondef_mod.F.

159 INTEGER :: ACTIBOX ! FLAG FOR ACTIVATED BOX FOR (GRNOD,GRSHEL,LINE,SURF...)

◆ boxiad

integer optiondef_mod::box_::boxiad

Definition at line 161 of file optiondef_mod.F.

161 INTEGER :: BOXIAD ! temporary address

◆ entity

integer, dimension(:), allocatable optiondef_mod::box_::entity

Definition at line 173 of file optiondef_mod.F.

173 INTEGER ,DIMENSION(:) ,ALLOCATABLE :: ENTITY ! BOX entity storage

◆ iboxbox

integer, dimension(:), allocatable optiondef_mod::box_::iboxbox

Definition at line 170 of file optiondef_mod.F.

170 INTEGER ,DIMENSION(:) ,ALLOCATABLE :: IBOXBOX ! SUB BOXES (BOX OF BOXES)

◆ id

integer optiondef_mod::box_::id

Definition at line 151 of file optiondef_mod.F.

151 INTEGER :: ID ! - BOX IDENTIFIER

◆ iskbox

integer optiondef_mod::box_::iskbox

Definition at line 153 of file optiondef_mod.F.

153 INTEGER :: ISKBOX ! BOX SKEW_ID (RECTA + CYLIN)

◆ level

integer optiondef_mod::box_::level

Definition at line 158 of file optiondef_mod.F.

158 INTEGER :: LEVEL ! FLAG "SUBLEVEL DONE" FOR BOX OF BOXES

◆ nblevels

integer optiondef_mod::box_::nblevels

Definition at line 157 of file optiondef_mod.F.

157 INTEGER :: NBLEVELS ! TEMPORARY LEVEL NB OF BOXES

◆ nboxbox

integer optiondef_mod::box_::nboxbox

Definition at line 169 of file optiondef_mod.F.

169 INTEGER :: NBOXBOX ! NUMBER OF SUB BOXES (BOXES OF BOXES)

◆ nentity

integer optiondef_mod::box_::nentity

Definition at line 171 of file optiondef_mod.F.

171 INTEGER :: NENTITY ! NUMBER OF BOX ENTITIES (NODES,ELEMS,LINES,SURF)

◆ nod1

integer optiondef_mod::box_::nod1

Definition at line 154 of file optiondef_mod.F.

154 INTEGER :: NOD1 ! FIRST NODE for box limit definition - N1 -

◆ nod2

integer optiondef_mod::box_::nod2

Definition at line 155 of file optiondef_mod.F.

155 INTEGER :: NOD2 ! SECOND NODE for box limit definition - N2 -

◆ surfiad

integer optiondef_mod::box_::surfiad

Definition at line 160 of file optiondef_mod.F.

160 INTEGER :: SURFIAD ! temporary address for solid external surface (in box)

◆ title

character(len=nchartitle) optiondef_mod::box_::title

Definition at line 152 of file optiondef_mod.F.

152 CHARACTER(LEN=NCHARTITLE) :: TITLE ! BOX title

◆ type

integer optiondef_mod::box_::type

Definition at line 156 of file optiondef_mod.F.

156 INTEGER :: TYPE ! BOX SHAPE (1='RECTA',2='CYLIN' ,3='SPHER')

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