We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Ground Effect Fluent Simulations

    • MCFDHELP
      Subscriber

      When i increase the angle of attack for an airfoil in fluent, the whole free stream increases in static pressure? Does anyone know why this happens?

      Thanks

    • Rahul Kumar
      Ansys Employee
      Hello,
      Can you please elaborate? Could you also insert images of pressure contour which will make us better understand your question.
    • MCFDHELP
      Subscriber
      Hi
      Yes i have attached images. The only thing altered is the angle of attack and the free stream pressure increases massively
    • MCFDHELP
      Subscriber
      Ignore the attachments, have inserted the photos into the message
    • Rob
      Forum Moderator
      Please post images of the outer boundary condition and domain size for both cases.
    • MCFDHELP
      Subscriber
      The domain length is 320 m and the radius of the ciruclar section is 160m
    • MCFDHELP
      Subscriber
      I have set the ground as a moving wall, the inlet as the curved and upper section and the outlet as pressure outlet
    • Rob
      Forum Moderator
      Check it's the same in both cases.
    • MCFDHELP
      Subscriber
      yes i have checked it is the same for both cases
    • Rob
      Forum Moderator
      Can you probe the second case too? Looking at the scale carefully, you could be looking at the same value but the scale is very different.
    • MCFDHELP
      Subscriber
      you could be right, is there any way that i could verify this? as the scales are so different
    • Rob
      Forum Moderator
      Put a point into the domain and report the facet value. Display-Surface-Point, then use the Surface Report functions.
    • MCFDHELP
      Subscriber
      i have done what you say, and they all appear to be around -2 to -6 pascals for the static pressure. The angle of attack varies from 0-9 degrees
    • Rob
      Forum Moderator
      Which is near enough the same.
    • MCFDHELP
      Subscriber
      do you know why it is negative?
    • MCFDHELP
      Subscriber
      or how to change the colours so they all show the same colour for free stream?

    • Rob
      Forum Moderator
      It's probably about zero so might be convergence related. In the contour plot deselect the "auto range" and add values manually.
    • MCFDHELP
      Subscriber
      when i add my own range, it cuts out some parts in white

    • Rob
      Forum Moderator
      There's an option called "clip to range". Funnily enough if you have values outside of the manual range they disappear with that ticked.
    • Mani kiran
      Subscriber

      can anyone help me to write the user defined function for a airfoil as it is landing as similar to the real case secenario 

    • Rob
      Forum Moderator

      You will need to be a lot more specific: what are you trying to replicate?

    • Mani kiran
      Subscriber

      i just want to replicate the landing profile of the aircraft 

      as similiar to the mission profile of this 

    • Rob
      Forum Moderator

      Do you need to solve the whole decent, or would several steady calculations be equally valid? The former will be a very long transient run, the latter some steady calculations. 

    • Mani kiran
      Subscriber

      as you can see sir that i wrote a UDF for airfoil which is moving in straight path

       

      #include "udf.h"
       
      DEFINE_CG_MOTION(airfoil,dt,vel,omega,time,dtime)
       
      {
       
        real t=time;
        
       
        vel[1]= -0.025*t;
       
       
      }
       
      so can u help me to write UDF which is similair to real life 
    • Rob
      Forum Moderator

      I'm still trying to understand why. All I'm able to do re UDFs is point you at the documentation. 

    • Mani kiran
      Subscriber

      i think lets try with using the steady calculations , if its not efficient to what i want to figure out ,then we can proceed with the  long transient run .

    • Rob
      Forum Moderator

      Steady will probably be quicker. Use the various NACA airfoil examples (Learning and Fluent Help) for guidance. 

Viewing 26 reply threads
  • The topic ‘Ground Effect Fluent Simulations’ is closed to new replies.