read_rgp_file#

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

Bases: Command

Read RGP file.

Parameters:
file_name_1str

Filename for RGP file.

componentstr

The RGP component to read.

table_namestr

The table name to store RGP data in.

save_in_case_filebool

Specifies whether to store RGP data in the case file.

create_update_rgp_materialbool

Specifies whether to create/update RGP material with the data read from the RGP file.

Arguments

Argument

Summary

file_name

Filename for RGP file.

component

The RGP component to read.

table_name

The table name to store RGP data in.

save_in_case_file

Specifies whether to store RGP data in the case file.

create_update_rgp_material

Specifies whether to create/update RGP material with the data read from the RGP file.

Included in:

Parent

Summary

table_file_manager

The table file manager object.