Phie Recovery Purkinje Activation

Module: devtests.bidomain.purk_phierecv.run

Section author: Anton Prassl <anton.prassl@medunigraz.at>

Test phie recovery in a slab with attached purkinje network.

Problem Setup

This example defines a minimalistic purkinje network attached on top of a thin cuboid on the domain (units in microns):

0.0  \leq x \leq 50000

0.0 \leq y \leq 30000

0.0 \leq z \leq 10000

Run a bidomain simulation in a His stimulated portion of tissue. Restart the same simulation and deactivate the purkinje system. Recover phi_e signals at the bath box corners similar to the setting of a clinical ecg recording. Investigate the influence of the purkinje system on the ecg recordings.

../../_images/purk_phierecv_setup.png

As with other examples, add the --visualize option to automatically load the results in meshalyzer:

./run.py --visualize

Tests

serial_BD

HIS activation within a thin cuboid. Write a statefile at 10ms and continue simulation until 30ms. Restart bidomain simulation at 10ms and finish it at 30ms. Recover phi_e at right/left arm and left leg.

Tags: MEDIUM PURKINJE SERIAL

Checks:

  • Compare against stored reference: max_error(phie.igb)
  • Compare against stored reference: max_error(phie_recovery.igb)
  • Compare against stored reference: max_error(restart/phie.igb)
  • Compare against stored reference: max_error(restart/phie_recovery.igb)
  • Compare against stored reference: max_error(restart/postprocess/phie_recovery.igb)

Last run: 2024-02-29 00:57:09.448042, revision {‘base’: ‘cbf8efd0’}, dependency revisions {PT_C: 31642c1e,cvsys: 593686bc,eikonal: 5fbbfda3,elasticity: 4d92ddfc}

Runtime: 0:02:17.112784
SIMULATION FAILED TO RUN
  CalledProcessError: Command '/data/prassl_src/carpautotest/repos/carp/CPU/bin/carp.pt' died with <Signals.SIGABRT: 6>. (Unknown error -6)

Last passed: No passes found in history (earliest 2024-02-01 00:57:38.537832)

parallel_BD

Same setting as in single core mode above, but now using 4 cores. Compare against single core results.

Tags: MEDIUM PURKINJE PARALLEL

Checks:

  • Compare against stored reference: max_error(phie.igb)
  • Compare against stored reference: max_error(phie_recovery.igb)
  • Compare against stored reference: max_error(restart/phie.igb)
  • Compare against stored reference: max_error(restart/phie_recovery.igb)
  • Compare against stored reference: max_error(restart/postprocess/phie_recovery.igb)

Last run: 2024-02-29 00:59:26.589124, revision {‘base’: ‘cbf8efd0’}, dependency revisions {PT_C: 31642c1e,cvsys: 593686bc,eikonal: 5fbbfda3,elasticity: 4d92ddfc}

Runtime: 0:00:42.014874
SIMULATION FAILED TO RUN
  CalledProcessError: Command '/home/prassl/install/petsc-3.17.1/linux-gnu-fluid-opt/bin/mpiexec' returned non-zero exit status 134. (Unknown error 134)

Last passed: No passes found in history (earliest 2024-02-01 00:59:56.658338)