FaradayInstitution / BPX

BPX schema in pydantic and JSON schema format, and parsers
MIT License
25 stars 12 forks source link

Feature request: support for blended electrodes #23

Closed ejfdickinson closed 11 months ago

ejfdickinson commented 1 year ago

Provide support in the BPX standard for electrodes to contain a specified blend of different materials (e.g. by weight or atom fraction) with discretely defined OCP functions and maximum concentrations.

[request from industrial contributor]

valentinsulzer commented 1 year ago

Everything currently in the "Electrode" class (as opposed to "Contact") applies to the material only. So a blended electrode would replace

negative_electrode: Electrode = Field(
        alias="Negative electrode",
    )

with a list of the materials that make up the electrode

rtimms commented 11 months ago

done in #33