carputils
Doxygen code documentation for the python framework controlling openCARP
Static Public Attributes | List of all members
carputils.model.ionic.MitchellSchaefferIonicModel Class Reference

Describes the MitchellSchaeffer ionic model. More...

Inheritance diagram for carputils.model.ionic.MitchellSchaefferIonicModel:

Static Public Attributes

string SHORTNAME = 'mitchellschaeffer'
 
string MODELID = 'MitchellSchaeffer'
 
dictionary PARAMETERS
 

Detailed Description

Describes the MitchellSchaeffer ionic model.

Parameters

IDs list of int The material tags to be included in this IMP region name str The name of the model material region a_crit float, optional Value of a_crit, defaults to 0.0 tau_close float, optional Value of tau_close, defaults to 150.0 tau_in float, optional Value of tau_in, defaults to 0.3 tau_open float, optional Value of tau_open, defaults to 120.0 tau_out float, optional Value of tau_out, defaults to 5.0 V_gate float, optional Value of V_gate, defaults to 0.13 V_max float, optional Value of V_max, defaults to 1.0 V_min float, optional Value of V_min, defaults to 0.0

Member Data Documentation

◆ MODELID

string carputils.model.ionic.MitchellSchaefferIonicModel.MODELID = 'MitchellSchaeffer'
static

◆ PARAMETERS

dictionary carputils.model.ionic.MitchellSchaefferIonicModel.PARAMETERS
static
Initial value:
= {'a_crit': 0.0, 'tau_close': 150.0, 'tau_in': 0.3,
'tau_open': 120.0, 'tau_out': 5.0, 'V_gate': 0.13,
'V_max': 1.0, 'V_min': 0.0}

◆ SHORTNAME

string carputils.model.ionic.MitchellSchaefferIonicModel.SHORTNAME = 'mitchellschaeffer'
static

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