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

Describes the HodgkinHuxley ionic model. More...

Inheritance diagram for carputils.model.ionic.HodgkinHuxleyIonicModel:

Static Public Attributes

string SHORTNAME = 'hodgkinhuxley'
 
string MODELID = 'HodgkinHuxley'
 
dictionary PARAMETERS = {'GK': 36.0, 'GL': 0.3, 'GNa': 120.0}
 

Detailed Description

Describes the HodgkinHuxley 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 GK float, optional Value of GK, defaults to 36.0 GL float, optional Value of GL, defaults to 0.3 GNa float, optional Value of GNa, defaults to 120.0

Member Data Documentation

◆ MODELID

string carputils.model.ionic.HodgkinHuxleyIonicModel.MODELID = 'HodgkinHuxley'
static

◆ PARAMETERS

dictionary carputils.model.ionic.HodgkinHuxleyIonicModel.PARAMETERS = {'GK': 36.0, 'GL': 0.3, 'GNa': 120.0}
static

◆ SHORTNAME

string carputils.model.ionic.HodgkinHuxleyIonicModel.SHORTNAME = 'hodgkinhuxley'
static

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