Block Format Keyword
//SUBMODEL - Submodel
Description
The submodel card defines a part of the model with separate definition of numeration, unit system and RADIOSS version.
Format
(1)
|
(2)
|
(3)
|
(4)
|
(5)
|
(6)
|
(7)
|
(8)
|
(9)
|
(10)
|
//SUBMODEL/submodel_ID/unit_ID/Vers_number
|
submodel_title
|
off_def
|
off_nod
|
off_ele
|
off_part
|
off_mat
|
off_type
|
|
|
|
|
Field
|
Contents
|
submodel_ID
|
Submodel identifier
(Integer, maximum 10 digits)
|
unit_ID
|
Optional unit identifier (Comment 4)
(Integer, maximum 10 digits)
|
Vers_number
|
Vii: Version of input deck inside submodel (Comment 4)
(Example: V41 - Version 41)
Default = V100
|
submodel_title
|
Submodel title
(Character, maximum 100 characters)
|
off_def
|
Default offset value for all option
Default = 0 (Integer)
|
off_nod
|
Default offset value for the nodes
Default = off_def (Integer)
|
off_ele
|
Default offset value for the elements
Default = off_def (Integer)
|
off_part
|
Default offset value for the parts
Default = off_def (Integer)
|
off_mat
|
Default offset value for all materials
Default = off_def (Integer)
|
off_type
|
Default offset value for all properties
Default = off_def (Integer)
|
|
1. | The following options are compatible with //SUBMODEL: |
2. | The keyword //ENDSUB is mandatory at the end of the submodel block. |
3. | Another //SUBMODEL block cannot be defined inside a submodel block. |
4. | Units and the version of RADIOSS submodel can be specified either by /BEGIN card (recommended) or by /Vers_number and /unit_ID in the //SUBMODEL line. |
5. | In case of double definition, version and units defined in the /BEGIN card inside the //SUBMODEL overwrites the version and units defined in the //SUBMODEL line. |
6. | RADIOSS Starter gives an error when more than two /BEGIN cards are specified inside of submodel. |
7. | Use /XREF or /EREF, instead of /REFSTA inside of submodels. |
* Material laws 52, 60, 73, 74, 78, 80, and 81 are not compatible with //SUBMODEL.
** Properties 15, 17, 19, and 46 are not compatible with //SUBMODEL.
|