Skip to main content

FemLsDynaExportOptions

Other

LS-DYNA-specific export options.

Import

import ScriptingApi as api

# Access the class
# FemLsDynaExportOptions is available via api.FemLsDynaExportOptions

Properties

common

Common export options. Use api.FemExportOptions()

Type: FemExportOptions


solid_formulation

Solid element formulation selector. Recognized values: 2 = fully integrated, 3 = fully integrated nodal, 4 = selective-reduced quadratic, 5 = ALE, 10 = selective-reduced quadratic tetrahedron, 12 = composite. Any other value (including the default 1) maps to constant-stress.

Type: int


write_control_cards

Write control cards (*CONTROL_TERMINATION, etc.).

Type: bool


termination_time

Simulation termination time.

Type: float


See Also