Skip to content
Snippets Groups Projects
Commit 04db02e2 authored by Boman Romain's avatar Boman Romain
Browse files

increase lift3 CM tol for recent gmsh

parent 150e45c9
No related branches found
No related tags found
1 merge request!70Replacement of fwk, tbox, tboxVtk by amfe
......@@ -89,7 +89,7 @@ def main():
tests.add(CTest('CL', solver.Cl, 0.135, 5e-2))
tests.add(CTest('CD', solver.Cd, 0.0062, 1e-2)) # Tranair (NF=0.0062, FF=0.0030), Panair 0.0035
tests.add(CTest('CS', solver.Cs, 0.0121, 5e-2))
tests.add(CTest('CM', solver.Cm, -0.0278, 1e-2))
tests.add(CTest('CM', solver.Cm, -0.0278, 2.5e-2)) # gmsh 4.4: -0.0278 ; gmsh 4.8: -0.027147
else:
raise Exception('Test not defined for this flow')
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