Skip to content
Snippets Groups Projects
Commit 0a561d57 authored by Thomée Corentin's avatar Thomée Corentin
Browse files

Removed IT_SOLVER_TOLERANCE in hspm

parent 7558a59e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ def cfgInviscid(nthrds, verb):
return {
'chord': 1,
'cl_tolerance': 1e-5,
'it_solver_tolerance': 1e-4,
'aoa': 2,
'naca':"0012",
'N': 700,
......
......@@ -32,7 +32,6 @@ def cfgInviscid(nthrds, verb):
# Parameters
return {
'chord': 1,
'it_solver_tolerance': 1e-12,
'aoa': 10,
'naca':"0012",
'N': 200,
......
......@@ -32,7 +32,6 @@ def cfgInviscid(nthrds, verb):
# Parameters
return {
'chord': 1,
'it_solver_tolerance': 1e-16,
'aoa': 15,
'naca':"0012",
'N': 400,
......@@ -46,7 +45,7 @@ def cfgBlast(verb):
'CFL0' : 1, # Inital CFL number of the calculation
'Verb': verb, # Verbosity level of the solver
'couplIter': 250, # Maximum number of iterations
'couplTol' : 1e-5, # Tolerance of the VII methodology
'couplTol' : 1e-4, # Tolerance of the VII methodology
'iterPrint': 1, # int, number of iterations between outputs
'resetInv' : True, # bool, flag to reset the inviscid calculation at every iteration.
'sections' : [0],
......
......@@ -32,7 +32,6 @@ def cfgInviscid(nthrds, verb):
# Parameters
return {
'chord': 1,
'it_solver_tolerance': 1e-16,
'aoa': 5,
'naca':"0012",
'N': 600,
......
Subproject commit 21f3d163be403ff655f85330c48e6beabf4b7f52
Subproject commit a3916106128a8ee0c4708f019a25b7e976a926f7
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