surface_integrals#

class ansys.fluent.core.solver.settings_241.surface_integrals.surface_integrals(name=None, parent=None)#

Bases: Group

‘surface_integrals’ child.

Methods

Method

Summary

area

Print total area of surfaces.

area_weighted_avg

Print area-weighted average of scalar on surfaces.

vector_based_flux

Print custom vector based flux.

vector_flux

Print custom vector flux.

vector_weighted_average

Print custom vector weighted average.

facet_avg

Print average of scalar at facet centroids of the surfaces.

facet_min

Print minimum of scalar at facet centroids of the surfaces.

facet_max

Print maximum of scalar at facet centroids of the surfaces.

flow_rate

Print flow rate of scalar through surfaces.

integral

Print integral of scalar over surfaces.

mass_flow_rate

Print mass flow rate through surfaces.

mass_weighted_avg

Print mass-average of scalar over surfaces.

standard_deviation

Print standard deviation of scalar.

sum

Print sum of scalar at facet centroids of the surfaces.

uniformity_index_area_weighted

Print uniformity index of scalar over surfaces.

uniformity_index_mass_weighted

Print uniformity index of scalar over surfaces.

vertex_avg

Print average of scalar at vertices of the surfaces.

vertex_min

Print minimum of scalar at vertices of the surfaces.

vertex_max

Print maximkum of scalar at vertices of the surfaces.

volume_flow_rate

Print volume flow rate through surfaces.

Included in:

Parent

Summary

report

‘report’ child.