Skip to content

Commit

Permalink
fix temperature at box silicon interface
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Mar 25, 2024
1 parent 6b3377d commit cd77227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ thermal_diffisitivities =

# %% tags=["remove-stderr", "hide-output"]
boundary_potentials = Dict(["metal3#e1___None" => 0.4, "metal3#e2___None" => 0.0])
boundary_temperatures = Dict("metal3#e1___None" => 0.4, "metal3#e2___None" => 0.0)
boundary_temperatures =
Dict("metal3#e1___None" => 0.4, "metal3#e2___None" => 0.0, "box___None" => 0.0)

# %% [markdown]
# Now we're ready to do the simulations! First we simulate the electrical potential,
Expand Down

0 comments on commit cd77227

Please sign in to comment.