Main Content

NodalThermalICs Properties

(To be removed) Initial temperature at mesh nodes

NodalThermalICs will be removed. Use the CellIC, FaceIC, EdgeIC, and VertexIC properties of femodel instead. (since R2023a) For more information on updating your code, see Version History.

A NodalThermalICs object contains a description of the initial temperatures at mesh nodes. A ThermalModel container has a vector of NodalThermalICs objects in its InitialConditions.ThermalICAssignments property.

Set initial conditions for your model using the thermalIC function.

Properties

expand all

Initial temperature, specified as a scalar, vector, or function handle. For details, see thermalIC.

Data Types: double | function_handle

Version History

Introduced in R2017a

collapse all