fluxes#

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

Bases: TUIMenu

Enters the fluxes menu.

Classes:

electric_current(service, version, mode, path)

.

film_heat_transfer(service, version, mode, path)

Prints wall film heat transfer rate at boundaries.

film_mass_flow(service, version, mode, path)

Prints wall film mass flow rate at boundaries.

heat_transfer(service, version, mode, path)

Prints heat transfer rate at boundaries.

heat_transfer_sensible(service, version, ...)

Prints the sensible heat transfer rate at the boundaries.

mass_flow(service, version, mode, path)

Prints mass flow rate at inlets and outlets.

pressure_work(service, version, mode, path)

Prints the pressure work rate at the boundaries.

rad_heat_trans(service, version, mode, path)

Prints radiation heat transfer rate at boundaries.

viscous_work(service, version, mode, path)

Prints the viscous work rate at the boundaries.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Prints wall film heat transfer rate at boundaries. This text command is only available when you enable the Eulerian wall film model.

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

Bases: TUIMethod

Prints wall film mass flow rate at boundaries. This text command is only available when you enable the Eulerian wall film model.

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

Bases: TUIMethod

Prints heat transfer rate at boundaries.

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

Bases: TUIMethod

Prints the sensible heat transfer rate at the boundaries.

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

Bases: TUIMethod

Prints mass flow rate at inlets and outlets.

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

Bases: TUIMethod

Prints the pressure work rate at the boundaries. This text command is only available when the energy equation is enabled, the absolute velocity formulation is selected, and zone motion is enabled for a fluid cell zone.

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

Bases: TUIMethod

Prints radiation heat transfer rate at boundaries.

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

Bases: TUIMethod

Prints the viscous work rate at the boundaries. This text command is only available when the energy equation is enabled and the pressure-based solver is selected.