heat_exchanger#

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

Bases: TUIMenu

Enters the heat exchanger menu.

Classes:

computed_heat_rejection(service, version, ...)

Prints total heat rejection.

inlet_temperature(service, version, mode, path)

Prints inlet temperature.

mass_flow_rate(service, version, mode, path)

Prints mass flow rate.

outlet_temperature(service, version, mode, path)

Prints outlet temperature.

specific_heat(service, version, mode, path)

Prints fluid’s specific heat.

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

Bases: TUIMethod

Prints total heat rejection.

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

Bases: TUIMethod

Prints inlet temperature.

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

Bases: TUIMethod

Prints mass flow rate.

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

Bases: TUIMethod

Prints outlet temperature.

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

Bases: TUIMethod

Prints fluid’s specific heat.