:class:`HighExplosive` ====================== .. py: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_density** : :class:`python:float`, :obj:`optional` Mass density. The default is ``8.96``. **detonation_velocity** : :class:`python:float`, :obj:`optional` .. **chapman_jouget_pressure** : :class:`python:float`, :obj:`optional` .. **jwl_equation_parameters** : :class:`python:list`, :obj:`optional` .. :Returns: :ref:`bool ` ``True`` when successful, ``False`` when failed. .. !! processed by numpydoc !! .. py:currentmodule:: HighExplosive Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create a high-explosive material. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~mass_density` - * - :py:attr:`~detonation_velocity` - * - :py:attr:`~chapman_jouget_pressure` - * - :py:attr:`~jwl_equation_parameters` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynamaterial import HighExplosive Attribute detail ---------------- .. py:attribute:: mass_density :value: 1.835 .. py:attribute:: detonation_velocity :value: 0.88 .. py:attribute:: chapman_jouget_pressure :value: 0.37 .. py:attribute:: jwl_equation_parameters :value: [8.261, 0.1724, 4.55, 1.32, 0.38, 0.102, 1.0] Method detail ------------- .. py:method:: create(stub) Create a high-explosive material. .. !! processed by numpydoc !!