MemoryUnit#

class ansys.dyna.core.run.options.MemoryUnit#

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

Overview#

Import detail#

from ansys.dyna.core.run.options import MemoryUnit

Attribute detail#

MemoryUnit.BYTE = 0#
MemoryUnit.KB = 1#
MemoryUnit.MB = 2#
MemoryUnit.GB = 3#
MemoryUnit.TB = 4#