ThermalModel
(To be removed) Thermal model object
ThermalModel
will be removed. Use
femodel
instead. (since R2023a) For more information on updating your code, see Version History.
Description
A ThermalModel
object contains information
about a heat transfer problem: the geometry, material properties, internal heat sources,
temperature on the boundaries, heat fluxes through the boundaries, mesh, and initial
conditions.
Creation
Create a ThermalModel
object using createpde
with the first argument "thermal"
.
Properties
Object Functions
geometryFromEdges | Create 2-D geometry from decomposed geometry matrix |
geometryFromMesh | Create 2-D or 3-D geometry from mesh |
importGeometry | Import geometry from STL or STEP file |
thermalProperties | (To be removed) Assign thermal properties of a material for a thermal model |
internalHeatSource | (To be removed) Specify internal heat source for a thermal model |
thermalBC | (To be removed) Specify boundary conditions for a thermal model |
thermalIC | (To be removed) Set initial conditions or initial guess for a thermal model |
generateMesh | Create triangular or tetrahedral mesh |
solve | Solve structural analysis, heat transfer, or electromagnetic analysis problem |
reduce | Reduce structural or thermal model |
linearize | (To be removed) Linearize structural or thermal model |
linearizeInput | (To be removed) Specify inputs to linearized model |
linearizeOutput | (To be removed) Specify outputs of linearized model |