PouchGeometry
Pouch geometry for battery cell
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
Syntax
Description
creates a pouch geometry with default property values.import simscape.battery.builder.*;
pouch
= PouchGeometry
sets
properties using one or more name-value arguments.import simscape.battery.builder.*;
pouch
= PouchGeometry(Name=Value
)
Properties
Length
— Length of pouch
simscape.Value(0.23,"m")
(default) | simscape.Value(positive scalar,"Length unit")
| positive scalar
Length of the pouch, 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.
Example:
pouch.Length = simscape.Value(0.23,"m")
Example:
pouch.Length = 0.23
Thickness
— Thickness of pouch
simscape.Value(0.01,"m")
(default) | simscape.Value(positive scalar,"Length unit")
| positive scalar
Thickness of the pouch, 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.
Example:
pouch.Thickness = simscape.Value(0.045,"m")
Example:
pouch.Thickness = 0.01
Height
— Height of pouch
simscape.Value(0.28,"m")
(default) | simscape.Value(positive scalar,"Length unit")
| positive scalar
Height of the pouch, specified as a positive scalar or a simscape.Value
object that represents a positive scalar with a unit of
length. The height of the pouch 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.
Example:
pouch.Height = simscape.Value(0.28,"m")
Example:
pouch.Height = 0.28
TabLocation
— Location of pouch tabs
"Standard"
(default) | "Opposed"
Location of the pouch tabs, specified as "Standard"
or
"Opposed"
.
Example:
pouch.tabLocation = "Standard"
TabWidth
— Width of pouch tabs
simscape.Value(0.04,"m")
(default) | simscape.Value(positive scalar,"Length unit")
| positive scalar
Width of the pouch tabs, 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 the value of the Length
property.
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.
Example:
pouch.TabWidth = simscape.Value(0.04, "m")
Example:
pouch.TabWidth = 0.04
TabHeight
— Height of pouch tabs
simscape.Value(0.03,"m")
(default) | simscape.Value(positive scalar,"Length unit")
| positive scalar
Height of the pouch tabs, 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 the value of the Height
property.
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.
Example:
pouch.TabHeight = simscape.Value(0.03, "m")
Example:
pouch.TabHeight = 0.03
Version History
Introduced in R2022b
See Also
Cell
| Module
| ModuleAssembly
| Pack
| CylindricalGeometry
| PrismaticGeometry
| ParallelAssembly
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)