36 #ifndef KERCHOFFS2003CONTRACTIONMODEL_HPP_
37 #define KERCHOFFS2003CONTRACTIONMODEL_HPP_
39 #include "AbstractOdeBasedContractionModel.hpp"
40 #include "OdeSystemInformation.hpp"
50 friend class TestContractionModels;
53 static const double a6;
54 static const double a7;
55 static const double T0;
56 static const double Ea;
57 static const double v0;
58 static const double ls0;
62 static const double ld;
100 void EvaluateYDerivatives(
double time,
const std::vector<double>& rY, std::vector<double>& rDY);
void SetStretchAndStretchRate(double stretch, double stretchRate)
bool IsStretchRateDependent()
Kerchoffs2003ContractionModel()
double GetNextActiveTension()
bool mElectricallyUnactivated
static const double mActivationVoltage
static const double mDeactivationVoltage
double GetActiveTension()
bool IsStretchDependent()
void EvaluateYDerivatives(double time, const std::vector< double > &rY, std::vector< double > &rDY)
void SetInputParameters(ContractionModelInputParameters &rInputParameters)