Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HelgeGehring/femwell
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 19, 2023
2 parents 98b3a5e + 3e3b0b3 commit ccd65a6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@ thermal_conductivities = [
"core" => 90,
"box" => 1.38,
"clad" => 1.38,
"heater" => 28,
"via2" => 28,
"metal2" => 28,
"via1" => 28,
"metal3" => 28,
"metal3#e1" => 28,
"metal3#e2" => 28,
"heater" => 400,
"via2" => 400,
"metal2" => 400,
"via1" => 400,
"metal3" => 400,
"metal3#e1" => 400,
"metal3#e2" => 400,
]
thermal_diffisitivities = [
"core" => 90 / 711 / 2330,
"box" => 1.38 / 709 / 2203,
"clad" => 1.38 / 709 / 2203,
"heater" => 28 / 598 / 5240,
"via2" => 28 / 598 / 5240,
"metal2" => 28 / 598 / 5240,
"via1" => 28 / 598 / 5240,
"metal3" => 28 / 598 / 5240,
"metal3#e1" => 28 / 598 / 5240,
"metal3#e2" => 28 / 598 / 5240,
"box" => 1.38 / 1000 / 2650,
"clad" => 1.38 / 1000 / 2650,
"heater" => 400 / 376 / 8960,
"via2" => 400 / 376 / 8960,
"metal2" => 400 / 376 / 8960,
"via1" => 400 / 376 / 8960,
"metal3" => 400 / 376 / 8960,
"metal3#e1" => 400 / 376 / 8960,
"metal3#e2" => 400 / 376 / 8960,
]
# %% [markdown]
# First we load the mesh, get the labels, define a CellField to evaluate the constants on
Expand Down

0 comments on commit ccd65a6

Please sign in to comment.