EPSimulator
#
- class ansys.health.heart.simulator.EPSimulator(model: ansys.health.heart.models.HeartModel, dyna_settings: ansys.health.heart.settings.settings.DynaSettings, simulation_directory: pathlib = '')#
Bases:
BaseSimulator
EP (electrophysiology) simulator.
Overview#
Launch the EP simulation. |
|
Compute the Purkinje network. |
|
Compute the conduction system. |
Import detail#
from ansys.health.heart.simulator import EPSimulator
Method detail#
- EPSimulator.simulate(folder_name='main-ep', extra_k_files: list[str] | None = None)#
Launch the EP simulation.
- EPSimulator.compute_purkinje()#
Compute the Purkinje network.
- EPSimulator.compute_conduction_system()#
Compute the conduction system.