external_surface#

class ansys.fluent.core.generated.solver.settings_252.external_surface(name=None, parent=None)#

Bases: Command

External Surface.

Parameters:
auto_namebool

Specifies whether to do automatic naming or not.

surf_base_namestr

The prefix for external surface.

stl_filenamestr

STL filename.

unitstr

Unit in which the mesh was created.

split_surfacebool

Specifies whether to Split Surface at Boundaries or not.

zonesList

The zone(s) that will be used to define the surface.

Arguments

Argument

Summary

auto_name

Specifies whether to do automatic naming or not.

surf_base_name

The prefix for external surface.

stl_filename

STL filename.

unit

Unit in which the mesh was created.

split_surface

Specifies whether to Split Surface at Boundaries or not.

zones

The zone(s) that will be used to define the surface.

Included in:

Parent

Summary

surfaces_8

Provides access to creating multiple zone surfaces and to grouping and ungrouping surfaces.