Wire-coating dies are used to coat a metal wire with a thin layer of polymer. In this tutorial, you will learn to analyze a wire coating die using HyperXtrude. First, you will understand the manufacturing process to be simulated and the geometry of the configuration. This is essential to identify the computational domain and the process conditions. Then you will mesh the computational domain, set up the process conditions and launch HyperXtrude to solve.
The model files for this tutorial are located in the file mfs-1.zip in the subdirectory \hx\MetalExtrusion\HX_1201. See Accessing Model Files. To work on this tutorial, it is recommended that you copy this folder to your local hard drive where you store your HyperXtrude data, for example, “C:\Users\HyperXtrude\” on a Windows machine. This will enable you to edit and modify these files without affecting the original data. In addition, it is best to keep the data on a local disk attached to the machine to improve the I/O performance of the software.
- HX_1201.hm
- HX_1201_completed.hm |
The coating of metal wires with a thin layer of polymer is an important process for cable and wire manufacturers. This is accomplished using a wire-coating die. The schematic of this process is shown in the following figure. Polymer melt from the extruder is fed into the die and the metal wire is pulled in through the wire guide. The wire when exiting the die drags molten polymer along with it and it is cooled using a water bath (not shown in the figure).
A complete analysis of this process should include the metal wire (as the axial conduction along the wire is important) and the cooling of the coated wire after it exits the die. HyperXtrude can handle this process by doing a conjugate heat transfer analysis. To be conservative, a simpler version of the problem is considered and the domain studied is shown in following figure.
The problem at hand can be solved as an axisymmetric problem. However, to demonstrate the three-dimensional modeling capabilities of HyperXtrude, a 90-degree sector of the domain will be analyzed.
|
It is beyond the scope of this tutorial to cover all aspects of mesh generation in HyperMesh. A brief sketch of the procedure is explained here. The geometry to be meshed may be given to you in the form of a CAD file, which can be imported into HyperMesh. The CAD file may have more information than you actually need to generate the mesh and typically it may have few errors in the surface data. However, these inconsistencies can be handled easily in HyperMesh using the Geom Cleanup panel. HyperMesh supports multiple CAD formats; of these, STEP and PART file formats come with the least errors. It is also easier to mesh starting from solids than from surfaces. Meshing requires a clear strategy for successful completion. For instance, in this tutorial, you will model a sector of the wire-coating die. Meshing a longitudinal cross-section of the geometry and then spinning it by 90 degrees can generate this sector. Assuming that you will proceed in this manner, the first step is to get the geometry data and form the 2-D surfaces. The next step is to mesh the 2D surface using Automesh. Finally, a 3D mesh can be obtained by spinning the cross-section by 90-degrees using Spin. The 3D mesh should be checked using Check Elems and then renumbered using Renumber. The 2D surfaces of interest are shown below. There are three surfaces from left to right: the feeder section, the tapering section and the coating section.
Automesh will automatically preserve the nodal consistency across the shared edges. The figure below shows the 2D mesh made of QUAD8 elements. Since the geometry of interest is a 90-degree sector, you need a higher order mesh (HEX20) to capture these curves accurately.
This 2D mesh is spun by 90-degrees about the Z-axis and with origin as the base-point.
It is important to do standard checks after meshing is complete. These can be done in the Check Elems panel.
|
|
The loaded model contains the completed mesh and its collectors, Feeder3D, Coating3D and Taper3D.
|
HyperXtrude allows you to work with a mixed set of units – that is, you can mix SI and British units. Selecting the model units should be the first step after loading the model.
|
Now you have loaded and assigned material data to the components. This completes this step and you can close the Material Data macro.
|
Name = Inlet Type = Inflow Material = PVC_Generic Color = color of your choice
Z-Velocity = 50 mm/s Temperature =227 deg. C
Name = Outlet Type = Outflow Set traction, pressure, and heat flux values to zero. Check the Pressure checkbox to specify pressure at the outlet.
Name = Symmetry Type = SymmetryBC
Name = Top Wall Type = SolidWall Friction Model = Stick Heat Transfer Type = Temperature Temperature = 127 deg C Velocity = 0.00
Name = InnerWalls Type = SolidWall Friction Model = Stick Heat Transfer Type = Temperature Temperature = 127 deg C Velocity = 0.00
Name = WireSurface Type = SolidWall Friction Model = Stick Heat Transfer Type = Temperature Temperature = 127 deg C Velocity = 500 mm/s in Z; other two components are zero
Now you have created and assigned all the boundary conditions required for the HyperXtrude run.
|
Set the Job/Model Name to HX_1201 Set the Job Description to WireCoatingDieAnalysis.
You have successfully completed setting up data for the run.
|
This concludes this tutorial. |
Return to Polymer Processing Tutorials