Skip to content

Commit

Permalink
input file update
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Jul 30, 2024
1 parent 3cdda7f commit 8e13439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bctest/input_inout
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SIMULATION STOP #
#.......................................#
time.stop_time = 20.00 # Max (simulated) time to evolve
time.max_step = 10 #-1000 # Max number of time steps
time.max_step = -10 #-1000 # Max number of time steps

#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# TIME STEP COMPUTATION #
Expand All @@ -15,7 +15,7 @@ time.cfl = 0.95 # CFL factor
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# INPUT AND OUTPUT #
#.......................................#
time.plot_interval = 10 # 100 # Steps between plot files
time.plot_interval = 50 # 100 # Steps between plot files
time.checkpoint_interval = -100 # Steps between checkpoint files

#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
Expand Down Expand Up @@ -57,7 +57,7 @@ geometry.prob_hi = 1.0 0.5 1.0 # Hi corner coordinates
geometry.is_periodic = 0 0 0 # Periodicity x y z (0/1)

# Boundary conditions
TwoLayer.mvel = 1.0 2.0 0.0
TwoLayer.mvel = -1.0 -2.0 0.0
TwoLayer.pvel = 1.0 2.0 0.0

xlo.type = "mass_inflow_outflow"
Expand Down

0 comments on commit 8e13439

Please sign in to comment.