heat_transfer_table#

class ansys.fluent.core.generated.solver.settings_271.heat_transfer_table(name=None, parent=None)#

Bases: Group

2D heat transfer data structure in a 2D table class.

Attributes

Attribute

Summary

column_number

Number of auxiliary fluid mass flow rates.

row_number

Number of primary fluid mass flow rates.

column_value

Auxiliary fluid mass flow rate (kg/s).

row_value

Primary fluid mass flow rate (kg/s).

table_value

Heat transfer values (W).

table_label

Table title label.

Methods

Method

Summary

read_table

Read heat transfer table from a .tab or .txt file.

write_table

Write heat transfer table to a .tab or .txt file.

print_table

Print heat transfer table to the console.

Included in:

Parent

Summary

ntu_effectiveness_data

NTU heat transfer effectiveness data.