|
| def | __init__ (self, *args, **kwargs) |
| |
| def | set_stress (self, stress) |
| |
| 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...
|
| |
| def | CVrest (self, psi=159.0, theta=137.0, kappa=53.0, rho=811.0) |
| | Specify CV restitution properties for the eikonal model using the DREAM. More...
|
| |
| def | Idiff (self, model=0, alpha_i="{149.5, 41.2,-192.2}", beta_i="{2.383,2.07,2.56}", gamma_i="{0.22,0.56,0.29}", A_F=0.91, tau_F=0.25, V_th=-30.) |
| | Diffusion current approximation for RE+, RE-, and DREAM solution methods. More...
|
| |
| def | dream_opts (self) |
| | Generator yielding all defined DREAM options as (name, value) pairs. More...
|
| |
| def | __init__ (self, IDs=[], name=None, emi=False, *args, **kwargs) |
| |
| def | slug (self) |
| | Generate a descriptive short name. More...
|
| |
| def | __init__ (self, **fields) |
| |
◆ __init__()
| def carputils.model.general.AbstractIonicModel.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ opts()
| def carputils.model.general.AbstractIonicModel.opts |
( |
|
self | ) |
|
◆ opts_formatted()
| def carputils.model.general.AbstractIonicModel.opts_formatted |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ set_stress()
| def carputils.model.general.AbstractIonicModel.set_stress |
( |
|
self, |
|
|
|
stress |
|
) |
| |
◆ FIELDS
| list carputils.model.general.AbstractIonicModel.FIELDS |
|
static |
Initial value:= ['cellSurfVolRatio',
'volFrac',
'im_sv_dumps',
'im_sv_init']
◆ MODELFIELD
| string carputils.model.general.AbstractIonicModel.MODELFIELD = 'im' |
|
static |
◆ PARAMSET_FIELD
| string carputils.model.general.AbstractIonicModel.PARAMSET_FIELD = 'im_param' |
|
static |
◆ PRM_ARRAY [1/2]
| string carputils.model.general.AbstractIonicModel.PRM_ARRAY = 'imp_region' |
|
static |
◆ PRM_ARRAY [2/2]
| carputils.model.general.AbstractIonicModel.PRM_ARRAY |
◆ PRM_LENGTH
| string carputils.model.general.AbstractIonicModel.PRM_LENGTH = 'num_imp_regions' |
|
static |
The documentation for this class was generated from the following file: