Creating the Surface Wrapper Operation

Using the previous template, the mesh operations require a single part with the part_duct tag to produce the duct mesh. However, you may wish to import the mesh as multiple parts. To prepare the geometry for meshing and obtain a single duct part, you create a surface wrapper operation.

  1. Create a new simulation from the HVACduct_template.simt file used in the previous part of this tutorial.
    1. Select File > New....
    2. In the Create a File dialog, click Select....
    3. Navigate to your working directory and select HVACduct_template.simt.
    4. Click Open, and then OK.
  2. Save the simulation as wrappedHVACduct.sim.
Before creating the surface wrapper operation, you create a tag that identifies the input parts for the operation.
  1. Right-click the Automation > Tags node and select New.
  2. Rename Tags > Tag to Part_WrapperInputs.
To create the surface wrapper mesh operation:
  1. Right-click Geometry > Operations node and select New > Surface Preperation > Surface Wrapper.
  2. In the Create Surface Wrapper Auto Mesh Operation, click OK.
    You do not select any part inputs in the dialog, rather you define the inputs using the Part_WrapperInputs tag at a later step.
  3. Rename the Surface Wrapper operation to Wrapped Duct.
  4. Select the Wrapped Duct node.
  5. In the right half of the Input Parts property, click (the query editor button).
  6. In the Wrapped Duct - Input Parts window, use the controls to add the following predicate: Tag contains Part_WrapperInputs.
  7. Click OK to close the Wrapped Duct - Input Parts window.
  8. Select the Wrapped Duct node and activate the Perform Proximity Refinement and Link Output Part Name properties.
  9. In the Confirm Link Output Part Name dialog, select Yes.
To refine the surface wrapper, edit the wrapper operation controls:
  1. Expand the Wrapped Duct > Default Controls node and set the follwing properties:
    Node Property Value
    Base Size Base Size ${MeshBaseSize}/4
    Minimum Surface Size Size Type Absolute
    Absolute Size 2.0E-5 m
    Surface Curvature # Pts/circle 72.0
    Volume of Interest Method External
  2. Save the simulation.