Constructing 3-D Purkinje network and His bundle #75
Replies: 3 comments 3 replies
-
You would have to construct your mesh, including the Purkinje network. The simulator only uses it as input. We have some papers about this: https://www.nature.com/articles/s41598-023-38653-1 @bergolho (Lucas Berg) is a specialist at this subject. He implemented the Purkinje solver and added it in the simulator. The software to generate the networks is open-source and available at: |
Beta Was this translation helpful? Give feedback.
-
Hi Rafael (and Lucas), I have been able to generate some Purkinje networks using Shocker. However, I am currently running into "Duplicates are indexes" errors when conducting a simulation. How should I fix the Purkinje network to get rid of the duplicates? I am able to provide a sample network file if necessary. @bergolho your help would be appreciated also! Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi @edorachlee, I managed to fix the errors on your Purkinje network and made two working examples in MonoAlg3D. The first one uses only the Purkinje network, which is normally how I debug the trees generated by the Shocker method in MonoAlg3D. The second one is with the Purkinje network coupled with the biventricular mesh you provided. I noticed two minor problems with the Shocker network you sent me:
Later this week, I will revise the Shocker code and try to debug and fix these errors. There is a new Discussion tab on the Shocker repository that everyone can use now. Also, there are some comments on the configuration files to help you execute the simulations with the Purkinje coupled to tissue. Please let me know if you need any more help. Best regards, |
Beta Was this translation helpful? Give feedback.
-
This time a discussion about creating my own Purkinje network.
I am seeing in initialize_purkinje_with_custom_mesh that we can read a Purkinje network file that is provided to us. However, all of the examples using initialize_purkinje_with_custom_mesh seem to be simple 1-D examples, mostly using the simple_cable_2cm.vtk network file.
How would we approach constructing a full Purkinje network in a 3-D biventricular model, including a His bundle? Does that functionality exist?
Beta Was this translation helpful? Give feedback.
All reactions