:class:`EPMaterialModel` ======================== .. py:class:: ansys.health.heart.settings.material.ep_material.EPMaterialModel Base class for all EP material models. .. !! processed by numpydoc !! .. py:currentmodule:: EPMaterialModel Overview -------- .. tab-set:: .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~sigma_fiber` - * - :py:attr:`~sigma_sheet` - * - :py:attr:`~sigma_sheet_normal` - * - :py:attr:`~beta` - * - :py:attr:`~cm` - * - :py:attr:`~lambda_` - .. tab-item:: Special methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~__post_init__` - Post init method. Import detail ------------- .. code-block:: python from ansys.health.heart.settings.material.ep_material import EPMaterialModel Attribute detail ---------------- .. py:attribute:: sigma_fiber :type: float :value: None .. py:attribute:: sigma_sheet :type: Optional[float] :value: None .. py:attribute:: sigma_sheet_normal :type: Optional[float] :value: None .. py:attribute:: beta :type: Optional[float] .. py:attribute:: cm :type: Optional[float] .. py:attribute:: lambda_ :type: Optional[float] :value: None Method detail ------------- .. py:method:: __post_init__() Post init method. .. !! processed by numpydoc !!