ansys.meshing.prime.FileIO Last update: 17.07.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))