surface_integrals#

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

Bases: TUIMenu

Enters the surface integral menu.

Classes:

area(service, version, mode, path)

Prints the area of the selected surfaces.

area_weighted_avg(service, version, mode, path)

.

facet_avg(service, version, mode, path)

Prints the facet average of the specified quantity over the selected surfaces.

facet_max(service, version, mode, path)

Prints the maximum of the specified quantity over facet centroids of the selected surfaces.

facet_min(service, version, mode, path)

Prints the minimum of the specified quantity over facet centroids of the selected surfaces.

flow_rate(service, version, mode, path)

Prints the flow rate of the specified quantity over the selected surfaces.

integral(service, version, mode, path)

Prints the integral of the specified quantity over the selected surfaces.

mass_flow_rate(service, version, mode, path)

Prints the mass flow rate through the selected surfaces.

mass_weighted_avg(service, version, mode, path)

Prints the mass-averaged quantity over the selected surfaces.

standard_deviation(service, version, mode, path)

Prints the standard deviation of the scalar at the facet centroids of the surface.

sum(service, version, mode, path)

Prints sum of scalar at facet centroids of the surfaces.

uniformity_index_area_weighted(service, ...)

Prints the area-weighted uniformity index of the specified quantity over the selected surfaces.

uniformity_index_mass_weighted(service, ...)

Prints the mass-weighted uniformity index of the specified quantity over the selected surfaces.

vector_based_flux(service, version, mode, path)

Prints the vector-based flux of the specified quantity over the selected surfaces.

vector_flux(service, version, mode, path)

Prints the vector flux over the selected surfaces.

vector_weighted_average(service, version, ...)

Prints the vector-averaged quantity over the selected surfaces.

vertex_avg(service, version, mode, path)

Prints the vertex average of the specified quantity over the selected surfaces.

vertex_max(service, version, mode, path)

Prints the maximum of the specified quantity over vertices of the selected surfaces.

vertex_min(service, version, mode, path)

Prints the minimum of the specified quantity over vertices of the selected surfaces.

volume_flow_rate(service, version, mode, path)

Prints the volume flow rate through the selected surfaces.

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

Bases: TUIMethod

Prints the area of the selected surfaces.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Prints the facet average of the specified quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the maximum of the specified quantity over facet centroids of the selected surfaces.

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

Bases: TUIMethod

Prints the minimum of the specified quantity over facet centroids of the selected surfaces.

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

Bases: TUIMethod

Prints the flow rate of the specified quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the integral of the specified quantity over the selected surfaces. You can include a wildcard (*) within the surface names.

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

Bases: TUIMethod

Prints the mass flow rate through the selected surfaces.

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

Bases: TUIMethod

Prints the mass-averaged quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the standard deviation of the scalar at the facet centroids of the surface.

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

Bases: TUIMethod

Prints sum of scalar at facet centroids of the surfaces.

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

Bases: TUIMethod

Prints the area-weighted uniformity index of the specified quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the mass-weighted uniformity index of the specified quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the vector-based flux of the specified quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the vector flux over the selected surfaces.

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

Bases: TUIMethod

Prints the vector-averaged quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the vertex average of the specified quantity over the selected surfaces.

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

Bases: TUIMethod

Prints the maximum of the specified quantity over vertices of the selected surfaces.

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

Bases: TUIMethod

Prints the minimum of the specified quantity over vertices of the selected surfaces.

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

Bases: TUIMethod

Prints the volume flow rate through the selected surfaces.