Skip to content

Commit

Permalink
new var names for tests, specify loglaw for panel test, specify parab…
Browse files Browse the repository at this point in the history
…olic+coeff+ramp_up_window for flag
  • Loading branch information
eyoung55 committed Jun 13, 2024
1 parent 46d6729 commit 7aaebc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pvade/tests/input/yaml/flag2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ solver:
save_text_interval: 0.02
save_xdmf_interval: 0.02
fluid:
velocity_profile_type: parabolic
inflow_coeff: 6.0
u_ref: 1.0 # 0.2 1.0 2.0
time_varying_inflow_bc: true
time_varying_inflow_window: 2.0
rho: 1000.0 # 0.2 1.0 2.0
nu: 0.001 # Establish re = 20 with diam = 0.1 and u = u_ref
dpdx: 0.0
Expand Down
1 change: 1 addition & 0 deletions pvade/tests/input/yaml/sim_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ solver:
save_text_interval: 0.1
save_xdmf_interval: 0.1
fluid:
velocity_profile_type: loglaw
u_ref: 8.0
nu: 0.01
turbulence_model: null
Expand Down

0 comments on commit 7aaebc2

Please sign in to comment.