#include <ConstantActiveTension.hpp>
Inherits AbstractAlgebraicContractionModel.
Public Member Functions | |
ConstantActiveTension () | |
void | SetInputParameters (ContractionModelInputParameters &rInputParameters) |
void | SetStretchAndStretchRate (double stretch, double stretchRate) |
double | GetActiveTension () |
bool | IsStretchDependent () |
bool | IsStretchRateDependent () |
void | SetActiveTensionValue (double activeTension) |
Private Attributes | |
double | mConstantActiveTension |
A contraction model that just returns a constant (in space and time) active tension.
Definition at line 46 of file ConstantActiveTension.hpp.
ConstantActiveTension::ConstantActiveTension | ( | ) | [inline] |
Constructor.
Definition at line 53 of file ConstantActiveTension.hpp.
double ConstantActiveTension::GetActiveTension | ( | ) | [inline, virtual] |
Implements AbstractContractionModel.
Definition at line 81 of file ConstantActiveTension.hpp.
bool ConstantActiveTension::IsStretchDependent | ( | ) | [inline, virtual] |
Implements AbstractContractionModel.
Definition at line 89 of file ConstantActiveTension.hpp.
bool ConstantActiveTension::IsStretchRateDependent | ( | ) | [inline, virtual] |
Implements AbstractContractionModel.
Definition at line 97 of file ConstantActiveTension.hpp.
void ConstantActiveTension::SetActiveTensionValue | ( | double | activeTension | ) | [inline] |
Set the constant active tension
activeTension | the active tension |
Definition at line 106 of file ConstantActiveTension.hpp.
void ConstantActiveTension::SetInputParameters | ( | ContractionModelInputParameters & | rInputParameters | ) | [inline, virtual] |
Set the input parameters (none of which are used in this model)
rInputParameters | Structure containing voltage, [Ca]_i. |
Implements AbstractContractionModel.
Definition at line 63 of file ConstantActiveTension.hpp.
void ConstantActiveTension::SetStretchAndStretchRate | ( | double | stretch, | |
double | stretchRate | |||
) | [inline, 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 72 of file ConstantActiveTension.hpp.
The constant active tension. Defaults to 1.0.
Definition at line 47 of file ConstantActiveTension.hpp.