file#
- class ansys.fluent.core.generated.solver.settings_261.file(name=None, parent=None)#
Bases:
GroupImport 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. |
|
Export files. |
|
Import files. |
|
Parametric Project Management Commands. |
|
CFF I/O options. |
|
The batch options. |
|
The interpolate object. |
|
The table file manager object. |
Methods
Method |
Summary |
|---|---|
Save input to a named macro. |
|
Run a previously defined macro. |
|
Read macro definitions from a file. |
|
Read files of various types. The file type can be case, data, mesh, or case-data. |
|
Read files of various types. The file type can be case, data, mesh, or case-data. |
|
Read files of various types. The file type can be case, data, mesh, or case-data. |
|
Read files of various types. The file type can be case, data, mesh, or case-data. |
|
Read files of various types. The file type can be case, data, mesh, or case-data. |
|
Read files of various types. The file type can be case, data, mesh, or case-data. |
|
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. |
|
Load a new mesh into your existing Fluent case while preserving solver settings and boundary conditions. |
|
Write files of various types. The file type can be case, data, or case-data. |
|
Write a case file. The case file contains the mesh, boundary conditions, and solver settings. |
|
Write a data file. The data file contains the solution data for the case. |
|
Write case and data file. The case file contains the mesh, boundary conditions, solver settings, and data file contains solution data for the case. |
|
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. |
|
Reads a Probability Density Function (PDF) table for combustion modeling. |
|
Loads an ISAT (In Situ Adaptive Tabulation) table for accelerating combustion simulations. |
|
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. |