cideMOD.models.PXD.degradation.SEI.electron_migration.inputs

Classes

MigrationSEIModelInputs()

class cideMOD.models.PXD.degradation.SEI.electron_migration.inputs.MigrationSEIModelInputs[source]

Bases: BasePXDModelInputs

classmethod is_active_model(model_options: BaseModelOptions) bool[source]

This method checks the model options configured by the user to evaluate if this model should be added to the cell model.

Parameters:

model_options (BaseModelOptions) – Model options already configured by the user.

Returns:

Whether or not this model should be added to the cell model.

Return type:

bool

parse_SEI_parameters(SEI) None[source]

This method parses the electrode parameters of the SEI model.

Parameters:

SEI (BaseComponentParser) – Object that parses the SEI parameters.

parse_compactSEI_parameters(compact) None[source]

This method parses the electrode parameters of the compact SEI model.

Parameters:

compactSEI (BaseComponentParser) – Object that parses the compact SEI parameters.