Skip to content
Snippets Groups Projects
Commit 5a6ddc3b authored by acrovato's avatar acrovato
Browse files

fix typos

parent f8ccf0d4
No related branches found
Tags flow-v1.5
1 merge request!40Flow v1.4
......@@ -19,7 +19,7 @@ def getParam():
p['Fluid'] = 'field' # Name of physical group containing the fluid
p['Farfield'] = ['farfield', 'downstream'] # LIST of name of physical groups containing the farfield boundaries (downstream should be last element)
p['Symmetry'] = 'symmetry' # Name of physical group containing the symmetry boundaries
p['Body'] = ['wing'] # LIST of name of physical groups containing the (solid) body boundary
p['Body'] = ['wing'] # LIST of names of physical groups containing the (solid) body boundary
p['Wake'] = 'wake' # Name of physical group containing the wake
p['WakeTip'] = 'wakeTip' # Name of physical group containing the edge of the wake
p['TeTip'] = 'teTip' # Name of physical group containing the edge of the wake and the trailing edge
......
......@@ -13,7 +13,7 @@ def getParam():
p['Format'] = 'vtk' # Save format (vtk or gmsh)
# Markers
p['Fluid'] = 'field' # Name of physical group containing the fluid
p['Farfield'] = ['upstream', 'side', 'downstream'] # NaLIST of nameme of physical groups containing the farfield boundaries (downstream should be last element)
p['Farfield'] = ['upstream', 'side', 'downstream'] # LIST of names of physical groups containing the farfield boundaries (downstream should be last element)
p['Body'] = 'airfoil' # Name of physical group containing the (solid) body boundary
p['Wake'] = 'wake' # Name of physical group containing the wake
p['Te'] = 'te' # Name of physical group containing the trailing edge
......
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