#include <FoxModel2002Modified.hpp>
Public Member Functions | |
FoxModel2002Modified (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) |
Definition at line 25 of file FoxModel2002Modified.hpp.
double FoxModel2002Modified::GetIIonic | ( | ) | [inline, virtual] |
Computes the total current flowing through the cell membrane, using the current values of the state variables.
Implements AbstractCardiacCell.
Definition at line 43 of file FoxModel2002Modified.hpp.
References AbstractOdeSystem::rGetStateVariables().
void FoxModel2002Modified::EvaluateYDerivatives | ( | double | time, | |
const std::vector< double > & | rY, | |||
std::vector< double > & | rDY | |||
) | [inline, 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 222 of file FoxModel2002Modified.hpp.
References AbstractOdeSystem::DumpState(), AbstractCardiacCell::GetStimulus(), AbstractCardiacCell::mSetVoltageDerivativeToZero, and AbstractOdeSystem::rGetVariableNames().