HighExplosive#

class ansys.dyna.core.pre.dynamaterial.HighExplosive(mass_density=1.835, detonation_velocity=0.88, chapman_jouget_pressure=0.37, jwl_equation_parameters=[8.261, 0.1724, 4.55, 1.32, 0.38, 0.102, 1.0])#

Defines a high-explosive material.

Parameters:
mass_densityfloat, optional

Mass density. The default is 8.96.

detonation_velocityfloat, optional
chapman_jouget_pressurefloat, optional
jwl_equation_parameterslist, optional
Returns:
bool

True when successful, False when failed.

Overview#

create

Create a high-explosive material.

Import detail#

from ansys.dyna.core.pre.dynamaterial import HighExplosive

Attribute detail#

HighExplosive.mass_density = 1.835#
HighExplosive.detonation_velocity = 0.88#
HighExplosive.chapman_jouget_pressure = 0.37#
HighExplosive.jwl_equation_parameters = [8.261, 0.1724, 4.55, 1.32, 0.38, 0.102, 1.0]#

Method detail#

HighExplosive.create(stub)#

Create a high-explosive material.