Chaste Release::3.1
FakeBathContractionModel Class Reference

#include <FakeBathContractionModel.hpp>

Inheritance diagram for FakeBathContractionModel:
Collaboration diagram for FakeBathContractionModel:

List of all members.

Public Member Functions

 FakeBathContractionModel ()
void SetInputParameters (ContractionModelInputParameters &rInputParameters)
void SetStretchAndStretchRate (double stretch, double stretchRate)
double GetActiveTension ()
bool IsStretchDependent ()
bool IsStretchRateDependent ()

Detailed Description

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.


Constructor & Destructor Documentation

FakeBathContractionModel::FakeBathContractionModel ( )

Constructor.

Definition at line 42 of file FakeBathContractionModel.cpp.


Member Function Documentation

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)

Parameters:
rInputParametersStructure 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)

Parameters:
stretchstretch in the fibre direction
stretchRaterate of change of stretch in the fibre direction (not used in this model).

Implements AbstractContractionModel.

Definition at line 52 of file FakeBathContractionModel.cpp.


The documentation for this class was generated from the following files: