ExportFluentCaseParams#

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

ExportFluentCaseParams.print_default()

Print the default values of ExportFluentCaseParams object.

ExportFluentCaseParams.set_default([cff_format])

Set the default values of the ExportFluentCaseParams object.

Attributes

ExportFluentCaseParams.cff_format

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