write_case_data#

class ansys.fluent.core.generated.solver.settings_271.write_case_data(name=None, parent=None)#

Bases: Command

Write case and data file. The case file contains the mesh, boundary conditions, solver settings, and data file contains solution data for the case.

Parameters:
file_namestr

The name of the case file to write.

register_with_projectbool

Specifies whether to register the written file with the active Fluent project.

write_in_new_simulationbool

Specifies whether to write the case and data files in a new simulation.

Arguments

Argument

Summary

file_name

The name of the case file to write.

register_with_project

Specifies whether to register the written file with the active Fluent project.

write_in_new_simulation

Specifies whether to write the case and data files in a new simulation.

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.