update_options#

class ansys.fluent.core.meshing.tui_241.main_menu.cad_assemblies.update_options(service, version, mode, path)#

Bases: TUIMenu

Contains options for updating the CAD entities on reimport.

Classes:

import_edge_zones(service, version, mode, path)

Enables you to import edge zones from the CAD entities on reimport.

one_object_per(service, version, mode, path)

Enables you to change the CAD object granularity on reimport.

one_zone_per(service, version, mode, path)

Enables you to change the CAD zone granularity on reimport.

tessellation(service, version, mode, path)

Enables you to control the tessellation (faceting) during reimport.

class import_edge_zones(service, version, mode, path)#

Bases: TUIMethod

Enables you to import edge zones from the CAD entities on reimport. Specify an appropriate value for feature angle.

class one_object_per(service, version, mode, path)#

Bases: TUIMethod

Enables you to change the CAD object granularity on reimport.

class one_zone_per(service, version, mode, path)#

Bases: TUIMethod

Enables you to change the CAD zone granularity on reimport.

class tessellation(service, version, mode, path)#

Bases: TUIMethod

Enables you to control the tessellation (faceting) during reimport. You can select either cad-faceting or cfd-surface-mesh. CAD faceting enables you to control the tessellation based on the CAD faceting tolerance and maximum facet size specified. CFD Surface Mesh enables you to use a size field file during reimport. If you enter yes, specify the size field file to be read. If you do not want to use a size field file, you can obtain conformal faceting based on the underlying curve and surface curvature (using the minimum and maximum facet sizes, and the facet curvature normal angle specified) and edge proximity (using the cells per gap specified). You can also save the size field in a file (size field is computed based on the specified parameters; that is, Min Size, Max Size, Curvature Normal Angle, Cells Per Gap).