Skip to content

Commit

Permalink
Don't forget to give mixed BC inflow vel in inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jan 24, 2024
1 parent 66a9fbd commit a3a3870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_2d/inputs.split
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ geometry.is_periodic = 0 0 # Periodicity x y z (0/1)

# Boundary conditions
xlo.type = "mixed"
#xlo.velocity = 1.0 0.0 0.0
xlo.velocity = 1.0 0.0 0.0
xlo.pressure = 0.0

xhi.type = "mixed"
xhi.velocity = 1.0 0.0 0.0
xhi.pressure = 0.0

ylo.type = "nsw"
Expand Down

0 comments on commit a3a3870

Please sign in to comment.