Skip to content
Snippets Groups Projects

Flow v1.5

Merged Boman Romain requested to merge adrien into master
19 files
+ 35
25
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 1
1
@@ -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'] # LIST of name of physical groups containing the farfield boundaries (downstream should be last element)
p['Farfield'] = ['upstream', 'side', 'downstream'] # LIST of name of physical groups containing the farfield boundaries (upstream/downstream should be first/last element)
p['Wing'] = 'airfoil' # Name of physical group containing the airfoil boundary
p['Wake'] = 'wake' # Name of physical group containing the wake
p['Te'] = 'te' # Name of physical group containing the trailing edge
Loading