*hwCfdCreateMeshControlsFromSolverOptions

Creates mesh control entities from the equivalent solver options entities in the CFD profile.a

Syntax

*hwCfdCreateMeshControlsFromSolverOptions mesher

Type

HyperMesh Tcl Modify Command

Description

This command is used to create mesh control entities from the solver option entities created inside the CFD profile. These mesh controls will be used both for surface mesh as well as volume mesh.

Inputs

mesher
The name of the meshing application to create the mesh controls for. Must be set to hm.

Examples

To generate mesh controls for HM from the solver options:

*hwCfdCreateMeshControlsFromSolverOptions "hm"

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019