Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Placements

Student Reviews


For Business


More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Loading...
Executive Programs
Workshops
For Business

Success Stories

Placements

Student Reviews

More

Projects

Blogs

Academic Training

Find Jobs

Informative Articles

We're Hiring!

phone+91 9342691281Log in
  1. Home/
  2. Dushyanth Srinivasan/
  3. Week 9- Unsteady moving zones Approach

Week 9- Unsteady moving zones Approach

  In this project, a transient simulation on a generic turbomachinery component will be performed in ANSYS Fluent. The main objective is to use the Moving Mesh Approach, the mesh moves along with the geometry hence a new mesh is generated for every timestep. Geometry & Mesh The geometry consists of three .msh…

    • Dushyanth Srinivasan

      updated on 05 Jul 2022

     

    In this project, a transient simulation on a generic turbomachinery component will be performed in ANSYS Fluent. The main objective is to use the Moving Mesh Approach, the mesh moves along with the geometry hence a new mesh is generated for every timestep.

    Geometry & Mesh

    The geometry consists of three .msh files, one for each domain. These files are imported into Fluent and appended to each other using the Append tool in Fluent.

    This is the geometry seen in Fluent:

    There are three distinct regions, they are:

    1. Inner region - this region is stationary, and acts as an intermediate region between the blades and the inlet.

    2. Middle region - this region undergoes rotational motion, and contains 10 airfoils placed 36 degrees apart from each other. The blades/airfoils will rotate at a speed of 300 rpm.

    3. Outer region - this region is stationary, and acts as a buffer region between the blades and the outlet. There is also an outlet tube for fluid to exit the domain.

    Simulation Setup

    General

    The simulated used a trasient, pressure based and planar solver.

    Turbulence Model

    k-epsilon Realizable was used as it is excellent at modelling interior rotary flow.

    Cell Zones

    All zones were set to type "fluid" as fluid flow occurs through all of them. The middle zone was set to mesh motion to enable Moving Mesh Approach.

    Boundary Conditions

    airfoil - set to rotary motion to simulate rotation of blades

    inlet - pressure-inlet with a gauge pressure of 0 Pa.

    outlet - pressure-outlet with a gauge pressure of 0 Pa.

    others were set to interface or wall, depending upon their position in the domain

    Mesh Interface

    Since the three regions share boundaries with each other (as an interface), it is necessary to include a conforming mesh to ensure proper data flow between the regions. To do that, the mesh regions have to be linked with each other, this is done by Mesh Interfacing.

    The mesh interface can be created automatically and checked for errors.

    The first interface joins the middle region and the outer region.

    The second interface joins the middle region and inner region.

    Reports

    One report, mass flow rate at the outlet was created, for every timestep.

    Solution Controls

    The courant number was limited to 10.

    The solution was hybrid initalised and performed for 2700 timesteps with a timestep of 0.0002s.

    Results

    These were taken in Fluent.

    Residuals

    In total, this simulation took 24789 iterations.

    Mass Flow Rate at outlet

    Since the mass flow rate has plateau-ed, it can be safely said that the solution has attained steady state.

    Mass Flow Rate at outlet: 11.56kg/m3kg/m3 (negative sign since fluid is leaving the domain)

    Final Velocity Contour

    The maximum velocity is aroumd 33.6 m/s, seen near the blades. This is expected as the airfoils rotate, due to flow separation and accumulation the velocity of fluid increases.

    The contour also shows the path taken by air into the outlet pipe, and it is seen that most of the space in the domain actually has low to very low magnitudes of velocity and hence, flow.

    Final Pressure Contour

    The maximum pressure is around 550Pa and the minimum pressure is around 611 Pa. Most regions have higher pressure due to accumulation of air as the blades rotate, the inlet and outlet have low pressures due to the existence of boundary conditions.

    Animation - Velocity Contour

    Direct link: https://imgur.com/a/reLWU12

    As the solution reaches steady state, the regions where air move can be clearly seen.

    Note: Due to extremely high number of timesteps and the data associated with it, ANSYS was unable to generate full animations for all timesteps without crashing several times.

    Animation - Pressure Contour

    Direct link: https://imgur.com/oW622UZhttps://imgur.com/a/reLWU12https://imgur.com/oW622UZhttps://imgur.com/oW622UZhttps://imgur.com/oW622UZhttps://imgur.com/oW622UZ

    Some pressure flucuations are seen but the overall trend is that pressure near the walls are high due to accumulation of fluid flow.

    Note: Due to extremely high number of timesteps and the data associated with it, ANSYS was unable to generate full animations for all timesteps without crashing several times.

    Conclusion

    A Moving Mesh Approach based simulation was performed in ANSYS Fluent, the results were verified qualitatively. It can also be noted that the moving mesh approach takes a lot of time to simulate, compared to the moving reference fram approach. But, as a trade off, the results are more accurate for each interval/timestep.

     

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Dushyanth Srinivasan (45)

    Project 2 - Rankine cycle Simulator

    Objective:

      In this project, I will be writing code in MATLAB to simulate a Rankine Cycle for the given parameters. A Rankine Cycle is an ideal thermodynamic heat cycle where mechanical work is extracted from the working fluid as it passes between a heat source and heat sink. This cycle or its derivatives is used in steam engines…

    calendar

    04 Sep 2022 12:52 PM IST

    • MATLAB
    Read more

    Project 1 - Parsing NASA thermodynamic data

    Objective:

    In this project, I will be parsing a data file prepared by NASA. The contents of the data file can be used to generated thermodynamic properties such as Specific Heat at Constant Pressure 'C_p' (J/(kg.K)), Enthalpy HorQ (J) and Entropy S (J/(kg.mol)) at various temperatures. The files will be parsed in MATLAB…

    calendar

    31 Aug 2022 01:07 PM IST

    • MATLAB
    Read more

    Week 5 - Genetic Algorithm

    Objective:

    In this project, I will be generating a stalagmite function in MATLAB and find the global maxima of the function using Genetic Algorithm. A stalagmite function is a function which generates Stalactites, which are named after a natural phenomenon where rocks rise up from the floor of due to accumulation of droppings of…

    calendar

    29 Aug 2022 07:55 AM IST

    • MATLAB
    Read more

    Week 4.1 - Solving second order ODEs

    Objective:

    In this project, I will be writing code in MATLAB to solve the motion of a simple pendulum. A simple pendulum motion's depends on Newton's Second Law. The equation which governs the motion of a simple pendulum is (with damping) d2θdt2+bmdθdt+gLsinθ=0 Where, θ is the angular displacement…

    calendar

    23 Aug 2022 08:06 AM IST

    • MATLAB
    Read more

    Schedule a counselling session

    Please enter your name
    Please enter a valid email
    Please enter a valid number

    Related Courses

    coursecardcoursetype

    Accelerated Career Program in Embedded Systems (On-Campus) - Powered by NASSCOM

    Recently launched

    0 Hours of Content

    coursecard

    5G Protocol and Testing

    Recently launched

    4 Hours of Content

    coursecard

    Automotive Cybersecurity

    Recently launched

    9 Hours of Content

    coursecardcoursetype

    Pre-Graduate Program in Bioengineering and Medical Devices

    Recently launched

    90 Hours of Content

    coursecardcoursetype

    Pre-Graduate Program in 5G Design and Development

    Recently launched

    49 Hours of Content

    Schedule a counselling session

    Please enter your name
    Please enter a valid email
    Please enter a valid number

                Do You Want To Showcase Your Technical Skills?
                Sign-Up for our projects.