read#

class ansys.fluent.core.generated.solver.settings_261.read(name=None, parent=None)#

Bases: Command

Read files of various types. The file type can be case, data, mesh, or case-data.

Parameters:
file_typestr

The type of file to read.

file_name_1str

Path of the file to read.

pdf_file_namestr

Path of the PDF file to read.

lightweight_setupbool

Read case in lightweight mode? This option is available only for cases with lightweight setup.

Arguments

Argument

Summary

file_type

The type of file to read.

file_name

Path of the file to read.

pdf_file_name

Path of the PDF file to read.

lightweight_setup

Read case in lightweight mode? This option is available only for cases with lightweight setup.

Included in:

Parent

Summary

file

Import and export several kinds of files. Files that are read include mesh, case, data, profile, Scheme, and journal files. Files that are written include case, data, profile, journal, and transcript files.