#include <NobleVargheseKohlNoble1998WithSac.hpp>
Public Member Functions | |
CML_noble_varghese_kohl_noble_1998_basic_with_sac (boost::shared_ptr< AbstractIvpOdeSolver > pSolver, boost::shared_ptr< AbstractStimulusFunction > pIntracellularStimulus) | |
double | GetIIonic () |
void | EvaluateYDerivatives (double var_environment__time, const std::vector< double > &rY, std::vector< double > &rDY) |
void | SetStretch (double stretch) |
double | GetStretch () |
double | GetIntracellularCalciumConcentration () |
Private Member Functions | |
template<class Archive> | |
void | serialize (Archive &archive, const unsigned int version) |
Private Attributes | |
double | mStretch |
Friends | |
class | boost::serialization::access |
Definition at line 33 of file NobleVargheseKohlNoble1998WithSac.hpp.
void CML_noble_varghese_kohl_noble_1998_basic_with_sac::serialize | ( | Archive & | archive, | |
const unsigned int | version | |||
) | [inline, private] |
Archive the member variables.
archive | ||
version |
Reimplemented from AbstractCardiacCell.
Definition at line 37 of file NobleVargheseKohlNoble1998WithSac.hpp.
References mStretch.
double CML_noble_varghese_kohl_noble_1998_basic_with_sac::GetIIonic | ( | ) | [virtual] |
Computes the total current flowing through the cell membrane, using the current values of the state variables.
Should return a value in units of microamps/cm^2. Note that many cell models do not use these dimensions (let alone these units) and so a complex conversion is required. There are 2 main cases:
Chaste's value for C_m can be obtained from HeartConfig::Instance()->GetCapacitance() and is measured in uF/cm^2.
Implements AbstractCardiacCellInterface.
Definition at line 33 of file NobleVargheseKohlNoble1998WithSac.cpp.
References HeartConfig::GetCapacitance(), HeartConfig::Instance(), mStretch, and AbstractParameterisedSystem< std::vector< double > >::rGetStateVariables().
void CML_noble_varghese_kohl_noble_1998_basic_with_sac::EvaluateYDerivatives | ( | double | time, | |
const std::vector< double > & | rY, | |||
std::vector< double > & | rDY | |||
) | [virtual] |
Method to evaluate the derivatives of the system.
time | the current time | |
rY | the current values of the state variables | |
rDY | storage for the derivatives of the system; will be filled in on return |
Implements AbstractOdeSystem.
Definition at line 229 of file NobleVargheseKohlNoble1998WithSac.cpp.
References AbstractCardiacCellInterface::GetStimulus(), AbstractCardiacCellInterface::mSetVoltageDerivativeToZero, and mStretch.
void CML_noble_varghese_kohl_noble_1998_basic_with_sac::SetStretch | ( | double | stretch | ) | [inline, virtual] |
Set the stretch (overloaded)
stretch | stretch |
Reimplemented from AbstractCardiacCell.
Definition at line 64 of file NobleVargheseKohlNoble1998WithSac.hpp.
References mStretch.
double CML_noble_varghese_kohl_noble_1998_basic_with_sac::GetStretch | ( | ) | [inline] |
Get the stretch
Definition at line 73 of file NobleVargheseKohlNoble1998WithSac.hpp.
References mStretch.
double CML_noble_varghese_kohl_noble_1998_basic_with_sac::GetIntracellularCalciumConcentration | ( | ) | [inline, virtual] |
Get the intracellular calcium concentration
Reimplemented from AbstractCardiacCell.
Definition at line 83 of file NobleVargheseKohlNoble1998WithSac.hpp.
References AbstractParameterisedSystem< std::vector< double > >::mStateVariables.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCardiacCell.
Definition at line 35 of file NobleVargheseKohlNoble1998WithSac.hpp.
double CML_noble_varghese_kohl_noble_1998_basic_with_sac::mStretch [private] |
The stretch the cell is under - affects the stretch-activated-channel ionic current
Definition at line 45 of file NobleVargheseKohlNoble1998WithSac.hpp.
Referenced by EvaluateYDerivatives(), GetIIonic(), GetStretch(), serialize(), and SetStretch().