Create a new model within an organization
Create a new model in the specified organization.
Request body
The name of the model.
An optional description for the model.
PyBaMM version used for this model. If not provided, will be read from pybamm.version.
Model chemistry kind: 'lithium_ion' (default — assumes pybamm lithium-ion conventions), 'lithium_sulfur', 'ecm', or 'generic' (no chemistry-specific enrichment).
Optional persistent simulation kwargs (var_pts / submesh_types / spatial_methods / geometry / solver) in the flat canonical form, re-applied at simulation time. None uses the model defaults.
Model configuration stored as JSON.
Response
Successful Response
The name of the model.
An optional description for the model.
PyBaMM version used for this model. If not provided, will be read from pybamm.version.
Model chemistry kind: 'lithium_ion' (default — assumes pybamm lithium-ion conventions), 'lithium_sulfur', 'ecm', or 'generic' (no chemistry-specific enrichment).
Optional persistent simulation kwargs (var_pts / submesh_types / spatial_methods / geometry / solver) in the flat canonical form, re-applied at simulation time. None uses the model defaults.
The unique identifier for the model.
The ID of the user who created the model.
The ID of the organization this model belongs to.
Email of the user who created the model.
Timestamp of when the model was created.
Timestamp of when the model was last updated.
Check if this is a custom model (has compressed model data).
Changes
No recorded changes to this endpoint across all 1 revision of this API.