svMultiPhysics
|
Cardiac electromechanics model type. More...
#include <CepMod.h>
Public Attributes | |
bool | cpld = false |
Whether electrophysiology and mechanics are coupled. More... | |
bool | aStress = false |
Whether active stress formulation is employed. More... | |
bool | aStrain = false |
Whether active strain formulation is employed. More... | |
Vector< double > | Ya |
Local variable integrated in time := activation force for active stress model := fiber stretch for active strain model. More... | |
Cardiac electromechanics model type.
bool cemModelType::aStrain = false |
Whether active strain formulation is employed.
bool cemModelType::aStress = false |
Whether active stress formulation is employed.
bool cemModelType::cpld = false |
Whether electrophysiology and mechanics are coupled.
Vector<double> cemModelType::Ya |
Local variable integrated in time := activation force for active stress model := fiber stretch for active strain model.