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
Description
Note
To quickly create a CylindricalGeometry
object, use the batteryCylindricalGeometry
function. By using this function, you avoid
importing the namespace, using the full class name, or dealing only with name-value
arguments when creating the object. (since R2024a)
To use this object, at the MATLAB® Command Window, run this command at least once each MATLAB session:
import simscape.battery.builder.*;
creates a
cylindrical geometry with default property values.cylinder
= CylindricalGeometry
creates a cylindrical geometry with a specified radius and height using name-value
arguments.cylinder
= CylindricalGeometry(Name=Value
)
Properties
Version History
Introduced in R2022b