Skip to content

Commit

Permalink
update tutorial to prevent writing to file
Browse files Browse the repository at this point in the history
  • Loading branch information
mberto79 committed Jan 23, 2024
1 parent b702d80 commit 75348c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CASE_UNV_BFS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using FVM_1D
using Krylov

# backwardFacingStep_2mm, backwardFacingStep_10mm
mesh_file = "unv_sample_meshes/backwardFacingStep_2mm.unv"
mesh_file = "unv_sample_meshes/backwardFacingStep_10mm.unv"
mesh = build_mesh(mesh_file, scale=0.001)
# mesh = update_mesh_format(mesh; integer=Int32, float=Float32)
mesh = update_mesh_format(mesh)
Expand Down Expand Up @@ -52,7 +52,7 @@ solvers = (
)

runtime = set_runtime(
iterations=1000, time_step=1, write_interval=100)
iterations=1000, time_step=1, write_interval=-1)

config = Configuration(
solvers=solvers, schemes=schemes, runtime=runtime)
Expand Down

0 comments on commit 75348c5

Please sign in to comment.