Skip to content
Snippets Groups Projects

2.1.0 - Feature viscous-inviscid interaction

Merged Adrien Crovato requested to merge adrien into master
36 files
+ 970
173
Compare changes
  • Side-by-side
  • Inline
Files
36
+ 3
3
@@ -16,8 +16,8 @@
# limitations under the License.
# @brief Compute flow around the Onera M6 wing at 3 degrees AOA and Mach 0.84 for benchmark
# @authors Adrien Crovato
## Compute flow around the Onera M6 wing at 3 degrees AOA and Mach 0.84 for benchmark
# Adrien Crovato
import numpy as np
import flow.default as floD
@@ -88,7 +88,7 @@ def main():
tms['solver'].start()
solver = newton(pbl)
solver.run()
solver.save(0, writer)
solver.save(writer)
tms['solver'].stop()
# display timers
Loading