Skip to content

Commit

Permalink
Fix failing ablNeutralEdge when catalyst is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Jun 7, 2018
1 parent e8f3d27 commit e0c2825
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
24 changes: 15 additions & 9 deletions reg_tests/test_files/ablNeutralEdge/ablNeutralEdge.i.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,21 +249,27 @@ realms:
- temperature
- turbulent_ke

# Compute spatial averages of velocity and temperature at all height levels
# available on the ABL mesh. This is used for post-processing as well as
# determining the ABL forcing necessary to drive the wind to a certain
# speed/direction at different heights. See `abl_forcing` section below for
# details of the driving wind forcing.
boundary_layer_statistics:
target_name: [ fluid_part ]
stats_output_file: "abl_statistics.nc"
compute_temperature_statistics: yes
output_frequency: 10
time_hist_output_frequency: 2

# This defines the ABL forcing to drive the winds to 8 m/s from
# 245 degrees (southwest) at 90 m above the surface in a planar
# averaged sense.
# 245 degrees (southwest) at 90 m above the surface in a planar
# averaged sense.
abl_forcing:
search_method: stk_kdtree
search_tolerance: 0.0001
search_expansion_factor: 1.5

from_target_part: [fluid_part]

output_format: "abl_%s_sources.dat"
momentum:
type: computed
relaxation_factor: 1.0
heights: [90.0]
target_part_format: "zplane_%06.1f"
velocity_x:
- [0.0, 7.250462296293199]
- [900000.0, 7.250462296293199]
Expand Down
20 changes: 10 additions & 10 deletions reg_tests/test_files/ablNeutralEdge/ablNeutralEdge.norm.gold
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
0.01740140623513907 1 0.5
0.01234473579576617 2 1
0.006607996816015674 3 1.5
0.0105836839292331 4 2
0.02317086239492117 5 2.5
0.03989254639046057 6 3
0.006337711629070694 7 3.5
0.002834562675210742 8 4
0.002259941923269241 9 4.5
0.001879674120184977 10 5
0.01740140622051504 1 0.5
0.01234473578765832 2 1
0.006607996776822258 3 1.5
0.01058368397730513 4 2
0.02317086240378377 5 2.5
0.03989254643738382 6 3
0.00633771168805004 7 3.5
0.002834562655100754 8 4
0.00225994191288387 9 4.5
0.001879674105166555 10 5

0 comments on commit e0c2825

Please sign in to comment.