Microstructure Calculations¶
- class ionworkspipeline.calculations.SurfaceAreaToVolumeRatio(electrode)¶
Calculate the surface area to volume ratio for the electrodes from the active material volume fraction and particle radius, assuming spherical particles.
Parameters¶
- electrodestr
The electrode to calculate the surface area to volume ratio for, either “positive”, “negative” or “both”.
Extends:
ionworkspipeline.calculations.calculation.Calculation
- class ionworkspipeline.calculations.ElectrodeVolumeFractionFromLoading(electrode, method)¶
Calculate the volume fraction of active material in the electrodes from the loading and maximum concentration or from the coating mass and crystal density.
Parameters¶
- electrodestr
The electrode to calculate the volume fraction for, either “positive”, “negative” or “both”.
- methodstr
The method to use to calculate the volume fraction. Can be “loading” or “coating mass”.
Extends:
ionworkspipeline.calculations.calculation.Calculation
- class ionworkspipeline.calculations.ElectrodeVolumeFractionFromPorosity(electrode)¶
Calculate the volume fraction of active material in the electrodes from the porosity and the active volume fraction of solid.
Extends:
ionworkspipeline.calculations.calculation.Calculation