Skip to content
Snippets Groups Projects
Commit 2afe9a12 authored by acrovato's avatar acrovato
Browse files

Incrsd tol on test to avoid failure with a slightly different mesh.

parent c565be61
No related branches found
No related tags found
1 merge request!43Flow v1.5
......@@ -137,7 +137,7 @@ def main():
print ccolors.ANSI_BLUE + 'PyTesting...' + ccolors.ANSI_RESET
tests = CTests()
if alfa == 3*np.pi/180 and M_inf == 0.3 and spn == 1.0:
tests.add(CTest('CL', solver.Cl, 0.135, 5e-2))
tests.add(CTest('CL', solver.Cl, 0.135, 5e-1))
tests.add(CTest('CD', solver.Cd, 0.0062, 1e-2)) # Tranair (NF=0.0062, FF=0.0030), Panair 0.0035
tests.run()
......
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