Main Content

batteryPrismaticGeometry

Prismatic geometry for battery cell

Since R2024a

Description

Use the batteryPrismaticGeometry function to represent the geometry of a prismatic battery cell. For more information about the Cell object and its properties, see PrismaticGeometry (object).

prism = batteryPrismaticGeometry creates a pouch geometry with default property values.

prism = batteryPrismaticGeometry(Height) creates a pouch geometry with a specified height and default length and thickness.

prism = batteryPrismaticGeometry(Height,Length) creates a pouch geometry with a specified height and length and default thickness.

prism = batteryPrismaticGeometry(Height,Length,Thickness) creates a pouch geometry with a specified height, length, and thickness.

Input Arguments

collapse all

Length of the prism, 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 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.

Thickness of the prism, 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.

Height of the prism, specified as a positive scalar or a simscape.Value object that represents a positive scalar with a unit of length. The height of the prism 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.

Version History

Introduced in R2024a