CylindricalGeometry
Description
Use CylindricalGeometry
to represent the geometry of a
cylindrical battery cell. To specify the dimensions of a cylindrical geometry, use the
Radius
and Height
properties.
Creation
Syntax
Description
creates a cylindrical geometry with default property values.import simscape.battery.builder.*;
cylinder
= CylindricalGeometry
creates a cylindrical geometry with a specified radius and height using name-value
arguments.import simscape.battery.builder.*;
cylinder
= CylindricalGeometry(Name=Value
)
Properties
Version History
Introduced in R2022b