From 8e13439fc355c4c1472986da6a30f332a399896b Mon Sep 17 00:00:00 2001 From: Mukul Dave Date: Tue, 30 Jul 2024 09:44:06 -0700 Subject: [PATCH] input file update --- bctest/input_inout | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bctest/input_inout b/bctest/input_inout index f42b55ef1e..20385c7b14 100644 --- a/bctest/input_inout +++ b/bctest/input_inout @@ -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 # @@ -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 #¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨# @@ -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"