Main Content

batteryCylindricalGeometry

Cylindrical geometry for battery cell

Since R2024a

Description

Use the batteryCylindricalGeometry function to represent the geometry of a cylindrical battery cell. For more information about the CylindricalGeometry object and its properties, see CylindricalGeometry (object).

cylinder = batteryCylindricalGeometry creates a cylindrical geometry with default property values.

cylinder = batteryCylindricalGeometry(Height) creates a cylindrical geometry with a specified height and default radius.

cylinder = batteryCylindricalGeometry(Height,Radius) creates a cylindrical geometry with a specified radius and height.

Input Arguments

collapse all

Height of the cylinder, specified as a positive scalar or a simscape.Value object that represents a positive scalar with a unit of length. The length of the cylinder is aligned with the z-axis of the reference frame. This value must be strictly positive.

If you set this property directly with a positive scalar value instead of using a simscape.Value object, the object converts the value to a simscape.Value object with meter as its physical unit.

Radius of the cylinder, specified as a positive scalar or a simscape.Value object that represents a positive scalar with a unit of length. This value must be less than 0.5 meters.

If you set this property directly with a positive scalar value instead of using a simscape.Value object, the object converts the value to a simscape.Value object with meter as its physical unit.

Version History

Introduced in R2024a