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

(test) Changed mesh name in lann validation case

parent ed397dd5
Branches vtkSupport
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #19872 passed
......@@ -54,7 +54,7 @@ def cfgInviscid(nthrds, verb):
'Threads' : nthrds, # number of threads
'Verb' : verb, # verbosity
# Model (geometry or mesh)
'File' : os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + '/models/dart/lann.msh', # Input file containing the model
'File' : os.path.dirname(os.path.dirname(os.path.abspath(__file__))) + '/models/dart/lann_lfs.msh', # Input file containing the model
'Pars' : {'msLe': 0.01, 'msTe': 0.05, 'msFF': 5, 'multTipLe': 1.0, 'multTipTe': 5.0 }, # parameters for input file model
'Dim' : 3, # problem dimension
'Format' : 'vtk', # save format (vtk or gmsh)
......
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