Skip to main content

Prime Mesh Python client library 2025 R2

ExportFluentCaseParams

Last update: 10.09.2025

class ansys.meshing.prime.ExportFluentCaseParams(model=None, cff_format=None, json_data=None, **kwargs)

Parameters to export fluent case file.

  • Parameters:

    model: Model : Model to create a ExportFluentCaseParams object with default parameters.

    cff_format: bool, optional : Option to specify whether to export Fluent case file in CFF format (.cas.h5) or legacy format (.cas, .cas.gz).

    json_data: dict, optional : JSON dictionary to create a ExportFluentCaseParams object with provided parameters.

Examples

>>> export_fluent_case_params = prime.ExportFluentCaseParams(model = model)

Methods

Name Description
ExportFluentCaseParams.print_default() Print the default values of ExportFluentCaseParams object.
ExportFluentCaseParams.set_default([cff_format]) Set the default values of the ExportFluentCaseParams object.

Attributes

Name Description
ExportFluentCaseParams.cff_format Option to specify whether to export Fluent case file in CFF format (.cas.h5) or legacy format (.cas, .cas.gz).

Connect with Ansys