We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caf14d commit 4b8f08fCopy full SHA for 4b8f08f
examples/SU2/SU2.py
@@ -16,7 +16,7 @@
16
INPUT_FILES = ['inv_ONERAM6.cfg', 'mesh_ONERAM6_inv_ffd.su2']
17
18
# Store these output files
19
- OUTPUT_FILES = ['flow.vtu', 'surface_flow.vtu', 'restart_flow.dat']
+ OUTPUT_FILES = ['flow.vtk', 'surface_flow.vtk', 'restart_flow.dat']
20
21
# Collect these metadata attributes from the config file
22
METADATA_ATTRS = ['SOLVER', 'MATH_PROBLEM', 'MACH_NUMBER', 'AOA', 'SIDESLIP_ANGLE', 'FREESTREAM_PRESSURE', 'FREESTREAM_TEMPERATURE']
0 commit comments