Elimination of sub-elements

The thermal solver eliminates sub-elements whose centers are not selected as the center of the element, using the star-delta transformation.

The example shows that the star-delta transformation creates conductances between elements i, j and the sub-element k.

The elimination can increase the number of small value conductances that are generated between non-adjacent elements. The thermal solver eliminates insignificant conductances to reduce the number of small value conductances. A conductance, Gij, between elements i and j is defined as insignificant when the following criteria are met:

  • Elements i and j do not share a common edge or boundary.
  • Gij<0.001*Gitot
  • Gji<0.001*Gjtot

where:

  • Gitot is the sum of the conductances of element i.
  • Gjtot is the sum of the conductances of element j.

For certain geometries, for example, when two obtuse or right angled triangles are joined by their longest edges, a negative or infinite conductance is computed. The conductance value is then replaced by a very large value and the two elements are merged.