ansys.dyna.core.run.options#

Options to run LS-DYNA.

Classes#

MpiOption

MPI option to configure the LS-DYNA execution command line

Precision

Precision for LS-DYNA

MemoryUnit

Memory unit for LS-DYNA command line. Only MB and GB are currently supported.

Module Contents#

class ansys.dyna.core.run.options.MpiOption[source]#

MPI option to configure the LS-DYNA execution command line

SMP = 0[source]#
MPP_INTEL_MPI = 1[source]#
MPP_MS_MPI = 2[source]#
class ansys.dyna.core.run.options.Precision[source]#

Precision for LS-DYNA

SINGLE = 0[source]#
DOUBLE = 1[source]#
class ansys.dyna.core.run.options.MemoryUnit[source]#

Memory unit for LS-DYNA command line. Only MB and GB are currently supported.

BYTE = 0[source]#
KB = 1[source]#
MB = 2[source]#
GB = 3[source]#
TB = 4[source]#