sox.plant.thevenin.model¶
Module Contents¶
Classes¶
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.
- 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.