From 41eecec4e01e23d49ffcddbc72552e9d73767526 Mon Sep 17 00:00:00 2001 From: sseraj Date: Mon, 4 Jan 2021 12:32:18 -0500 Subject: [PATCH] updated pyHyp options --- cgnsutilities/cgnsutilities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgnsutilities/cgnsutilities.py b/cgnsutilities/cgnsutilities.py index 72a5141..ff1ccbe 100755 --- a/cgnsutilities/cgnsutilities.py +++ b/cgnsutilities/cgnsutilities.py @@ -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