ThermalModel
Thermal model object
Domain-specific heat transfer workflow is not recommended. New features might not be compatible with this workflow. For help migrating your existing code to the unified finite element workflow, see Migration from Domain-Specific to Unified Workflow.
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 | Assign thermal properties of a material for a thermal model |
internalHeatSource | Specify internal heat source for a thermal model |
thermalBC | Specify boundary conditions for a thermal model |
thermalIC | 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 | Linearize structural or thermal model |
linearizeInput | Specify inputs to linearized model |
linearizeOutput | Specify outputs of linearized model |
Examples
Version History
Introduced in R2017aSee Also
createpde
| generateMesh
| geometryFromEdges
| geometryFromMesh
| importGeometry
| internalHeatSource
| thermalProperties
| pdegplot
| pdeplot
| pdeplot3D
| thermalBC
| thermalIC