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#

simulate

Launch the EP simulation.

compute_purkinje

Compute the Purkinje network.

compute_conduction_system

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.

Parameters:
folder_namestr, default: 'main-ep'

Simulation folder name.

extra_k_fileslist[str], default: None

User-defined k files.

EPSimulator.compute_purkinje()#

Compute the Purkinje network.

EPSimulator.compute_conduction_system()#

Compute the conduction system.