PouchGeometry
Description
Use PouchGeometry
to represent the geometry of a pouch
battery cell. To specify the dimensions of a pouch geometry, set the object
properties.
Creation
Description
Note
To quickly create a PouchGeometry
object, use the batteryPouchGeometry
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 pouch
geometry with default property values.pouch
= PouchGeometry
sets
properties using one or more name-value arguments.pouch
= PouchGeometry(Name=Value
)
Properties
Version History
Introduced in R2022b