Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Help with post processing

    • Dubey92
      Subscriber

      I am modelling laser melting in FLUENT. After my simulation I am trying to visualise it in CFD-Post. My results are not visible upto the mark. In the figure below, the there are metal particles above a solid metal base. I have used isosurface and volume rendering for metal phase (it is a multiphase flow with two phase-air and metal). But the results don't look very promising.

       

       

      The imgae below is from a published paper and they have also used CFD-Post but their results look very good. Can someone pleae help where I might be committing mistake?

    • Rob
      Forum Moderator

      Are you displaying temperature on the surface, or a contour of a surface whilst displaying the surface? The lower image looks to be temperature on an iso surface of VOF and a clip on the side faces of the region that's in the melting phase. 

      • Dubey92
        Subscriber

        Thanks for your reply Rob. The first image is mine. First I plotted the iso-surface for volume fraction(at 0.5) of metal phase. Then I am showing temperature contours on that iso-surface. I am unable to understand how the second image is showing it on the cut cross-section also.

    • Rob
      Forum Moderator

      If you just show the contour does it fill the lower section too? CFD Post and Fluent multiphase can have issues, you may find you're better doing the post processing in Fluent to understand what's going on. Execute Commands is your friend there - it means you can spit out images every some time steps. 

      • Dubey92
        Subscriber

        No. When I plot the temperature contours in the iso-surface, it does not fill the lower section. I think the second image is also from CFD-Post. Also, can you tell how the particles are more defined and filled in the second image. I have also used volume rendering in my case but they don't look that good.

    • Rob
      Forum Moderator

      I suspect the sharper image is down to lighting, possibly linked to a better resolution mesh. 

      Volume rendering is intended to show stuff in 3d, so in your case the cold regions may mask the rest. The original intent was to show smoke - think how that looks in the real world. 

      • Dubey92
        Subscriber

        Actually the mesh resolution is same. But can you suggest something about the contours? How to show the contours like the second image at the cross-section also?

    • Rob
      Forum Moderator

      I suspect the cross section is a plane, which is then clipped to iso-value of VOF and then coloured by temperature. 

      • Dubey92
        Subscriber

        Ohh. Maybe. I will try it. Thanks

    • Jian Liu
      Subscriber

       

      Hello, I have been following your field of study. I tried to use the VOF model in the fluent software to simulate the laser melting material, consisting of two phases (air and metal), turning on the energy and melting and solidification parameters
       
      1. I tried to do what you did (using a Gaussian surface heat source on the XY plane, r = sqrt(pow(x[0],2.0) + pow(x[1]-y0,2.0), as shown in Figure 1), according to the UDF you are using multiplied by the C_UDMI(c,t,3) gradient after the Gaussian distribution, but the same Gaussian distribution is shown in the XZ plane, I hope that only the second phase is subjected to the heat source (the heat source acts on the metallic phase), please ask you this step (if(C_VOF(c, t)>0.05 && C_VOF(c,t)<1)) Does it allow me to achieve my purpose?
       
      I am very grateful for any reply, loyal thanks!

       

      • Dubey92
        Subscriber

        When you use the C_UDMI(c,t,3), it applies the source only in the phase for which you are targetting.

    • Rob
      Forum Moderator

      I'll let Dubey92 comment on their work. 

      As a comment. Fluent's radiation models see only what's in the mesh cell, there are no additional terms in the model(s) for free surface effects. So, the only way to heat the metal part is to have a high absorption coefficient and/or (I've not read their work) use UDFs to mimic a free surface effect. 

      • Jian Liu
        Subscriber

        Thank you for your efforts.

        Or I would say that in the VOF model, how to load the surface heat source between the two phases? Do I need to use a volume fraction gradient?

    • Rob
      Forum Moderator

      I think you'd need some coding. 

      • Jian Liu
        Subscriber

        Ok, thank you a lot.

        I'll keep trying

Viewing 7 reply threads
  • The topic ‘Help with post processing’ is closed to new replies.