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

Data Fields

integer id
character(len=nchartitle) title
integer type
integer weight_flag
integer npart
integer, dimension(:), allocatable partid
type(part_), dimension(:), allocatable part

Detailed Description

Definition at line 124 of file optiondef_mod.F.

Field Documentation

◆ id

integer optiondef_mod::admas_::id

Definition at line 125 of file optiondef_mod.F.

125 INTEGER :: ID ! - ADMAS IDENTIFIER

◆ npart

integer optiondef_mod::admas_::npart

Definition at line 141 of file optiondef_mod.F.

141 INTEGER :: NPART ! NUMBER of parts to get ADMAS

◆ part

type (part_), dimension(:), allocatable optiondef_mod::admas_::part

Definition at line 143 of file optiondef_mod.F.

143 TYPE (PART_) ,DIMENSION(:) ,ALLOCATABLE :: PART ! PARTS get ADMAS

◆ partid

integer, dimension(:), allocatable optiondef_mod::admas_::partid

Definition at line 142 of file optiondef_mod.F.

142 INTEGER, DIMENSION(:),ALLOCATABLE :: PARTID ! PART_ID to get ADMAS

◆ title

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

Definition at line 126 of file optiondef_mod.F.

126 CHARACTER(LEN=NCHARTITLE) :: TITLE ! ADMAS title

◆ type

integer optiondef_mod::admas_::type

Definition at line 127 of file optiondef_mod.F.

127 INTEGER :: TYPE ! ADMAS type

◆ weight_flag

integer optiondef_mod::admas_::weight_flag

Definition at line 137 of file optiondef_mod.F.

137 INTEGER :: WEIGHT_FLAG ! Flag to switch between area weighted distribution and volume

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