|
Chaste Release::3.1
|
#include <FakeBathContractionModel.hpp>
Inheritance diagram for FakeBathContractionModel:
Collaboration diagram for FakeBathContractionModel:Public Member Functions | |
| FakeBathContractionModel () | |
| void | SetInputParameters (ContractionModelInputParameters &rInputParameters) |
| void | SetStretchAndStretchRate (double stretch, double stretchRate) |
| double | GetActiveTension () |
| bool | IsStretchDependent () |
| bool | IsStretchRateDependent () |
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.
| double FakeBathContractionModel::GetActiveTension | ( | ) | [virtual] |
Get the active tension given the current stretch and time It will return zero always (this is a fake contraction modoel)
Implements AbstractContractionModel.
Definition at line 56 of file FakeBathContractionModel.cpp.
| bool FakeBathContractionModel::IsStretchDependent | ( | ) | [inline, virtual] |
This model is stretch-rate-independent
Implements AbstractContractionModel.
Definition at line 77 of file FakeBathContractionModel.hpp.
| bool FakeBathContractionModel::IsStretchRateDependent | ( | ) | [inline, virtual] |
This model is stretch-rate-independent
Implements AbstractContractionModel.
Definition at line 85 of file FakeBathContractionModel.hpp.
| void FakeBathContractionModel::SetInputParameters | ( | ContractionModelInputParameters & | rInputParameters | ) | [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.
| void FakeBathContractionModel::SetStretchAndStretchRate | ( | double | stretch, |
| double | stretchRate | ||
| ) | [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.