4.28. Abaqus to Dyna

This option translates ABAQUS meshes into LS-DYNA format. It reads ABAQUS continuum shell elements and standard shell elements (SC8R, SC6R, S3R, and S4R). These elements then can be translated into LS-DYNA shell, thick shell, or solid elements. Specify a *Distribution table to enable consideration of direction dependency with *ELEMENT_SHELL_BETA, *ELEMENT_TSHELL_BETA, or *ELEMENT_SOLID_ORTHO (respectively).

4.28.1. Main Mapping Command

ENVYO = ABAQUS2DYNA

4.28.2. Input and Output Meshes

SourceFile = STRING

Define the name and (if needed) the path of the source file.

SourceFileFormat = ABAQUSDefine the data format of the source file. ABAQUS is the only supported option.
OrientationFile = DistributionTable

Define element orientations as specified in an ABAQUS-specific *Distribution table.

MappingResult = STRING

Define the result file name. The mapping result is written to this newly-generated file.

ResultFileFormat = LS−DYNA

Define the format of the result file. LS-DYNA is the only supported option.

4.28.3. Renaming Option

In the Envyo application, you can define part IDs for each element set that defines a part within ABAQUS. Each part must be assigned a part ID. Otherwise, all part IDs are set to 0, which does not support proper analysis.

ELSET2PID = INTNumber of parts within the ABAQUS mesh that is transferred to LS-DYNA.
PartName i = PID iPart name in ABAQUS and respective part ID in LS-DYNA.

4.28.4. Mapping Options

The following transformations are supported:

TSHELL2SOLID = YES

NO

Tells the Envyo application whether to transform ABAQUS continuum shells into LS-DYNA solid elements.
SOLID_OPTION = ORTHO Enables ABAQUS distribution tables to be considered within the LS-DYNA application. The output is *ELEMENT_SOLID_ORTHO. This option is only valid when TSHELL2SOLID= YES.
TSHELL OPTION = BETA Enables ABAQUS distribution tables to be considered within the LS-DYNA application. The output is *ELEMENT_TSHELL_BETA.
SHELL OPTION = BETA Enables the ABAQUS distribution tables to be considered within the LS-DYNA application. The output is *ELEMENT_SHELL_BETA.