LaplaceWriter
#
- class ansys.health.heart.writer.laplace_writer.LaplaceWriter(model: ansys.health.heart.models.HeartModel, type: Literal['uvc', 'la_fiber', 'ra_fiber', 'D-RBM'], **kwargs)#
Bases:
ansys.health.heart.writer.base_writer.BaseDynaWriter
Class for preparing the input for a Laplace LS-DYNA simulation.
Overview#
Import detail#
from ansys.health.heart.writer.laplace_writer import LaplaceWriter
Attribute detail#
- LaplaceWriter.type#
Problem type.
- LaplaceWriter.landmarks#
Landmarks are
laa
,raa
, andtop
.
- LaplaceWriter.target: pyvista.UnstructuredGrid = None#
Target mesh related to the problem.