Initialize Tooling Temperature with Previous Simulation


Extrusion tools ( die, container, etc) are pre-heated before they are loaded into the extrusion press. If extrusion tools are not heated to the correct temperature then there is the risk of premature die failure, incorrect metal flow, and sticking billets. Most extrusion plants set the die oven at a fixed temperature in the range of 450 °C – 500 °C and rely on time to control the temperature.

The benefit of preheating:

For the first few billet cycles, the whole press (including the die tool) will not achieve a cycle steady state temperature. Hence to get the correct simulation, we must run the simulation for at least 5-10 billets to reach steady state; this significantly increases computation time. HyperXtrude solver allows us to re-use computed temperature from one simulation into another. 

How to setup

  1. Setup transient coupled analysis containing both workpiece and tool mesh with one or more billet cycle configuration
    1. Sample Model RodModel_CoupledHXHX_MultipleBilletCycle.zip
  2. Launch solver with solver deck from #1.
  3. Once the simulation is complete, you will notice several *.fem (e.g RodModel_c01t005.fem) file in the run solver.
    1. This *.fem file is OptiStruct solver deck containing mesh, temperature, pressure, and constrains information.  
    2. "_c01t005" suffix in the FEM file name means - Billet Cycle # 1 (written as c01) and time step 5 ( written as t005).
  4. Create sub-folder with name "run2_IntializeToolTemperature"
    1. copy solver deck from #1
    2. copy *.fem for respective billet cycle and time step
    3. rename the *.fem to InputToolTemperature.fem
  5. Edit HX file
    1. open <model name>.hx file
    2. write following line
    3. pset InitToolTempFromFemFile  yes
  6. Launch solver
    1. Sample Deck: RodModel_CoupledHXHX_MultipleBilletCycle_WithTemperatureInitialize.zip
  7. Verify temperature at time 0 is the same as in the first simulation of the selected billet cycle and time step. 

How to save computation time when running multiple cycle analysis:

Depending on need, use the following flags in .hx file. This can significantly reduce file size and improve computation time.