Skip to content
Snippets Groups Projects
Verified Commit 3b938a72 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Changed values for test high lift

parent 37adc695
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #50763 passed
......@@ -128,8 +128,8 @@ def main():
print(ccolors.ANSI_BLUE + 'PyTesting...' + ccolors.ANSI_RESET)
tests = CTests()
tests.add(CTest('Cl', isol.getCl(), 1.634, 5e-2))
tests.add(CTest('Cd wake', vsol.Cdt, 0.0166, 1e-3, forceabs=True))
tests.add(CTest('Cd integral', vsol.Cdf + isol.getCd(), 0.0212, 1e-3, forceabs=True))
tests.add(CTest('Cd wake', vsol.Cdt, 0.0166, 1e-2, forceabs=True))
tests.add(CTest('Cd integral', vsol.Cdf + isol.getCd(), 0.0212, 1e-2, forceabs=True))
tests.add(CTest('Cdf', vsol.Cdf, 0.0043, 1e-3, forceabs=True))
tests.add(CTest('xtr_top', vsol.getAverageTransition(0), 0.0084, 0.002, forceabs=True))
tests.add(CTest('xtr_bot', vsol.getAverageTransition(1), 1.0, 0.01, forceabs=True))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment