report#

class ansys.fluent.core.solver.tui_241.main_menu.report(service, version, mode, path)#

Bases: TUIMenu

Enter the report menu.

Classes:

aero_optical_distortions(service, version, ...)

.

dpm_extended_summary(service, version, mode, ...)

Create an extended discrete phase summary report of the discrete phase injection(s).

dpm_histogram(service, version, mode, path)

Enters the DPM histogram menu.

dpm_sample(service, version, mode, path)

Samples trajectories at boundaries and lines/planes.

dpm_sample_output_udf(service, version, ...)

Allows you to hook a previously loaded DEFINE_DPM_OUTPUT UDF for file format specification for sampling of trajectories and VOF-to-DPM lump conversion transcripts.

dpm_sample_sort_file(service, version, mode, ...)

Enables/disables writing of sorted DPM sample files.

dpm_summary(service, version, mode, path)

Prints discrete phase summary report.

dpm_zone_summaries_per_injection(service, ...)

Enables/disables calculation of the escaped mass per injection.

efficiency(service, version, mode, path)

Enter the menu for efficiency computations.

element_mass_flow(service, version, mode, path)

Prints list of element flow rate at inlets and outlets.

evap_mass_details_in_dpm_summ_rep(service, ...)

.

fluxes(service, version, mode, path)

Enters the fluxes menu.

forces(service, version, mode, path)

Enters the forces menu.

heat_exchanger(service, version, mode, path)

Enters the heat exchanger menu.

icing(service, version, mode, path)

Icing reports menu.

modified_setting(service, version, mode, path)

Enter the modified settings menu.

mphase_summary(service, version, mode, path)

Prints summary report for a multiphase case setup.

particle_summary(service, version, mode, path)

Prints summary report for all current particles.

path_line_summary(service, version, mode, path)

Prints pathline summary report.

population_balance(service, version, mode, path)

Population Balance menu.

print_histogram(service, version, mode, path)

Prints a histogram of a scalar quantity.

projected_surface_area(service, version, ...)

Computes the area of the projection of selected surfaces along the , , or axis.

reference_values(service, version, mode, path)

Enters the reference value menu.

simulation_reports(service, version, mode, path)

Enter the simulation reports menu.

species_mass_flow(service, version, mode, path)

Prints list of species mass flow rate at inlets and outlets.

summary(service, version, mode, path)

Prints the current settings for physical models, boundary conditions, material properties, and solution parameters.

surface_integrals(service, version, mode, path)

Enters the surface integral menu.

system(service, version, mode, path)

Enters the system menu.

uds_flow(service, version, mode, path)

Prints list of user-defined scalar flow rate at boundaries.

virtual_blade_model(service, version, mode, path)

.

volume_integrals(service, version, mode, path)

Enters the volume integral menu.

write_histogram(service, version, mode, path)

Write a histogram of a scalar quantity to a file.

class aero_optical_distortions(service, version, mode, path)#

Bases: TUIMethod

.

class dpm_extended_summary(service, version, mode, path)#

Bases: TUIMethod

Create an extended discrete phase summary report of the discrete phase injection(s). You can choose whether you want to save the extended report to a file or print it in the console window. For unsteady tracking, you will be asked whether you want to include in-domain particle/tracks in the report. You will be also prompted whether you want to select a single injection for the summary report. By default, all injections are included. The output depends on whether you have enabled the report/dpm-zone-summaries-per-injection? text command, in which case additional information is printed for escaped particles, such as per-injection data. Note that, for unsteady particle tracking, it is necessary to enable the report/dpm-zone-summaries-per-injection? text command before any particle parcels are injected into the domain.

class dpm_sample(service, version, mode, path)#

Bases: TUIMethod

Samples trajectories at boundaries and lines/planes.

class dpm_sample_output_udf(service, version, mode, path)#

Bases: TUIMethod

Allows you to hook a previously loaded DEFINE_DPM_OUTPUT UDF for file format specification for sampling of trajectories and VOF-to-DPM lump conversion transcripts.

class dpm_sample_sort_file(service, version, mode, path)#

Bases: TUIMethod

Enables/disables writing of sorted DPM sample files.

class dpm_summary(service, version, mode, path)#

Bases: TUIMethod

Prints discrete phase summary report.

class dpm_zone_summaries_per_injection(service, version, mode, path)#

Bases: TUIMethod

Enables/disables calculation of the escaped mass per injection. Note that for unsteady particle tracking, if you want to report the mass of escaped particles per injection, this text command must be enabled before any particles are injected into the domain.

class element_mass_flow(service, version, mode, path)#

Bases: TUIMethod

Prints list of element flow rate at inlets and outlets. This reports the mass flow rates of all chemical elements (in kg/s) flowing through the simulation boundaries.

class evap_mass_details_in_dpm_summ_rep(service, version, mode, path)#

Bases: TUIMethod

.

class mphase_summary(service, version, mode, path)#

Bases: TUIMethod

Prints summary report for a multiphase case setup.

class particle_summary(service, version, mode, path)#

Bases: TUIMethod

Prints summary report for all current particles.

class path_line_summary(service, version, mode, path)#

Bases: TUIMethod

Prints pathline summary report.

class print_histogram(service, version, mode, path)#

Bases: TUIMethod

Prints a histogram of a scalar quantity.

class projected_surface_area(service, version, mode, path)#

Bases: TUIMethod

Computes the area of the projection of selected surfaces along the , , or axis.

class species_mass_flow(service, version, mode, path)#

Bases: TUIMethod

Prints list of species mass flow rate at inlets and outlets. This reports the mass flow rates of all species (in kg/s) flowing through the simulation boundaries.

class summary(service, version, mode, path)#

Bases: TUIMethod

Prints the current settings for physical models, boundary conditions, material properties, and solution parameters.

class uds_flow(service, version, mode, path)#

Bases: TUIMethod

Prints list of user-defined scalar flow rate at boundaries.

class virtual_blade_model(service, version, mode, path)#

Bases: TUIMethod

.

class write_histogram(service, version, mode, path)#

Bases: TUIMethod

Write a histogram of a scalar quantity to a file.