solver.tui.report.surface_integrals#

class main_menu.report.surface_integrals(path, service)#

Enters the surface integral menu.

area(*args, **kwargs)#

Prints the area of the selected surfaces.

area_weighted_avg(*args, **kwargs)#

Print area-weighted average of scalar on surfaces.

facet_avg(*args, **kwargs)#

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

facet_max(*args, **kwargs)#

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

facet_min(*args, **kwargs)#

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

flow_rate(*args, **kwargs)#

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

integral(*args, **kwargs)#

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

mass_flow_rate(*args, **kwargs)#

Prints the mass flow rate through the selected surfaces.

mass_weighted_avg(*args, **kwargs)#

Prints the mass-averaged quantity over the selected surfaces.

standard_deviation(*args, **kwargs)#

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

sum(*args, **kwargs)#

Prints sum of scalar at facet centroids of the surfaces.

uniformity_index_area_weighted(*args, **kwargs)#

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

uniformity_index_mass_weighted(*args, **kwargs)#

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

vector_based_flux(*args, **kwargs)#

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

vector_flux(*args, **kwargs)#

Prints the vector flux over the selected surfaces.

vector_weighted_average(*args, **kwargs)#

Prints the vector-averaged quantity over the selected surfaces.

vertex_avg(*args, **kwargs)#

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

vertex_max(*args, **kwargs)#

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

vertex_min(*args, **kwargs)#

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

volume_flow_rate(*args, **kwargs)#

Prints the volume flow rate through the selected surfaces.