Main Content

GeometricThermalICs Properties

Initial temperature over a region or region boundary

AGeometricThermalICsobject contains a description of the initial temperature over a geometric region or a boundary of the region. AThermalModelcontainer has a vector ofGeometricThermalICs对象在其InitialConditions.ThermalICAssignmentsproperty.

Set initial conditions for your model using thethermalICfunction.

Properties

expand all

Region type, returned as'Vertex','Edge', or'Face'for a 2-D or 3-D region, or'Cell'for a 3-D region.

Data Types:char|string

Region ID, returned as a vector of positive integers. To determine which ID corresponds to which portion of the geometry, use thepdegplotfunction and setting the'FaceLabels'name-value pair to'on'.

Data Types:double

Initial temperature, returned as a scalar, vector, or function handle. For details, seethermalIC.

Data Types:double|function_handle

Version History

Introduced in R2017a