file#
- class ansys.fluent.core.generated.solver.settings_251.file(name=None, parent=None)#
Bases:
Group
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 |
---|---|
Specifies whether to write nodal coordinates in single precision. |
|
Specifies whether to write binary or text format case and data files. |
|
Specifies whether to write ANSYS common fluids format (CFF) files or legacy case and data files. |
|
Specifies whether to merge cell/face zones automatically during case reading. |
|
Specifies whether meshes with hanging-nodes will be converted to polyhedra while reading. |
|
Specifies whether to optimize file IO using scratch disks and asynchronous operations. |
|
Specifies whether to attempt to save pdat files. |
|
Automatic saving of case and data files at specified intervals during a calculation. |
|
Export files. |
|
Import files. |
|
‘parametric_project’ child. |
|
CFF I/O options. |
|
The batch options. |
|
The interpolate object. |
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. |
|
Enable access to beta features in the interface. |
Included in:
Parent |
Summary |
---|---|
‘root’ object. |