carputils
Doxygen code documentation for the python framework controlling openCARP
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
carputils.model.general.ExternalIonicModel Class Reference

Describes the passive ionic model configuration. More...

Inheritance diagram for carputils.model.general.ExternalIonicModel:
carputils.model.general.AbstractIonicModel carputils.model.general.RegionMixin carputils.model.general.ModelMixin carputils.model.general.AbstractModelComponent carputils.model.general.ParameterSetMixin

Public Member Functions

def set_name (self, name)
 
def set_parameters (self, params)
 
- Public Member Functions inherited from carputils.model.general.AbstractIonicModel
def __init__ (self, args, kwargs)
 
def set_stress (self, stress)
 
def opts (self)
 
- Public Member Functions inherited from carputils.model.general.RegionMixin
def __init__ (self, IDs=[], name=None, args, kwargs)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
- Public Member Functions inherited from carputils.model.general.ModelMixin
def __init__ (self, args, kwargs)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
def slug (self)
 Generate a descriptive short name. More...
 
- Public Member Functions inherited from carputils.model.general.ParameterSetMixin
def __init__ (self, args, kwargs)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
- Public Member Functions inherited from carputils.model.general.AbstractModelComponent
def __init__ (self, fields)
 
def opts (self)
 Generator that yields field name - value pairs for the command line. More...
 
def opts_formatted (self, index)
 Return the command line options for this model component. More...
 

Public Attributes

 MODELID
 

Static Public Attributes

string SHORTNAME = 'external'
 
string MODELID = 'EXTERNAL'
 
dictionary PARAMETERS = {}
 
- Static Public Attributes inherited from carputils.model.general.AbstractIonicModel
string PRM_ARRAY = 'imp_region'
 
string PRM_LENGTH = 'num_imp_regions'
 
string MODELFIELD = 'im'
 
string PARAMSET_FIELD = 'im_param'
 
list FIELDS
 
- Static Public Attributes inherited from carputils.model.general.ModelMixin
 MODELFIELD = None
 
 MODELID = None
 
 SHORTNAME = None
 
- Static Public Attributes inherited from carputils.model.general.ParameterSetMixin
 PARAMETERS = None
 
 PARAMSET_FIELD = None
 
- Static Public Attributes inherited from carputils.model.general.AbstractModelComponent
 PRM_ARRAY = None
 
 PRM_LENGTH = None
 
list FIELDS = []
 

Detailed Description

Describes the passive ionic model configuration.

Parameters

IDs list of int The element IDs to be included in this material region name str The name of the model material region

Member Function Documentation

◆ set_name()

def carputils.model.general.ExternalIonicModel.set_name (   self,
  name 
)

◆ set_parameters()

def carputils.model.general.ExternalIonicModel.set_parameters (   self,
  params 
)

Member Data Documentation

◆ MODELID [1/2]

string carputils.model.general.ExternalIonicModel.MODELID = 'EXTERNAL'
static

◆ MODELID [2/2]

carputils.model.general.ExternalIonicModel.MODELID

◆ PARAMETERS

dictionary carputils.model.general.ExternalIonicModel.PARAMETERS = {}
static

◆ SHORTNAME

string carputils.model.general.ExternalIonicModel.SHORTNAME = 'external'
static

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