pymead.analysis.read_aero_data.export_geom_and_mses_field_to_paraview#
- export_geom_and_mses_field_to_paraview(analysis_dir: str, field_file: str, grid_stats_file: str, grid_file: str, blade_file: str, **kwargs) -> (typing.List[str], <class 'str'>)[source]#
Exports both airfoil geometry and MSES field data to Paraview XML files. The airfoil geometry is exported to a PolyData (
.vtp) file, and each zone of the MSES data (number of airfoils plus one) is exported to its own Structured Grid (.vts) file. These files get exported to<analysis_dir>/ParaviewData.- Parameters:
analysis_dir (str) – Directory where the
ParaviewDatadirectory will be createdfield_file (str) – Path to the
field.<airfoil-name>file created by MSESgrid_stats_file (str) – Path to the
mplot_grid_stats.logfile created by running MSES throughpymeadgrid_file (str) – Path to the
grid.<airfoil-name>file created by MSESblade_file (str) – Path to the
blade.<airfoil-name>file generated bypymeadkwargs – Additional keyword arguments that are passed to
read_field_from_mses
- Returns:
List of absolute file paths to each of the
.vtsfiles and the absolute file path to the.vtpfile- Return type: