:class:`MatElastic` =================== .. py:class:: ansys.dyna.core.pre.dynamaterial.MatElastic(mass_density=0, young_modulus=0, poisson_ratio=0.3) Bases: :py:obj:`MatAdditional` Defines an isotropic hypoelastic material. .. !! processed by numpydoc !! .. py:currentmodule:: MatElastic Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create an elastic material. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ro` - * - :py:attr:`~e` - * - :py:attr:`~pr` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynamaterial import MatElastic Attribute detail ---------------- .. py:attribute:: ro :value: 0 .. py:attribute:: e :value: 0 .. py:attribute:: pr :value: 0.3 Method detail ------------- .. py:method:: create(stub) Create an elastic material. .. !! processed by numpydoc !!