carputils.model.ConductivityRegion

class carputils.model.ConductivityRegion(IDs=[], name=None, g_il=0.174, g_it=0.019, g_in=0.019, g_el=0.625, g_et=0.236, g_en=0.236)

Defines an electrical conductivity region.

Args
IDs : list
The material tags in this region
name : str, optional
A short descriptive name for this region
g_il : float, optional
Intracellular longitudinal conductivity
g_it : float, optional
Intracellular transverse conductivity
g_in : float, optional
Intracellular sheet-normal conductivity
g_el : float, optional
Extracellular longitudinal conductivity
g_et : float, optional
Extracellular transverse conductivity
g_en : float, optional
Extracellular sheet-normal conductivity
classmethod isotropic(IDs=[], name=None, cond=0.1)

Define an isotropic conductivity region.

Args:
IDs : list
The material tags in this region
name : str, optional
A short descriptive name for this region
cond : float, optional
The conductivity to use
opts()

Generator that yields field name - value pairs for the command line.

classmethod passive(IDs=[], name=None, cond=0.0002)

Define an electrically passive (very low conducivity) region.

Args:
IDs : list
The material tags in this region
name : str, optional
A short descriptive name for this region