Skip to content

Commit

Permalink
updated pyHyp options (mdolab#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj authored Jan 4, 2021
1 parent 358a632 commit 7ab8bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cgnsutilities/cgnsutilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,13 @@ def simpleOCart(self, dh, hExtra, nExtra, sym, mgcycle, outFile, comm=None):
hypOptions = {
"patches": patches,
"unattachedEdgesAreSymmetry": True,
"outerFaceBC": "farField",
"outerFaceBC": "farfield",
"autoConnect": True,
"BC": {},
"N": nExtra,
"s0": numpy.average(dx),
"marchDist": hExtra,
"cmax": 3,
"cmax": 3.0,
}

# Run pyHyp
Expand Down

0 comments on commit 7ab8bee

Please sign in to comment.