Problem
svMultiPhysics currently does not include the RDQ20-MF mean-field active mechanics model described by Regazzoni, Dedè, and Quarteroni (2020).
Adding this model would allow simulations using a biophysically detailed sarcomere-level active stress formulation that captures calcium activation, length-dependent activation, and force–velocity behavior.
Solution
Add RDQ20-MF as a new active stress model within the ActiveStress framework introduced in PR #578.
The implementation should include:
- the 20-state RDQ20-MF mean-field dynamics,
- model-specific parameter handling through the XML system,
- integration with the active stress model factory,
- MPI parameter distribution,
- active tension calculation,
- and an electromechanics regression test case.
The model formulation is based on:
Regazzoni, F., Dede', L., & Quarteroni, A.
"Biophysically detailed mathematical models of multiscale cardiac active mechanics."
PLOS Computational Biology, 2020.
https://doi.org/10.1371/journal.pcbi.1008294
Additional context
The implementation was developed using the authors' reference implementation as a comparison source:
https://github.com/FrancescoRegazzoni/cardiac-activation
Validation was performed by comparing RDQ20-MF state evolution and active tension against the reference implementation across multiple calcium, sarcomere length, and velocity protocols.
Code of Conduct
Problem
svMultiPhysics currently does not include the RDQ20-MF mean-field active mechanics model described by Regazzoni, Dedè, and Quarteroni (2020).
Adding this model would allow simulations using a biophysically detailed sarcomere-level active stress formulation that captures calcium activation, length-dependent activation, and force–velocity behavior.
Solution
Add RDQ20-MF as a new active stress model within the ActiveStress framework introduced in PR #578.
The implementation should include:
The model formulation is based on:
Regazzoni, F., Dede', L., & Quarteroni, A.
"Biophysically detailed mathematical models of multiscale cardiac active mechanics."
PLOS Computational Biology, 2020.
https://doi.org/10.1371/journal.pcbi.1008294
Additional context
The implementation was developed using the authors' reference implementation as a comparison source:
https://github.com/FrancescoRegazzoni/cardiac-activation
Validation was performed by comparing RDQ20-MF state evolution and active tension against the reference implementation across multiple calcium, sarcomere length, and velocity protocols.
Code of Conduct