Thermal model object
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.
Create a ThermalModel
object using createpde
with the first argument 'thermal'
.
geometryFromEdges | Create 2-D geometry from decomposed geometry matrix |
geometryFromMesh | Create 2-D or 3-D geometry from mesh |
importGeometry | Import 2-D or 3-D geometry from STL data |
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 heat transfer, structural analysis, or electromagnetic analysis problem |
createpde
| generateMesh
| geometryFromEdges
| geometryFromMesh
| importGeometry
| internalHeatSource
| pdegplot
| pdeplot
| pdeplot3D
| thermalBC
| thermalIC
| thermalProperties