ifft_to_file#

SolutionData.ifft_to_file(u_axis='_u', v_axis='_v', coord_system_center=None, db_val=False, num_frames=None, csv_dir=None, name_str='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

Either if data has to be exported in db or not.

num_framesint, optional

Number of frames to export.

csv_dirstr

Output path

name_strstr, optional

csv file header.

Returns:
str

Path to file containing the list of csv files.