From 50777e51a5b161057d3f75ba050786a4667e67a1 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 1 Dec 2021 14:57:24 +0000 Subject: makeBoundary: Describe dX variable. * fullswof-utils/makeBoundary: Edit print command. --- fullswof-utils/makeBoundary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullswof-utils/makeBoundary b/fullswof-utils/makeBoundary index 9d1d9f4..11eaaa6 100755 --- a/fullswof-utils/makeBoundary +++ b/fullswof-utils/makeBoundary @@ -176,7 +176,7 @@ ymax = (ytp[0]+ytp[-1]) # domain extent in y-direction ncols = int(math.sqrt(len(xtp)*xmax/ymax)) # number of cells in x-direction nrows = int(len(xtp)/ncols) # number of cells in y-direction dX = xmax/ncols # cell size -print('dX =', dX) +print('cell size, dX (/m) =', dX) #print(ncols, nrows) -- cgit