General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Exporting solution geomtery for further analysis

    • Kaveen Ranasinghe
      Subscriber

      Hello,

      I'm working on an ANSYS Transient Thermal analysis where I studied erosion characteristics on an arc/laser using the Ekill command in ANSYS Mechanical. Now, I'd like to know if there's a way to:

      1. Export the solution model, including the eroded areas.
      2. Re-mesh the model while preserving the erosion data.
      3. Use the re-meshed model for further analysis.

      TIA 

       

    • mjmiddle
      Ansys Employee

       

      Strictly thermal analysis has no deformation.

      Including the eroded areas is the same as the original mesh. Just link model cell to a new analysis system. If you want to mark eroded areas, you’ll have to use APDL commands to select ekilled elements (ESEL,S,LIVE then ESEL,INVE) and place into an element component (CM command). Export the cdb (cdwr,db,model,cdb) and read the model.cdb using an External Model system:

      For excluding the ekilled elements, you can use a commmand snippet that selects everything but the ekilled elements and then write the cdb. Then read in using an External Model system.

      This will use the same mesh in the downstream system, minus the ekilled elements. If you want to remesh, set “Read Only” to NO on the Mesh object in the Outline:

      ”Clear Generated Data” on the mesh to mark for remeshing. Or setting any new mesh controls or element size values will mark the mesh out of date.

       

    • Kaveen Ranasinghe
      Subscriber

      Hi mjmiddle,

       

      Thanks a lot. worked just as I wanted

       

Viewing 2 reply threads
  • The topic ‘Exporting solution geomtery for further analysis’ is closed to new replies.