file#
- class ansys.fluent.core.generated.solver.settings_242.file.file(name=None, parent=None)#
Bases:
Group
Allows you to 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.
Attributes
Attribute |
Summary |
---|---|
Indicate whether to write nodal coordinates in single precision. |
|
Indicate whether to write binary or text format case and data files. |
|
Indicate whether to write ANSYS common fluids format (CFF) files or legacy case and data files. |
|
Indicate whether meshes with hanging-nodes will be converted to polyhedra while reading. |
|
Choose whether to optimize file IO using scratch disks and asynchronous operations. |
|
Indicate whether to attempt to save pdat files. |
|
Allows you to specify automatic saving of case and data files at specified intervals during a calculation. |
|
Allows you to export files. |
|
Allows you to import files. |
|
‘parametric_project’ child. |
|
CFF I/O options. |
|
Set the batch options. |
Methods
Method |
Summary |
---|---|
Save input to a named macro. |
|
Run a previously defined macro. |
|
Read macro definitions from a file. |
|
‘read’ command. |
|
‘read_case’ command. |
|
‘read_case_data’ command. |
|
‘read_case_setting’ command. |
|
‘read_data’ command. |
|
‘read_mesh’ command. |
|
Read surface meshes. |
|
Read a journal file. |
|
Start recording all input in a file. |
|
Start recording all input in a python file. |
|
Stop recording input and close the journal file. |
|
‘replace_mesh’ command. |
|
‘write’ command. |
|
‘write_case’ command. |
|
‘write_data’ command. |
|
‘write_case_data’ command. |
|
Read and set boundary conditions from specified file. |
|
Read custom field-function definitions from a file. |
|
Read all DPM injections from a file. |
|
Read boundary profile data (*.prof, *.csv). Default is *.prof. |
|
Read a PDF file. |
|
Read an ISAT table. |
|
Display current release and version information. |
|
Stop recording input to a macro. |
|
Start recording input and output in a file. |
|
Stop recording input and output and close the transcript file. |
|
Set derived quantities to be written in data file. |
Included in:
Parent |
Summary |
---|---|
root |
‘root’ object. |