![]() |
Chaste
Release::3.4
|
#include <AbstractContractionModel.hpp>
Collaboration diagram for ContractionModelInputParameters_:Public Attributes | |
| double | voltage |
| double | intracellularCalciumConcentration |
Struct storing the input parameters that might be used by a contraction model (excl stretch and stretch-rate, as these may be set several times using the current deformation guess by the implicit assembler, and time).
Definition at line 48 of file AbstractContractionModel.hpp.
| double ContractionModelInputParameters_::intracellularCalciumConcentration |
Input calcium concentration (mMol)
Definition at line 51 of file AbstractContractionModel.hpp.
Referenced by AbstractCardiacMechanicsSolver< ELASTICITY_SOLVER, DIM >::SetCalciumAndVoltage(), and NhsContractionModel::SetInputParameters().
| double ContractionModelInputParameters_::voltage |
Input voltage (mV)
Definition at line 50 of file AbstractContractionModel.hpp.
Referenced by Nash2004ContractionModel::SetInputParameters(), and Kerchoffs2003ContractionModel::SetInputParameters().