_GenerateTheSurfaceMeshFTMCommandArguments#

class ansys.fluent.core.generated.datamodel_261.meshing.Root.GenerateTheSurfaceMeshFTM._GenerateTheSurfaceMeshFTMCommandArguments(service, rules, command, path, id)#

Bases: PyCommandArguments

Methods:

__init__(service, rules, command, path, id)

__init__ method of PyCommandArguments class.

class _AdvancedInnerWrap(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Choose whether or not to extend or expand the surface mesh into any interior pockets or cavities.

class _AdvancedOptions(parent, attr, service, rules, path)#

Bases: PyParameterCommandArgumentsSubItem

Display advanced options that you may want to apply to the task.

class _AutoAssignZoneTypes(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Choose whether or not to automatically assign boundary types to zones.

class _AutoPairing(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Specify whether or not you want to separate contact pairs between fluids and solids.

class _AutoRegionBetweenPorous(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Argument AutoRegionBetweenPorous.

class _DihedralMinAngle(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify a value for the minimum dihedral angle for the specified region. A dihedral angle of 30 degrees are recommended or use the default value. You should not exceed 30 degrees.

class _GapCoverZoneRecovery(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Determine whether or not to keep or remove the zones representing the cap covers. When set to Yes, the zones representing the gap covers are retained, whereas when set to No (the default), the zones for the gap covers are removed.

class _GlobalMin(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify a global minimum value for the surface mesh. The default minimum value is calculated based on available target and wrap size controls and bodies of influence.

More…

class _IntermediateFileName(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

By default, files are saved in a temporary folder and later deleted once the session is ended. You can also save files in a specified folder. The prefix for the name of the files are taken from the FMD or STL file name.

class _LeakShield(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Argument LeakShield.

class _MaxIslandFace(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify the maximum face count required for isolated areas (islands) to be created during surface mesh generation. Any islands that have a face count smaller than this value will be removed, and only larger islands will remain.

class _MergeWrapperAtSolidConacts(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Specify whether or not you want to allow contacts between solid and fluid regions to be merged into the surface mesh wrapper. When enabled, all bounding faces of a fluid region wrap that come into contact with solid regions will be merged into a single zone (using the prefix _contact). Each respective wrapped fluid region will have one _contact zone associated with it.

class _NumberOfSessions(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Indicate the number of parallel sessions that are to be used, depending upon the number of solid objects that need to be meshed.

class _ParallelSerialOption(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Specify whether or not you want to perform solid meshing using parallel sessions. Select Yes and indicate the Maximum Number of Sessions. The number of parallel sessions that are used will depend upon the number of solid objects that need to be meshed.

class _ProjectOnGeometry(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Determine whether, after surface meshing, Fluent will project the mesh nodes back onto to the original CAD model.

class _SaveIntermediateFiles(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Determine whether or not you want to save any intermediate files that are generated during volume meshing. Disabling this option may increase speed and efficiency.

class _SaveSurfaceMesh(parent, attr, service, rules, path)#

Bases: PyParameterCommandArgumentsSubItem

Select this option to save the surface mesh. Use advanced options to determine whether to save intermediate files or not, and to choose a specific directory to save the mesh.

class _SeparateSurface(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Select Yes if you want to have the final surface mesh to be viewed as separated zones.

class _ShowSubTasks(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Argument ShowSubTasks.

class _SpikeRemovalAngle(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

Specify a value for the minimum spike angle for the specified region. A spike angle of 250 degrees is recommended or use the default value. You should not exceed 260 degrees.

class _SurfaceQuality(parent, attr, service, rules, path)#

Bases: PyNumericalCommandArgumentsSubItem

This is the target maximum surface mesh quality. The recommended value is between 0.7 and 0.85.

class _UseSizeFieldForPrimeWrap(parent, attr, service, rules, path)#

Bases: PyTextualCommandArgumentsSubItem

Argument UseSizeFieldForPrimeWrap.

__init__(service, rules, command, path, id)#

__init__ method of PyCommandArguments class.