Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <FakeBathContractionModel.hpp>
Public Member Functions | |
FakeBathContractionModel () | |
void | SetInputParameters (ContractionModelInputParameters &rInputParameters) |
void | SetStretchAndStretchRate (double stretch, double stretchRate) |
double | GetActiveTension () |
bool | IsStretchDependent () |
bool | IsStretchRateDependent () |
Public Member Functions inherited from AbstractAlgebraicContractionModel | |
AbstractAlgebraicContractionModel () | |
void | RunDoNotUpdate (double startTime, double endTime, double timestep) |
void | RunAndUpdate (double startTime, double endTime, double timestep) |
double | GetNextActiveTension () |
void | UpdateStateVariables () |
Public Member Functions inherited from AbstractContractionModel | |
AbstractContractionModel () | |
virtual | ~AbstractContractionModel () |
void | SetStretch (double stretch) |
Additional Inherited Members | |
Protected Attributes inherited from AbstractAlgebraicContractionModel | |
double | mTime |
A fake contraction model that returns zero active tension always. It is useful to be placed in bath nodes within EM simulations
Definition at line 46 of file FakeBathContractionModel.hpp.
FakeBathContractionModel::FakeBathContractionModel | ( | ) |
Constructor.
Definition at line 42 of file FakeBathContractionModel.cpp.
|
virtual |
Implements AbstractContractionModel.
Definition at line 56 of file FakeBathContractionModel.cpp.
|
inlinevirtual |
Implements AbstractContractionModel.
Definition at line 77 of file FakeBathContractionModel.hpp.
|
inlinevirtual |
Implements AbstractContractionModel.
Definition at line 85 of file FakeBathContractionModel.hpp.
|
virtual |
Set the input parameters (none of which are used in this model)
rInputParameters | Structure containing voltage, [Ca]_i. |
Implements AbstractContractionModel.
Definition at line 48 of file FakeBathContractionModel.cpp.
|
virtual |
Set the fibre stretch and stretch-rate (none of these are used)
stretch | stretch in the fibre direction |
stretchRate | rate of change of stretch in the fibre direction (not used in this model). |
Implements AbstractContractionModel.
Definition at line 52 of file FakeBathContractionModel.cpp.