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_')[source]#

Save IFFT matrix to a list of CSV files (one per time step).

Parameters:
u_axisstr, optional

U Axis name. Default is Hfss name “_u”

v_axisstr, optional

V Axis name. Default is Hfss name “_v”

coord_system_centerlist, optional

List of UV GlobalCS Center.

db_valbool, optional

Whether data must be exported into a database. The default is False.

num_framesint, optional

Number of frames to export. The default is None.

csv_pathstr, optional

Output path. The default is None.

csv_file_headerstr, optional

CSV file header. The default is "res_".

Returns:
str

Path to file containing the list of csv files.