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={})#
Export the field surface output.
This method exports one CSV file for the specified variation.
- Parameters:
- faces_list
list List of faces to apply.
- quantity_name
str,optional Name of the quantity to export. The default is
"HeatTransCoeff".- savedir
str,optional Directory to save the CSV file to. The default is
None, in which case the file is exported to the working directory.- filename
strorpathlib.Path,optional Name of the CSV file. The default is
None, in which case the default name is used.- sweep_name
str,optional Name of the setup and name of the sweep. For example,
"IcepakSetup1 : SteatyState". The default isNone, in which case the active setup and active sweep are used.- parameter_dict_with_values
dict,optional Dictionary of parameters defined for the specific setup with values. The default is
{}.
- faces_list
- Returns:
strName of the file.
References
>>> oModule.ExportFieldsSummary