GenerateTheSurfaceMeshFTM#
- class ansys.fluent.core.generated.datamodel_261.meshing.Root.GenerateTheSurfaceMeshFTM(service, rules, command, path=None)#
Bases:
PyCommandThis task will close all the leakages to objects and void regions and then generate only the surface mesh. More…
- Parameters:
- SurfaceQuality
float This is the target maximum surface mesh quality. The recommended value is between 0.7 and 0.85.
- SaveSurfaceMeshbool
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.
- AdvancedOptionsbool
Display advanced options that you may want to apply to the task.
- SaveIntermediateFiles
str 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.
- IntermediateFileName
str 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.
- SeparateSurface
str Select Yes if you want to have the final surface mesh to be viewed as separated zones.
- UseSizeFieldForPrimeWrap
str - LeakShield
str - AutoRegionBetweenPorous
str - AutoPairing
str Specify whether or not you want to separate contact pairs between fluids and solids.
- MergeWrapperAtSolidConacts
str 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.
- ParallelSerialOption
str 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.
- NumberOfSessions
int Indicate the number of parallel sessions that are to be used, depending upon the number of solid objects that need to be meshed.
- MaxIslandFace
int 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.
- SpikeRemovalAngle
float 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.
- DihedralMinAngle
float 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.
- ProjectOnGeometry
str Determine whether, after surface meshing, Fluent will project the mesh nodes back onto to the original CAD model.
- AutoAssignZoneTypes
str Choose whether or not to automatically assign boundary types to zones.
- AdvancedInnerWrap
str Choose whether or not to extend or expand the surface mesh into any interior pockets or cavities.
- GapCoverZoneRecovery
str 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.
- GlobalMin
float - 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…
- ShowSubTasks
str
- SurfaceQuality
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.