Click any class or function to expand its documentation. Use the sidebar to navigate between modules. pathsim_batt.cells.pybamm_cell _CellBase (DynamicalSystem) Shared base for PyBaMM cell blocks. _CoSimCellBase (Wrapper) Shared base for co-simulation PyBaMM cell blocks. CellElectrical (pathsim_batt.cells.pybamm_cell._CellBase) Cell block — electrical outputs only, external thermal coupling. CellElectrothermal (pathsim_batt.cells.pybamm_cell._CellBase) Cell block — coupled electrical and thermal model. CellCoSimElectrical (pathsim_batt.cells.pybamm_cell._CoSimCellBase) Cell block (co-simulation) — electrical outputs only, external thermal coupling. CellCoSimElectrothermal (pathsim_batt.cells.pybamm_cell._CoSimCellBase) Cell block (co-simulation) — coupled electrical and thermal model. _prepare_parameter_values (parameter_values: pybamm.ParameterValues | None) _pick_var (variables: dict, candidates: list[str], description: str) _resolve_output_vars (requested: list[str], available: dict) _detect_soc_direct_scale (sim: pybamm.Simulation, soc_direct_var: str | None) _inject_thermal_options (model: pybamm.BaseBatteryModel, required_options: dict[str, str]) _build_simulation (sim: pybamm.Simulation, model: pybamm.BaseBatteryModel, initial_soc: float) pathsim_batt.thermal.lumped LumpedThermal (DynamicalSystem) Single-node lumped thermal model.