file#

class ansys.fluent.core.solver.settings_231.file.file(name=None, parent=None)#

‘file’ child.

Attributes

Attribute

Summary

single_precision_coordinates

Indicate whether to write nodal coordinates in single precision.

binary_legacy_files

Indicate whether to write binary or text format case and data files.

cff_files

Indicate whether to write ANSYS common fluids format (CFF) files or legacy case and data files.

async_optimize

Choose whether to optimize file IO using scratch disks and asynchronous operations.

write_pdat

Indicate whether to attempt to save pdat files.

confirm_overwrite

Indicate whether or not to confirm attempts to overwrite existing files.

export

‘export’ child.

import_

‘import’ child.

parametric_project

‘parametric_project’ child.

Methods

Method

Summary

auto_save

‘auto_save’ child.

define_macro

Save input to a named macro.

read

‘read’ command.

read_case

‘read_case’ command.

read_case_data

‘read_case_data’ command.

read_case_setting

‘read_case_setting’ command.

read_data

‘read_data’ command.

read_mesh

‘read_mesh’ command.

read_journal

Read a journal file.

start_journal

Start recording all input in a file.

stop_journal

Stop recording input and close the journal file.

replace_mesh

‘replace_mesh’ command.

write

‘write’ command.

Included in:

Parent

Summary

root

‘root’ object.