Skip to main content
Validate Pybamm Model Config

Body

application/json

Body for POST /discovery/pybamm_models/validate.

pybamm_model
string
required

Class name to instantiate, e.g. 'DFN', 'SPM', 'ECM'. Must be one of the names returned by GET /discovery/pybamm_models.

module
string
default:lithium_ion

PyBaMM submodule the class lives under ('lithium_ion' or 'lead_acid'). Ignored for ionworks-specific models.

options
Options · object

Options dict to pass to the model constructor.

Response

Successful Response

The response is of type Response Validate Pybamm Model Config Discovery Pybamm Models Validate Post · object.