ifft_to_file#
- SolutionData.ifft_to_file(u_axis='_u', v_axis='_v', coord_system_center=None, db_val=False, num_frames=None, csv_path=None, csv_file_header='res_')#
Save IFFT matrix to a list of CSV files (one per time step).
- Parameters:
- u_axis
str,optional U Axis name. Default is Hfss name “_u”
- v_axis
str,optional V Axis name. Default is Hfss name “_v”
- coord_system_center
list,optional List of UV GlobalCS Center.
- db_valbool,
optional Whether data must be exported into a database. The default is
False.- num_frames
int,optional Number of frames to export. The default is
None.- csv_path
str,optional Output path. The default is
None.- csv_file_header
str,optional CSV file header. The default is
"res_".
- u_axis
- Returns:
strPath to file containing the list of csv files.