ImportFluentCaseParams#
- class ansys.meshing.prime.ImportFluentCaseParams(model=None, append=None, json_data=None, **kwargs)#
Parameters to import fluent case file.
- Parameters:
- model: Model
Model to create a
ImportFluentCaseParams
object with default parameters.- append: bool, optional
Option to append imported case instead of resetting model to imported case.
- json_data: dict, optional
JSON dictionary to create a
ImportFluentCaseParams
object with provided parameters.
Examples
>>> import_fluent_case_params = prime.ImportFluentCaseParams(model = model)
Methods
Print the default values of
ImportFluentCaseParams
object.ImportFluentCaseParams.set_default
([append])Set the default values of the
ImportFluentCaseParams
object.Attributes
Option to append imported case instead of resetting model to imported case.