:class:`FiberGenerationDynaWriter` ================================== .. py:class:: ansys.health.heart.writer.base_writer.FiberGenerationDynaWriter(model: ansys.health.heart.models.HeartModel, settings: ansys.health.heart.settings.settings.SimulationSettings = None) Bases: :py:obj:`BaseDynaWriter` Class for preparing the input for a fiber-generation LS-DYNA simulation. .. !! processed by numpydoc !! .. py:currentmodule:: FiberGenerationDynaWriter Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~update` - Update keyword database for fiber generation. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~kw_database` - Collection of keywords relevant for fiber generation. Import detail ------------- .. code-block:: python from ansys.health.heart.writer.base_writer import FiberGenerationDynaWriter Attribute detail ---------------- .. py:attribute:: kw_database Collection of keywords relevant for fiber generation. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: update(rotation_angles: dict[str, list[float]] | None = None) -> None Update keyword database for fiber generation. This method overwrites the inherited function. .. !! processed by numpydoc !!