febid.heat_transfer.heat_transfer_steady_sor#

heat_transfer_steady_sor(grid, k, dl, heat_source, eps, solid_index=None)[source]#

Find steady-state solution to the heat equation with the given accuracy

Parameters:
  • grid – 3D temperature array

  • k – thermal conductivity, [W/K/m]

  • dl – grid spacing (cell size), nm

  • heat_source – 3D volumetric heating source array, [W/nm^3]

  • eps – desired accuracy

  • solid_index – indexes of solid cells

Returns:

3D temperature array