eval_surface_quantity_from_field_summary#

Icepak.eval_surface_quantity_from_field_summary(faces_list, quantity_name='HeatTransCoeff', savedir=None, filename=None, sweep_name=None, parameter_dict_with_values={})[source]#

Export the field surface output.

This method exports one CSV file for the specified variation.

Parameters:
faces_listlist

List of faces to apply.

quantity_namestr, optional

Name of the quantity to export. The default is "HeatTransCoeff".

savedirstr, optional

Directory to save the CSV file to. The default is None, in which case the file is exported to the working directory.

filenamestr, optional

Name of the CSV file. The default is None, in which case the default name is used.

sweep_namestr, optional

Name of the setup and name of the sweep. For example, "IcepakSetup1 : SteatyState". The default is None, in which case the active setup and active sweep are used.

parameter_dict_with_valuesdict, optional

Dictionary of parameters defined for the specific setup with values. The default is {}.

Returns:
str

Name of the file.

References

>>> oModule.ExportFieldsSummary