Skip to content

Commit

Permalink
improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 12, 2023
1 parent 1cfb2f1 commit 50c8f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/julia/thermal_simple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ display(lines(sums))

# %% tags=[]
T_transient = calculate_temperature_transient(
constant τ,
constant τ,
constant_21 τ,
constant_42 τ,
power_density(p0),
Dict{String,Float64}(),
temperature(T0) * 0,
1e-5,
1e-2,
1.0,
)
sums = [(t, ((u)dΩ) / ((1)dΩ)) for (u, t) in T_transient]
Expand Down

0 comments on commit 50c8f0b

Please sign in to comment.