Using the translator
The following procedure summarizes the typical usage of the
abaqus tosimpack translator:
-
Create an
Abaqus
substructure. (General guidelines for building
Abaqus
models with substructures are described in
Using substructures.)
The substructure generation step must write at least the mass and
stiffness matrices. It can also write the recovery and viscous damping
matrices. The
FLEXIBLE BODY option must be used. For example,
*SUBSTRUCTURE GENERATE, MASS MATRIX=YES, RECOVERY=YES, VISCOUS DAMPING=YES
*FLEXIBLE BODY, TYPE=SIMPACK In addition, you can add the following data to translate stress: *ELEMENT RECOVERY MATRIX, POSITION=AVERAGED AT NODES
S,
You can recover results on a subset of the model using the ELSET parameter for the substructure generation and element recovery
matrix options shown above. You must use the
fbi_elset command line option to define
the element set.
If the
Abaqus
analysis did not use SI units (meters,
kilograms, and seconds), you must define the units when you run the translator
using the length,
mass, and
time command line options. If the
Abaqus
analysis uses American or English units (inches, pounds force, and seconds),
the mass unit is slinch.
-
Run the
Abaqus
analysis.
-
Run the abaqus tosimpack translator to read
the substructure SIM database produced by the
analysis and to create the flexible body interface file.
Command summary
abaqus
tosimpackjobjob-name
substructure_simfilename
lengthlength-units-name
massmass-units-name
timetime-units-name
fbi_elsetelset-name
Command line options
- job
-
This option specifies the input and output file names to use during results
translation. The job-name value is used to construct
the default substructure SIM database file
name, job-name.sim. The output
flexible body interface file is given the name
job-name.fbi.
If this option is omitted from the command line, you will be prompted for
this value.
- substructure_sim
-
This option specifies the name of the substructure
SIM database (.sim) file
if it is different from
job-name.sim. The file will
usually be named
job-name_Znn.sim.
- length
-
This option specifies the length units
for the model. The valid options are as follows:
- m, meter, meters
- mm, millimeter,
millimeters
- cm, centimeter,
centimeters
- km, kilometer, kilometers
- in, inch, inches
- ft, foot, feet
- mile, miles
- mass
-
This option specifies the mass units
for the model. The valid options are as follows:
- kg, kilogram, kilograms
- mgg, megagram, megagrams, tonne,
tonnes
- gram, grams
- lbm, pound, pounds,
pound_mass
- uston, ustons, us_ton
- klbm, kpound_mass
- ozm, ounce, ounces,
ounce_mass
- slug
- slinch, dozen_slug
- time
-
This option specifies the time units
for the model. The valid options are as follows:
- s, sec, second, seconds
- ms, millisecond,
milliseconds
- min, minute, minutes
- h, hr, hour, hours
- fbi_elset
-
This option defines a set of elements for which results can be recovered.
|