Skip to main content

Prime Mesh Python client library 2025 R2

export_fluent_case

Last update: 10.09.2025

FileIO.export_fluent_case(file_name, export_fluent_case_params)

Export a Fluent case (CAS) file.

  • Parameters:

    file_name : Path to the case file on disk.

    export_fluent_case_params : Parameters for exporting the case file.

  • Returns:

    FileWriteResults : Results from exporting the case file.

  • Return type:

    FileWriteResults

Examples

>>> file_io = FileIO(model=model)
>>> results = file_io.export_fluent_case(
                "/tmp/fluent.cas",
                prime.ExportFluentCaseParams(model=model))

Connect with Ansys