*hwCfdCreateMeshControlsFromSolverOptions
Creates mesh control entities from the equivalent solver options entities in the CFD profile.
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
*hwCfdCreateMeshControlsFromSolverOptions "hm"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019