Geometric Calculations

class ionworkspipeline.calculations.AreaToSquareWidthHeight

Sets the electrode height and width to be the square root of the electrode cross-sectional area.

Extends: ionworkspipeline.calculations.calculation.Calculation

class ionworkspipeline.calculations.DiameterToSquareWidthHeight

Sets the electrode height and width to be the square root of the electrode cross-sectional area, calculated from the diameter (for a coin cell).

Extends: ionworkspipeline.calculations.calculation.Calculation

class ionworkspipeline.calculations.JellyRollThermalDimensions

Calculate the thermal dimensions of the jelly roll from the electrode dimensions, assuming a cylindrical geometry.

Extends: ionworkspipeline.calculations.calculation.Calculation

class ionworkspipeline.calculations.PouchCellThermalDimensions

Calculate the thermal dimensions of a pouch cell from the electrode dimensions, assuming a rectangular prism geometry.

Extends: ionworkspipeline.calculations.calculation.Calculation

class ionworkspipeline.calculations.DensityFromVolumeAndMass

Calculate the density from the mass and volume.

Extends: ionworkspipeline.calculations.calculation.Calculation