Skip to content

Commit

Permalink
simplifying mass_inflow case for asymmetry test
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Jul 9, 2024
1 parent 71a5c30 commit be9649a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bctest/input_inflow
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 = 1 #-1000 # Max number of time steps
time.max_step = 2 #-1000 # Max number of time steps

#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# TIME STEP COMPUTATION #
Expand Down Expand Up @@ -57,8 +57,8 @@ 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.pvel = 1.0 2.0 0.0
TwoLayer.mvel = -1.0 0.0 0.0
TwoLayer.pvel = 1.0 0.0 0.0

xlo.type = "mass_inflow"
xlo.density = 1.0
Expand Down

0 comments on commit be9649a

Please sign in to comment.