Compact Thermal Model (Delphi/JEDEC)

Category: Thermal Analysis | Integrated 2026-04-06
CAE visualization for compact thermal model theory - technical simulation diagram
Compact Thermal Model (Delphi/JEDEC)

Compact Thermal Model (Delphi/JEDEC): Theoretical Foundations

Overview

๐Ÿ™‹

Teacher! Today's topic is about compact thermal models (Delphi/JEDEC), right? What are they?


๐ŸŽ“

A simplified model representing the thermal characteristics of a package with a small number of nodes. It's the Delphi method compliant with JEDEC standards. Essential for system-level thermal design.



๐Ÿ™‹

Wait, wait, representing the thermal characteristics of a package... so, can it be used in cases like this too?


Governing Equations




$$ R_{\theta,jb} = \frac{T_j - T_{board}}{P} $$
$$ \Psi_{jt} = \frac{T_j - T_{top}}{P} $$




Discretization Method

๐Ÿ™‹

How do you actually solve this equation on a computer?


๐ŸŽ“

We use spatial discretization by the Finite Element Method (FEM). We assemble the element stiffness matrix and construct the global stiffness equation.


๐ŸŽ“

We perform a transformation to the weak form (variational form) and use formulation by the Galerkin method using test functions and shape functions. The choice of element type (low-order elements vs. higher-order elements, full integration vs. reduced integration) directly affects the trade-off between solution accuracy and computational cost.




Matrix Solution Algorithms

๐Ÿ™‹

What exactly do you mean by matrix solution algorithms?


๐ŸŽ“

We solve the simultaneous equations using direct methods (LU decomposition, Cholesky decomposition) or iterative methods (CG method, GMRES method). For large-scale problems, preconditioned iterative methods are effective.



Solution MethodClassificationMemory UsageApplicable Scale
LU decompositionDirect MethodO(nยฒ)Small to Medium Scale
Cholesky decompositionDirect Method (Symmetric Positive Definite)O(nยฒ)Small to Medium Scale
PCG MethodIterative MethodO(n)Large Scale
GMRES MethodIterative MethodO(nยทm)Large Scale / Non-symmetric
AMG PreconditionerPreprocessingO(n)Very Large Scale
๐Ÿ™‹

So, if you cut corners on the finite element method part, you'll pay for it later. I'll keep that in mind!


Implementation in Commercial Tools

๐Ÿ™‹

So, what software can be used to work with compact thermal models (Delphi/JEDEC)?


Tool NameDeveloper/CurrentMain File Formats
Ansys Mechanical (formerly ANSYS Structural)Ansys Inc..cdb, .rst, .db, .ans, .mac
COMSOL MultiphysicsCOMSOL AB.mph
Ansys FluentAnsys Inc..cas, .dat, .msh, .jou
Simcenter STAR-CCM+Siemens Digital Industries Software.sim, .java, .csv

Vendor Lineage and Product Integration History

๐Ÿ™‹

Is the background story of each software quite dramatic?



Ansys Mechanical (formerly ANSYS Structural)

๐Ÿ™‹

Tell me about "Ansys Mechanical"!


๐ŸŽ“

Developed in 1970 by Swanson Analysis Systems Inc. (SASI). Based on APDL (Ansys Parametric Design Language).

Current Affiliation: Ansys Inc.



COMSOL Multiphysics

๐Ÿ™‹

Tell me about "COMSOL Multiphysics"!


๐ŸŽ“

Founded in Sweden in 1986. Started as FEMLAB with MATLAB integration, later renamed to COMSOL. Strong in multiphysics.

Current Affiliation: COMSOL AB


๐Ÿ™‹

After hearing this, I finally understand why development is so important!



Ansys Fluent

๐Ÿ™‹

Next is the story about Ansys Fluent. What's it about?


๐ŸŽ“

Developed by Fluent Inc. Acquired by Ansys in 2006. A general-purpose CFD solver based on unstructured grids.

Current Affiliation: Ansys Inc.


๐Ÿ™‹

Wow, the story of development is super interesting! Tell me more.


File Formats and Interoperability

๐Ÿ™‹

Are there any points to note when transferring data between different software?


FormatExtensionTypeOverview
STEP.stp/.stepNeutral CADISO 10303 compliant 3D CAD data exchange format. Supports geometry + PMI.
IGES.igs/.igesNeutral CADEarly CAD data exchange standard. Has issues with surface data compatibility. Transition to STEP is progressing.
VTK.vtk/.vtuVisualizationVisualization Toolkit format. Used by ParaView, etc.
๐ŸŽ“

When converting models between different solvers, attention is needed to the correspondence of element types, compatibility of material models, and differences in the representation of loads and boundary conditions. Especially, higher-order elements and special elements (cohesive elements, user-defined elements, etc.) often cannot be directly converted between solvers.


๐Ÿ™‹

I see... formats seem simple at first glance, but they're actually very deep, aren't they?


Practical Considerations

๐Ÿ™‹

What are some points to keep in mind when working with compact thermal models in practice?


๐ŸŽ“

Several important considerations:

  • Node placement must correspond to actual heat flow paths in the package
  • Thermal resistance values should be validated against experimental measurements or detailed transient FEM simulations
  • The model is typically valid for steady-state analysis; transient effects require additional considerations
  • Interface materials (TIM) properties significantly affect junction-to-board resistance
  • Standardized measurement procedures (DELPHI, JEDEC) ensure model consistency across suppliers

Related Simulators

Experience the theory through interactive simulators in this field

All Simulators

Related fields

Structural AnalysisFluid AnalysisManufacturing Process Analysis
Rate this article
Thank you for your feedback!
Helpful
More details
Report error
Helpful
0
More details
0
Report error
0
Written by NovaSolver Contributors
Anonymous Engineers & AI โ€” Sitemap
About the Authors