Block Format Keyword
/TH/RBODY - Time History - Rigid Body
Description
Describes the time history for rigid bodies.
Format
(1)
|
(2)
|
(3)
|
(4)
|
(5)
|
(6)
|
(7)
|
(8)
|
(9)
|
(10)
|
/TH/RBODY/thgroup_ID
|
thgroup_name
|
var_ID1
|
var_ID2
|
var_ID3
|
var_ID4
|
var_ID5
|
var_ID6
|
var_ID7
|
var_ID8
|
var_ID9
|
var_ID10
|
Obj_ID1
|
Obj_ID2
|
Obj_ID3
|
Obj_ID4
|
Obj_ID5
|
Obj_ID6
|
Obj_ID7
|
Obj_ID8
|
Obj_ID9
|
Obj_ID10
|
Field
|
Contents
|
thgroup_ID
|
TH group identifier
(Integer, maximum 10 digits)
|
thgroup_name
|
TH group name
(Character, maximum 100 characters)
|
var_ID1, ...n
|
Variables saved for TH (see table below)
(Character, maximum 8 characters)
|
Obj_ID1, ...n
|
Identifiers of the objects to be saved
(Integer)
|
|
Keyword
|
Object saved
|
Variables
|
RBODY
|
Rigid body
|
FX, FY, FZ, MX, MY, MZ, RX, RY, RZ, FXI, FYI, FZI, MXI, MYI, MZI
|
|
Keyword
|
Variable Group
|
Saved TH Variables
|
RBODY
|
DEF
F
M
R
FI
MI
|
FX, FY, FZ, MX, MY, MZ, RX, RY, RZ
FX, FY, FZ, FI
MX, MY, MZ
RX, RY, RZ
FXI, FYI, FZI
MXI, MYI, MZI
|
|
• | FX: force in direction X |
• | FY: force in direction Y |
• | FZ: force in direction Z |
• | MX: moment in direction X |
• | MY: moment in direction Y |
• | MZ: moment in direction Z |
• | RX: rotation in direction X |
• | RY: rotation in direction Y |
• | RZ: rotation in direction Z |
Adding to this, the following variables are available in HyperGraph (HG):
• | TF: magnitude of force (computed in HG as (FX2 + FY2 + FZ2)1/2) |
• | TM: magnitude of moment (computed in HG as (MX2 + MY2 + MZ2)1/2) |
• | R: magnitude of rotation (computed in HG as (RX2 + RY2 + RZ2)1/2) |
• | FI: magnitude of force (computed in HG as (FXI2 + FYI2 + FZI2)1/2) |
• | MI: magnitude of moment (computed in HG as (MXI2 + MYI2 + MZI2)1/2) |
Warning: | Additional variables are computed correctly only if requested variables for computation are saved in TH. For instance, TF is computed correctly only if FX, FY, or FZ are requested to be saved by you. |
|
|
1. | Available names are listed in the two tables above. |
In the first table, TH-variables are listed. If a TH-variable is requested, this variable is written.
In the second table, other variable groups are listed. If a variable group is requested, all the associated TH-variables are written at once.
2. | FI, MI, FXI, FYI, FZI, MXI, MYI, and MZI are the forces applied by interfaces type 14 or 15 on the envelope surface (if available). |
|