ExtractVolumesParams#
- class ansys.meshing.prime.ExtractVolumesParams(model=None, create_zone=None, suggested_zone_name=None, json_data=None, **kwargs)#
Parameters to extract flow volumes.
- Parameters:
- model: Model
Model to create a
ExtractVolumesParams
object with default parameters.- create_zone: bool, optional
Option to create zone for flow volumes extracted.
- suggested_zone_name: str, optional
Name suggested for the created zone. If there is a volume zone existing with suggested name, then extracted flow volumes will be added to it.
- json_data: dict, optional
JSON dictionary to create a
ExtractVolumesParams
object with provided parameters.
Examples
>>> extract_volumes_params = prime.ExtractVolumesParams(model = model)
Methods
Print the default values of
ExtractVolumesParams
object.Set the default values of the
ExtractVolumesParams
object.Attributes
Option to create zone for flow volumes extracted.
Name suggested for the created zone.