sox.plant.thevenin.model#

Module Contents#

Classes#

Thevenin

Thevenin equivalent circuit model.

class sox.plant.thevenin.model.Thevenin(inputs: sox.plant.thevenin.parameters.Inputs)#

Thevenin equivalent circuit model.

Parameters:

inputs (Inputs) – Thevenin model inputs.

inputs#

Thevenin model inputs.

Type:

Inputs

model#

Thevenin model.

Type:

pybamm.equivalent_circuit.Thevenin

variable_names#

List of variable names.

Type:

list

_inputs#

Dictionary of model parameters.

Type:

dict

build_default_model()#

Builds the default Thevenin model with the given inputs.

Returns:

Thevenin model.

Return type:

pybamm.equivalent_circuit.Thevenin

process_inputs()#

Processes the inputs to the model and returns a dictionary of parameters.

solve(experiment: pybamm.Experiment)#

Solves the model for the given experiment.

Parameters:

experiment (pybamm.Experiment) – Experiment to solve.

Returns:

Thevenin model outputs.

Return type:

Outputs