Skip to content

Commit

Permalink
remove some outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 19, 2023
1 parent ccd65a6 commit 6cd5592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ thermal_diffisitivities =
# %% [markdown]
# The next step is to define the boundary conditions, this can be done simply via julia-dicts:

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

# %% [markdown]
# Now we're ready to do the simulations! First we simulate the electrical potential,
# then we go on with the temperature

# %% tags=["remove-stderr"]
# %% tags=["remove-stderr", "hide-output"]
p0 = compute_potential(ϵ_electrical_conductivity τ, boundary_conditions)
T0 = calculate_temperature(ϵ_conductivities τ, power_density(p0), boundary_temperatures)

Expand All @@ -127,7 +127,7 @@ println(
# %% [markdown]
# And we write the fields to a file for visualisation using paraview:

# %% tags=["remove-stderr"]
# %% tags=["remove-stderr", "hide-output"]
writevtk(
Ω,
"results",
Expand Down

0 comments on commit 6cd5592

Please sign in to comment.