Skip to content

Commit

Permalink
Merge pull request CEED#1593 from CEED/jrwrigh/fix_vortexshedding_opt…
Browse files Browse the repository at this point in the history
…ions

fluids: Change deprecated vortexshedding.yaml options
  • Loading branch information
jrwrigh authored May 29, 2024
2 parents c5dbcbb + 7afa9fc commit e5537bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/fluids/vortexshedding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ outflow:
freestream:
velocity: 1,0,0
# Small gravity vector to break symmetry so shedding can start
g: 0,-.01,0
gravity: 0,-.01,0

# viscosity corresponds to Reynolds number 100
mu: 0.01
Expand All @@ -44,11 +44,11 @@ degree: 3
dm_plex_filename: examples/fluids/meshes/cylinder-q1-n08.msh

# Boundary Settings
bc_slip_z: 6
bc_symmetry_z: 6
bc_wall: 5
bc_freestream: 1
bc_outflow: 2
bc_slip_y: 3,4
bc_symmetry_y: 3,4
wall_comps: 1,2,3

# Primitive variables are preferred at low Mach number
Expand Down

0 comments on commit e5537bc

Please sign in to comment.