All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Objectives: To simulate the flow inside a converging diverging nozzle. To plot the pressure, temperature and density variation inside the nozzle To plot the variation of Mach number inside the nozzle , and find out at what distance the the flow becomes supesonic. Introduction: A de Laval nozzle (or convergent-divergent…
Sayan Chatterjee
updated on 01 Jul 2021
Objectives:
Introduction:
A de Laval nozzle (or convergent-divergent nozzle, CD nozzle or con-di nozzle) is a tube that is pinched in the middle, making a carefully balanced, asymmetric hourglass shape. It is used to accelerate a hot, pressurized gas passing through it to a higher supersonic speed in the axial (thrust) direction, by converting the heat energy of the flow into kinetic energy. Because of this, the nozzle is widely used in some types of steam turbine and rocket engine It also sees use in supersonic jet engines.
Assumptions:
Methodology:
The methodology of the simulation is as follows:
1) Geometry :
By opening Ansys space claim, The converging diverging nozzle is created , with the floowing dimensions. Since this is axisymmetric, the top half of the nozzle is prepared only to save the computational time.
The geometry is prepared using the lines and splines tools.
2) Mesh generation:
The geometry is saved and transferred to ansys mesher for the mesh generation. Mesh generation is done to divide the computational space to fine domains and the Navier stokes equations are solved in those domains.
Clicking on the mesh tab, selecting methods, all triangles mode is selected. Since this is a simole geometry, a general mesh will serve the purpose.
Mesh quality:
certain parameters are checked to see that the mesh generated falls between the permissible limits:
minimum | 1.0001 |
maximum | 2.3446 |
average | 1.1915 |
standard deviation | 0.13041 |
minimum | 0.65929 |
maximum | 1 |
average | 0.96517 |
standard deviation | 3.6159e-002 |
minimum | 3.51e-008 |
maximum | 0.52422 |
average | 5.235e-002 |
standard deviation | 5.50e-002 |
minimum | 0.66059 |
maximum | 1 |
average | 0.9677 |
standard deviation | 3.4213e-002 |
Mesh statistics:
nodes | 199499 |
elements | 396162 |
Named selections:
This is particularly important to provide the boundary conditions. In the ansys mesher, selecting the edge selection tool, this task is accomplished.
These are the four named selections.
This concludes the mesh generation part.
3) Fluent set up:
This can be done once the meshed model is loaded in fluent. If there is any error, it is popped up in the console.
In this section , the reference pressure is set to zero. This is because, only absolute pressure is considered in the simulation.
For the reference coindition, the flow parameters are calculated from inlet.
Ansys fluent offers a wide variety of materials for the users to choose from. In this case, ideal gas is used.
1) energy is turned on, since temperature values are fluctuationg in the flow.
2) Inviscid flow is selected, since ideal gas is dealt with .
1) Density based solver is used.
Density based solver calculate their time step based on the accoustic time scale. For low mach number flows , speed of sound is pretty high, so to instill stability of the solver , a very low time step is needed leading to extremely high computational cost.
The density-based solver solves the governing equations of continuity, momentum, and (where appropriate) energy and species transport simultaneously (i.e., coupled together). Governing equations for additional scalars will be solved afterward and sequentially (i.e., segregated from one another and from the coupled set) . Because the governing equations are non-linear (and coupled), several iterations of the solution loop must be performed before a converged solution is obtained.
the steps are:
1. Update the fluid properties based on the current solution. (If the calculation has just begun, the fluid properties will be updated based on the initialized solution.)
2. Solve the continuity, momentum, and (where appropriate) energy and species equations simultaneously.
3. Where appropriate, solve equations for scalars such as turbulence and radiation using the previously updated values of the other variables.
4. When interphase coupling is to be included, update the source terms in the appropriate continuous phase equations with a discrete phase trajectory calculation.
5. Check for convergence of the equation set.
For the implicit method: For a given variable, the unknown value in each cell is computed using a relation that includes both existing and unknown values from neighboring cells. Therefore each unknown will appear in more than one equation in the system, and these equations must be solved simultaneously to give the unknown quantities.
2) Steady state simulation is done
3) Axisymmetric domain is used
4) graviation is not turned on, since the flow is horizontal.
1) Inlet:
Bounadry type : Pressure inlet.
Gauge total pressure is specified for the inlet.
Gauge pressure = 101325 pas
Inotial supersonic/gauge pressure is 100000 Pa.
Temperature at the inlet is 300K
2) Outlet:
Boundary type: Pressure outlet
Gauge pressure is 2735 Pas.
Back flow total temperature =300K
3)Nozzle wall:
Wall bpundary conditions are prevalent
4) Axisymmetric edge:
Symmetry boundary condition exist.
The convergence criterion is set to 1e-06
1) Contours of temperature, pressure, velocity and density is created along the nozzle.
2) in the data files, xy plots are added, along the x axis, direction vector is plotted. Along the Y axis, mach number, density, pressure, Temperature is plotted along the axi symmetric edge. With this plots, the variation of these parameters along the nozzle can be monitored. This is particularly important for the validation of the results part.
4) Solution:
The simulation is run for 5000 iterations, The convergence plots are shown below:
Velocity contour:
From the contours it is seen that the velocity inctreases towards the outlet.
Pressure contour:
Similarly, towards the outlet, the static pressure is less.
Density contour:
Temperature contour:
At inlet, temperature is high, at the outlet temperature is l;ow.
1) Temperature plot along the axi symmetric edge:
2) The denity plot along the axisymmetric edge:
3) Pressure plot along the axi symmetric edge:
4) Mach number distribution along the axis symmetric edge:
At inlet the Mach number is less than 1, this means at the inlet, the flow is subsonic. The flow changes from subsonic to supersonic at a certain distance from the inlet.
Supersonic flow is when the Mach number is 1.2 or more and less than 6. In the above plt, the mach number reaches 1, at an distance of 0.5 meters from the inlet.
Analytical discussion:
For isentropic flow;
dAA=dVV⋅(M2−1)
M is the mach number.
For the converging diverging nozzle, In the converging section, the area decreases towards the throat. So, the term dAis negative. the term AV is always positive. So if we keep M2−1 is the RHS , and the other terms in the LHS. The term M2−1 is essentially negative.
1−M2is positive.
Since, Mcant be 0, M is less than 1.
This is particularly called the diffusor effect.
For the diverging section, similarly, the dA is positive. The change in velocity is positive . The mach number is eesentially more than 1. So the flow regime is supersonic. A sharp shock appaers when the flow region changes from subsonic to supersonic .
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.
Other comments...
Week 8 - Simulation of a backward facing step in OpenFOAM
Objective: To simulate an incompressible-laminar-viscous flow through the backward facing step geometry. To perform a transient simulation. The solver can be chosen based on the described physics of the flow. To explain the entire simulation procedure (how you set up the case). Procedure: To choose the solve To Set up…
14 Mar 2024 12:12 PM IST
Week 11- Broadband Noise modelling over Ahmed body
Introduction: The Ahmed body is a geometric shape proposed by Ahmed and ram in 1984. The shape provides a model to study geometric effect on wakes of ground vehicles. The Ahmed Body was first created by S.R. Ahmed in his research “Some Salient Features of the Time-Averaged Ground Vehicle Wake” in 1984.…
16 Aug 2021 06:54 PM IST
Week 8- Moving zones approach in Fluent
There are two types of motion encountered in fluid flow, they are rectilinear and rotary. There are two approaches to model rotary motion: Moving reference frame Moving mesh appraoch. Moving refernce frame: A Moving Reference Frame (MRF) is a relatively simple, robust, and efficient steady-state, Computational fluid…
22 Jul 2021 07:43 PM IST
Week 5 - Turbulence modelling challenge
Turbulence : Introduction: Turbulence is an irregular motion which in general makes its appearwnce in fluids, gases or liquids, when they flow past solid surfaces or even when neighbouring streams of same flow past or over one another. Turbulent fluid motion is an irregular condition of flow in which various quantities…
20 Jul 2021 09:30 PM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.