Skip to content
Snippets Groups Projects

Flow v1.5

Merged Boman Romain requested to merge adrien into master
31 files
+ 1608
888
Compare changes
  • Side-by-side
  • Inline
Files
31
+ 1
1
@@ -14,7 +14,7 @@ def getParam():
# 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['Body'] = 'airfoil' # Name of physical group containing the (solid) body boundary
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
# Freestream
Loading