Skip to content

Commit

Permalink
Docs: Minor tweak in meshing utility
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Oct 2, 2017
1 parent c835595 commit e5377a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/manual/source/user/abl_mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,16 @@ Available options Implementation
x_spacing:
spacing_type: constant_spacing
# No spacing type specified for y, taken to be constant_spacing
# y direction has a mesh stretching factor
y_spacing:
spacing_type: geometric_stretching
stretching_factor: 1.1
# z direction has a mesh stretching factor
# z direction has a mesh stretching factor in both directions
z_spacing:
spacing_type: geometric_stretching
stretching_factor: 1.1
bidirectional: true
Limitations
-----------
Expand Down

0 comments on commit e5377a5

Please sign in to comment.