Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
11 files
+ 229
93
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
0
@@ -12,6 +12,7 @@ def getParam():
# Input
p['File'] = '../models/n0012.geo' # Input file containing the model
p['Pars'] = {'xLength' : 5, 'yLength' : 5, 'sEleFar' : 1.0, 'sEleAirfTE' : 0.01, 'sEleAirfLE' : 0.005} # Parameters for input file model
p['Dim'] = 2 # Problem dimension
# Markers
p['Fluid'] = 'internalField' # Name of physical group containing the fluid
p['Farfield'] = ['upstream', 'sideUp', 'sideLw', 'downstream'] # Name of physical group containing the farfield boundaries
Loading