SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 3 Issue 5 ǁ May 2015 ǁ PP.74-80
www.ijres.org 74 | Page
Numerical Solution for the Design of a Ducted Axisymmetric
Nozzle using Method of Characteristics
Sanjay Kumar Sardiwal1
, D. Harika Chowdary2
, Sushma Artham3
, Sumama
Yaqub Ali4
1
Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India.
2
Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India.
3
Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India.
4
Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India.
Abstract: Supersonic nozzles find application in the field of Rocket Propulsion. A method for the design of a
ducted axisymmetric nozzle for high speed, low density flows is described and this work was carried out in the
rules of Aerodynamics with the aim of projecting a computational method for the calculation of a Ducted
Axisymmetric nozzle of minimum length, using the method of characteristics, by expanding a flow of air until
to the required Mach Number. A thorough understanding of the method of characteristics and its application to
the design of a Ducted Axisymmetric nozzle is required. We make use of the compatibility equations involved
in the axisymmetric method of characteristics, Prandtl-Meyer function and develop a MATLAB program with
the help of which the contour of the ducted axisymmetric nozzle has been developed for an exit Mach number
2.5, with an output of 4 expansions. A similar code was also developed, but for the two-dimensional case for 30
expansions as it more was simpler. Finally, the desired exit Mach number has been achieved giving a minimum
length of the nozzle with a shock free and isentropic flow. We will be dealing with the various aspects of the
draft code and its implementation, as well as the results obtained.
Keywords: Method of characteristics, Characteristic lines, Ducted Axisymmetric, Minimum Length Nozzle,
Prandtl-Meyer Function, Finite Differences Method.
Nomenclature
x - x co-ordinate of throat.
r - r co-ordinate of throat.
A - Throat area.
ν -Prandtl-Meyer function.
M
e
- Exit Mach number or design Mach number.
μ - Mach Angle.
θ - Deflection Angle.
θ
max
- Expansion angle of the wall downstream of the throat.
V - Velocity of the flow.
I. INTRODUCTION
Axisymmetric supersonic nozzles are inevitable in rocket nozzles, propulsive systems and mixing devices.
Conventional applications of supersonic nozzles include experimental facilities like supersonic wind tunnels,
missiles, variable area nozzles, gas dynamic lasers, molecular beams, air guns, re-entry vehicles etc.
Challenging endeavors such as reusable launch vehicles require nozzles to operate in various flow regimes
without compromise on their performance like thrust loss. Hypersonic air breathing vehicles are being
vigorously pursued by several countries and space agencies. These applications would benefit from active
modification of nozzle contours, since the aerodynamic range of operation is vast, and since the computational
capabilities and possibilities are enormous. In all these applications, the shape of the nozzle contour is extremely
Some of the aforementioned applications may demand active modifications to the nozzle contour, based on
closed-loop feedback. Such active modifications would involve real-time computation of the nozzle contour,
and would hence demand efficient nozzle design methods. Therefore, this paper focuses on design methods for
supersonic nozzle contours.This work was carried out with the aim of implementing a computational method
that draw the contour of a Ducted Axisymmetric minimum length nozzle to expand the air flow up to a Mach
number of 2.5, based on the method of characteristics. However, because the initial difficulties in
implementation of the calculation for a Ducted Axisymmetric, began to carry out this work for a Ducted 2D.
Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics
www.ijres.org 75 | Page
II. DEVELOPMENT OF COMPUTATIONAL METHOD
2.1. GENERAL ANALYSIS
Once that, for the case of Axisymmetric, the equations of the lines characteristics are more complex than in
two-dimensional and they have to resort to the numerical methods for their resolution. Once we have found the
method for resolution of numerical equations, it is necessary to apply it to the entire fabric taking into account
the conditions frontiers, both on the axis of symmetry of the nozzle, either on the wall. Thus, the structures of
the code developed, as well as all the functions are more relevant.
2.2 ANALYSIS OF THE FUNCTION INTERSECT.M.
The intersect function m is responsible for the calculation of points within the mesh. Let us consider 2
points, one from a C_ and another from a C+ and the function, according to the following equations presented,
must determine its intersection within the lattice, finding the new point.
As specified in reference [3], for the application of the method of characteristics in Axisymmetric,
Irrotational flow uses the following relations:
ⅆ 𝜃 + 𝜈 =
1
𝑀2 − 1 − 𝑐𝑜𝑡𝜃
𝑑𝑟
𝑟
(𝐴𝑙𝑜𝑛𝑔 𝐶+ 𝐶𝑕𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑖𝑡𝑐𝑠 )
𝑑𝑟
𝑑𝑥 𝑐+
= tan (𝜃 + 𝜇) ---- (1)
ⅆ 𝜃 − 𝜈 =
−1
𝑀2 − 1 + 𝑐𝑜𝑡𝜃
𝑑𝑟
𝑟
(𝐴𝑙𝑜𝑛𝑔 𝐶− 𝐶𝑕𝑎𝑡𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 )
𝑑𝑟
𝑑𝑥 𝑐−
= tan (𝜃 − 𝜇) ---- (2)
Figure.1: Features of the intersection of
Characteristic Lines
The numerical integration of the equations can be made by using the method of finite differences to obtain
the following discretized equations:
𝜃3 − 𝜃2 + (𝑣3 − 𝑣2 =
1
𝑀3
2−1−𝑐𝑜𝑡 𝜃3
𝑟3−𝑟2
𝑟3
(𝐴𝑙𝑜𝑛𝑔 𝐶+Characteristic) ---- (3)
𝜃3 − 𝜃1 − 𝑣3 − 𝑣1 =
−1
𝑀3
2−1+𝑐𝑜𝑡 𝜃3
𝑟3−𝑟2
𝑟3
(𝐴𝑙𝑜𝑛𝑔 𝐶−Characteristic) ---- (4)
and
𝑟3−𝑟1
𝑥3−𝑥1
= tan(𝜃1 − 𝜇1) ---- (5)
Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics
www.ijres.org 76 | Page
𝑟3−𝑟2
𝑥3−𝑥2
= tan(𝜃2 + 𝜇2) ---- (6)
These discretized equations are arranged in order to obtain the values of θ3 and ν3, once the properties at
points 1 and 2 are known
𝜃3 =
𝜃1+𝜃2+𝑣1−𝑣2+
1
𝑀3
2−1−𝑐𝑜𝑡 𝜃3
𝑟3−𝑟1
𝑟3
−
1
𝑀3
2−1+𝑐𝑜𝑡 𝜃3
𝑟3−𝑟2
𝑟3
2
---- (7)
𝑣3 =
𝜃1−𝜃2+𝑣1+𝑣2+
1
𝑀3
2−1−𝑐𝑜𝑡 𝜃3
𝑟3−𝑟1
𝑟3
−
1
𝑀3
2−1+𝑐𝑜𝑡 𝜃3
𝑟3−𝑟2
𝑟3
2
---- (8)
Initially θ3 was determined through an iterative process, since the equation 7 is an implicit equation. In this
way, θ3 arbitrates is to be used in cot (θ3), r3 and M3, which is the average between θ1 and θ2, between r1 and r2,
and between M1 and M2respectively, until a value of θ3obtained. Once the values θ3 and ν3are obtained based on
equations 7 and 8 and by Prandtl-Meyer equation, knowing the value of M3,it will be used in the recalculation of
θ3. However, we must still calculate the new value of r3based on the x3. So an iterative method was implemented
which will end when the difference between the previous and the following when r3 is of the order 1 × 10−5
. In
short, the intersect function. m makes use of an iterative method for calculating θ3 for the exterior and r3.
In the end, the intersect function.m returns the properties of the point, this is: x3, r3, θ3, ν3, M3 and μ3.
𝑥3 =
𝑟2−𝑟1+tan 𝜃1−𝜇1 𝑥1−tan (𝜃2−𝜇2)𝑥2
tan (𝜃1−𝜇1)−tan (𝜃2−𝜇2)
---- (9)
𝑟3 = 𝑟1 + (𝑥3 − 𝑥1) tan(𝜃1 − 𝜇1) ---- (10)
2.3 ANALYSIS OF THE FUNCTION WALL.M
In relation to the points on the wall of nozzle, and as in two-dimensional case, there's no reflection of
expansion wave on the wall and in order to obtain the conditions of minimum length nozzle, one has to impose
the values of variables which do not change from the previous point to the point on the wall, in particular, θ, ν, μ
and M.
Figure.2: Incidence of the Characteristic lines on the wall features.
In this format, we have to calculate the coordinates of the new point, P3, which refers to the intersection of
the straight line containing the point Pp, where the slope is tan ((θPp+ θP3)/2), with the straight line leaves the
point P whose slope is given by tan (θ + μ), which is the slope point feature.
So, given the general equation of a straight line: r − ro= m (x – xo) and replacing it if
𝑟 − 𝑟𝑝 𝑝
= tan
𝜃 𝑝 𝑝 +𝜃3
2
. (𝑥 − 𝑥 𝑝 𝑝
) ---- (11)
𝑟 − 𝑟𝑝 = tan 𝜃𝑝 + 𝜇 𝑝 . (𝑥 − 𝑥 𝑝 ) ---- (12)
Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics
www.ijres.org 77 | Page
Basically the function Wall.m receives all the data points P and Pp, respectively, and, on the basis described
in the previous paragraph, returns all the data in the point on the wall, P3.
2.4 ANALYSIS OF THE FUNCTION AXIS.M.
The function Axis.m calculates the points of intersection of the lines which feature with the axis of
symmetry. For the calculation of points on the axis of the nozzle resorted to equation (4), through the
characteristic C_ that descends to intersect the said axis. Knowing the values of θ, υ and r to the point from
which the characteristic line and the value of θ and r are on the axis of symmetry, we obtain an equation just
dependent on υ and M. υ being a function of M, it is possible, through an iterative process, to obtain the values
of these two variables.
𝑣3 = 𝜃1 − 𝜃3 + 𝑣1 +
1
𝑀3
2−1−𝑐𝑜𝑡 𝜃3
𝑟3−𝑟1
𝑟3
---- (13)
Figure.3: Intersection of the Characteristic lines on the Axis of symmetry.
2.5. ANALYSIS OF THE FUNCTION MAIN.M
The program main.m consists of the main program, which makes use of functions previously presented, in
order to effectively draw the nozzle contour, calculating the coordinates of the points of the wall and the
intersections of the features.The input parameters required are:
• Gamma;
• Exit Mach number of nozzle;
• Number of increments in the range of expansion;
•Action RADIUS of nozzle throat;
• Initial increment angle, the first expansion;
Beyond these parameters there is another parameter which is the distance to the axis of the nozzle. Ideally
this value should be 0. However, if that were the case, the calculation of points on the axis, when applying the
characteristic line equation (13), would differ to infinity, since the RADIUS appears in the denominator.
Defining the parameters, which will calculate the slope of the wall at point, a, corresponding to θmax is:
𝜃 𝑚𝑎𝑥 =
𝑣(𝑀𝑎𝑐 𝑕_𝐸𝑥𝑖𝑡 )
2
---- (14)
With this value it is possible to calculate the value of the angle between the various increments of expansion,
after the initial increment:
Δ𝜃 =
𝜃 𝑚𝑎𝑥 −𝐼𝑛𝑖𝑡𝑖𝑎𝑙𝐼𝑛𝑐𝑟𝑒𝑚𝑒𝑛𝑡𝑠
𝑁𝑜.𝑜𝑓𝐼𝑛𝑐𝑟𝑒𝑚𝑒𝑛𝑡𝑠 −1
---- (15)
Before we start calculating the points, calculate the total no. of existing points depending on the number of
increments of the expansion.
Then, it begins to build the matrices main_a and main_p. The first is referring only to point a,
corresponding to each line at each increment of the expansion, while the second relates to all the other points.
Both arrays have 6 columns that represent x,r,θ, ν, M and μ, respectively.
Thus, in the matrix main_a array, all values of x are 0 and all values ofr correspond to the throat RADIUS.
The values of θ are obtained from the angle ofinitial increment and incrementing it Δθ along the expansion and,
because ofinitial expansion, υ = θ. Finally, the Mach is calculated with the function invpran.m, using thevalue of
υ previously determined, and μ is obtained by the equation:
Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics
www.ijres.org 78 | Page
𝜇 = sin−1
(
1
𝑀
) ---- (16)
In relation to the main_p array, this is calculated in two stages. First the point 1 and after all others.
For point 1, the values of r are the values of the radius of the axis, θ the initial increment, as well as ν, and
the values of Mach and μ are calculated in the same way that has been described for the array main_a. In
relation to x, this is obtained as follows:
𝑥 = 𝑟 −
𝑟 𝑎
tan (
1
2
𝜃 𝑎 +𝜃 −
1
2
𝜇 𝑎 +𝜇 )
---- (17)
The rest of the points in the array main_p are obtained through a cycle. This cycle consists of the following:
since the point 1 has already been calculated, it begins the calculation of point 2, the first expansion. Through a
cycle, run through the various points of the current expansion, using the function intersect.m for its calculation,
up to the point before the wall.
When we get to the wall using the function wall.m, being that in the case of the first expansion is necessary
to provide as input data the point a and the previous point, while that, in the case of another expansion, provides
the previous wall point and the previous point feature.
Having calculated the point on the wall, check if the current increment corresponds to last expansion. If
yes, the calculation is completed. Otherwise, the expansion follows.Next, we calculate the intersection in the
central axis of this expansion and back to the beginning of the cycle.
III. ANALYSIS OF RESULTS.
The output of expansions for a Mach number of 2.5 and 4, we obtain the following results:
Figure. 1.Contour design of the nozzle for 4 expansions. The red dots correspond to the points of wall, the Blues
to the points of the axis and the Greens to interior points.
The maximum number of features for which the program has been running, was four because from then on
convergence errors were obtained, by that it is not possible to draw the entire nozzle.
Although if we want to obtain a Mach 2.5, the output was a little higher than expected about 20% higher
due to numerical errors due to the use of finite differences. However, if you compare the contour that was
obtained with the outline of the nozzle reference [1] turns out that is very similar.
Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics
www.ijres.org 79 | Page
Figure. 2:Outline of Axisymmetric nozzle for Mach 2.5, according to reference [1]
In order to develop the contour as shown in the Figure1, we develop a separate code in which the co-
ordinates of the nozzle obtained from the previous codes, are used along with the spline tool box to obtain the
contour of the nozzle as shown in the Figure 3. The curve has been generated within the ratio 1:8.8 across the
coordinate axis and then the set of 4 points of the nozzle are joined with the help of a 3D-splinecurve, creating a
smooth profile.
The curve is constructed is such a way that, first we generate the points of the nozzle and then by appending
the first point to the end of the last point using the spline tool box, we get a smooth curve as shown below.
Figure. 3: Contour of Axisymmetric nozzle for Mach 2.5 generated with the help of Spline toolbox
3.1. COMMENTARY ON CODE FOR 2D-NOZZLE.
As mentioned above a similar code was also developed, but for the two-dimensional case, it more was
simpler. So, based on this code, yielding the results represented in Figure 3 for 30 expansions. This proved to be
more stable and robust than the program developed for the calculation of nozzle in axisymmetric, allowing
further variations in input parameters.
Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics
www.ijres.org 80 | Page
Figure. 3. The contour of the nozzle for 30expansions. The red dots correspond to points of the wall, blue dots
to axis points and the green dots to the interior points.
IV. CONCLUSION
Supersonic convergent-divergent nozzles (SCDN) have many applications. They are usually subjected to
complex flow pattern. Different degrees of simplification have been studied. Computer is a must to achieve high
accuracy and large calculation needed with modern high speed applications. Hence, a computerized
approximation approach might be a better method to tackle such a problem. Characteristic method is the most
appropriate method to be used with (SCDN) design. Programming of this method directly is impractical as it
uses a step-by-step graphical procedure.
After the completion of this study, it is concluded that the computational method implemented for the ax
symmetric case is not as robust as one would expect. Nevertheless we can obtain quite reasonable results to the
academic level of the work. On the other hand, it is concluded that the programming tool used, MATLAB,
proved to be quite accessible given the simplicity with which program. In short, the completion of this work,
despite its difficulty quite high, permitted to acquire knowledge and skills in the area of finite differences and
the use of computational methods for the study of physical phenomena.
REFERENCES
[1] B. Behera, K. Srinivasan, Design Methods for Axisymmetric Supersonic Nozzle Contours
[2] Anderson, J. D. (2007). “Fundamentals of Aerodynamics”, Fourth Edition. New York: McGraw-Hill Education.
[3] Anderson, J. D. (2003). “Modern Compressible Flow with Historical Perspective”. New York: McGraw-Hill Higher Education.
[4] W. H. CARDEN and J. L. POTTER. "Design of axisymmetric contoured nozzles for laminar hypersonic flow." Journal of
Spacecraft and Rockets, Vol. 5, No. 9 (1968), pp. 1095-1100.
[5] Maurice J. Zucrow, Joe D. Hoffman. “Gas Dynamics”. Volume 1. John Wiley & Sons.1976.
[6] Md. Hasan Ali, Mohammad Mashud, Abdullah Al Bari and Muhammad Misbah-Ul Islam.“Numerical Solution for the Design of
Minimum Length Supersonic Nozzle”. ARPN Journal of Engineering and Applied Sciences.VOL. 7, No. 5, May 2012. pp 605-
612.
[7] George P. Sutton, “Stepped nozzle,” U.S. Patent 5, 779, 151 July 14, 1998.
[8] Foelsch, K., “The Analytical Design of an Axially Symmetric Laval Nozzle for a Parallel and Uniform Jet,” Journal of the
Aeronautical Sciences, Volume 16, 1948, pp.161-166.
[9] Emanuel, G. and Argrow, B. M., “Comparison of Minimum Length Nozzles,” Journal of Fluid Engineering, Trans. ASME,
Volume 110, 1988, pp.283-288.

More Related Content

What's hot

Aerodynamics part iii
Aerodynamics   part iiiAerodynamics   part iii
Aerodynamics part iiiSolo Hermelin
 
Subsonic and supersonic air intakes
Subsonic and supersonic air intakesSubsonic and supersonic air intakes
Subsonic and supersonic air intakesSanjay Singh
 
. Gas turbine presentation (2)
. Gas turbine presentation (2). Gas turbine presentation (2)
. Gas turbine presentation (2)imtiaz brohi
 
The Preliminary Choice of Fan or Compressor
The Preliminary Choice of Fan or Compressor The Preliminary Choice of Fan or Compressor
The Preliminary Choice of Fan or Compressor Gerard B. Hawkins
 
Introduction to Rocket propulsion
Introduction to Rocket propulsionIntroduction to Rocket propulsion
Introduction to Rocket propulsionVishu Sharma
 
Propulsion 2 questions for aeronautical students
Propulsion 2 questions for aeronautical studentsPropulsion 2 questions for aeronautical students
Propulsion 2 questions for aeronautical studentssundaraero
 
Uses of afterburner
Uses of  afterburnerUses of  afterburner
Uses of afterburnerprince326
 
Ramjets Review Paper
Ramjets Review PaperRamjets Review Paper
Ramjets Review PaperGulnaaz Afzal
 
How to compute safe purge rates
How to compute safe purge ratesHow to compute safe purge rates
How to compute safe purge ratesRaja Dhanasekaran
 
Airfoil Analysis(NACA 0012 ) Ansys Fluent
Airfoil Analysis(NACA 0012 ) Ansys FluentAirfoil Analysis(NACA 0012 ) Ansys Fluent
Airfoil Analysis(NACA 0012 ) Ansys Fluentshivam choubey
 
Gas turbine technology
Gas turbine technologyGas turbine technology
Gas turbine technologyAshish kumar
 
Uçak Motorları ve Donanımları
Uçak Motorları ve DonanımlarıUçak Motorları ve Donanımları
Uçak Motorları ve DonanımlarıErhan DİLAVER
 
calibration of subsonic wind tunnel
calibration of subsonic wind tunnelcalibration of subsonic wind tunnel
calibration of subsonic wind tunnelabhijeet sheelvant
 
Introduction to turbojet engines
Introduction to turbojet enginesIntroduction to turbojet engines
Introduction to turbojet enginesVamsi Krishna
 

What's hot (20)

Aerodynamics part iii
Aerodynamics   part iiiAerodynamics   part iii
Aerodynamics part iii
 
Flow analysis
Flow analysisFlow analysis
Flow analysis
 
Supersonic Aircrafts
Supersonic AircraftsSupersonic Aircrafts
Supersonic Aircrafts
 
Subsonic and supersonic air intakes
Subsonic and supersonic air intakesSubsonic and supersonic air intakes
Subsonic and supersonic air intakes
 
. Gas turbine presentation (2)
. Gas turbine presentation (2). Gas turbine presentation (2)
. Gas turbine presentation (2)
 
The Preliminary Choice of Fan or Compressor
The Preliminary Choice of Fan or Compressor The Preliminary Choice of Fan or Compressor
The Preliminary Choice of Fan or Compressor
 
Introduction to Rocket propulsion
Introduction to Rocket propulsionIntroduction to Rocket propulsion
Introduction to Rocket propulsion
 
SOPEP LESSONS
SOPEP LESSONSSOPEP LESSONS
SOPEP LESSONS
 
Propulsion 2 questions for aeronautical students
Propulsion 2 questions for aeronautical studentsPropulsion 2 questions for aeronautical students
Propulsion 2 questions for aeronautical students
 
Uses of afterburner
Uses of  afterburnerUses of  afterburner
Uses of afterburner
 
Ppt1
Ppt1Ppt1
Ppt1
 
Ramjets Review Paper
Ramjets Review PaperRamjets Review Paper
Ramjets Review Paper
 
How to compute safe purge rates
How to compute safe purge ratesHow to compute safe purge rates
How to compute safe purge rates
 
Airfoil Analysis(NACA 0012 ) Ansys Fluent
Airfoil Analysis(NACA 0012 ) Ansys FluentAirfoil Analysis(NACA 0012 ) Ansys Fluent
Airfoil Analysis(NACA 0012 ) Ansys Fluent
 
Scram jet ppt.
Scram jet ppt.Scram jet ppt.
Scram jet ppt.
 
Gas turbine technology
Gas turbine technologyGas turbine technology
Gas turbine technology
 
Uçak Motorları ve Donanımları
Uçak Motorları ve DonanımlarıUçak Motorları ve Donanımları
Uçak Motorları ve Donanımları
 
calibration of subsonic wind tunnel
calibration of subsonic wind tunnelcalibration of subsonic wind tunnel
calibration of subsonic wind tunnel
 
Aircraft propulsion system
Aircraft propulsion systemAircraft propulsion system
Aircraft propulsion system
 
Introduction to turbojet engines
Introduction to turbojet enginesIntroduction to turbojet engines
Introduction to turbojet engines
 

Similar to Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics

Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...IOSR Journals
 
Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775Mahesh Dasar
 
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...Abhishek Jain
 
The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Transient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fanTransient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fanLahiru Dilshan
 
The Chimera Grid Concept and Application
The Chimera Grid Concept and Application The Chimera Grid Concept and Application
The Chimera Grid Concept and Application Putika Ashfar Khoiri
 
Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...
Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...
Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...IJERA Editor
 
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCSCJournals
 
Numerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andNumerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andeSAT Publishing House
 
Flow over an airfoil
Flow over an airfoilFlow over an airfoil
Flow over an airfoilAhmed Kamal
 

Similar to Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics (20)

L012146369
L012146369L012146369
L012146369
 
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
 
Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775Cdd mahesh dasar ijertv2 is120775
Cdd mahesh dasar ijertv2 is120775
 
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
Simulations Of Unsteady Flow Around A Generic Pickup Truck Using Reynolds Ave...
 
The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...The Geometric Characteristics of the Linear Features in Close Range Photogram...
The Geometric Characteristics of the Linear Features in Close Range Photogram...
 
NUMERICAL SIMULATION OF FLOW INSIDE THE SQUARE CAVITY
NUMERICAL SIMULATION OF FLOW INSIDE THE SQUARE CAVITYNUMERICAL SIMULATION OF FLOW INSIDE THE SQUARE CAVITY
NUMERICAL SIMULATION OF FLOW INSIDE THE SQUARE CAVITY
 
4267
42674267
4267
 
4267
42674267
4267
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Transient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fanTransient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fan
 
The Chimera Grid Concept and Application
The Chimera Grid Concept and Application The Chimera Grid Concept and Application
The Chimera Grid Concept and Application
 
I1304015865
I1304015865I1304015865
I1304015865
 
Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...
Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...
Improving the Hydraulic Efficiency of Centrifugal Pumps through Computational...
 
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion FlowsCFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
CFD and Artificial Neural Networks Analysis of Plane Sudden Expansion Flows
 
Kinematics Modeling and Simulation of SCARA Robot Arm
Kinematics Modeling and Simulation of SCARA Robot ArmKinematics Modeling and Simulation of SCARA Robot Arm
Kinematics Modeling and Simulation of SCARA Robot Arm
 
Respose surface methods
Respose surface methodsRespose surface methods
Respose surface methods
 
78 semenov eng_2
78 semenov eng_278 semenov eng_2
78 semenov eng_2
 
78 semenov eng
78 semenov eng78 semenov eng
78 semenov eng
 
Numerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andNumerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit and
 
Flow over an airfoil
Flow over an airfoilFlow over an airfoil
Flow over an airfoil
 

More from IJRES Journal

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...IJRES Journal
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...IJRES Journal
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityIJRES Journal
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...IJRES Journal
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesIJRES Journal
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresIJRES Journal
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodIJRES Journal
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionIJRES Journal
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningIJRES Journal
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchIJRES Journal
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowIJRES Journal
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...IJRES Journal
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsIJRES Journal
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalIJRES Journal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...IJRES Journal
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...IJRES Journal
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...IJRES Journal
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesIJRES Journal
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...IJRES Journal
 

More from IJRES Journal (20)

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil properties
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their Structures
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible Rod
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and Detection
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioning
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision Workbench
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and Now
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirs
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound Signal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubes
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
 

Recently uploaded

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics

  • 1. International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 3 Issue 5 ǁ May 2015 ǁ PP.74-80 www.ijres.org 74 | Page Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics Sanjay Kumar Sardiwal1 , D. Harika Chowdary2 , Sushma Artham3 , Sumama Yaqub Ali4 1 Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India. 2 Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India. 3 Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India. 4 Department of Aeronautical Engineering, MLR Institute of Technology, Hyderabad, India. Abstract: Supersonic nozzles find application in the field of Rocket Propulsion. A method for the design of a ducted axisymmetric nozzle for high speed, low density flows is described and this work was carried out in the rules of Aerodynamics with the aim of projecting a computational method for the calculation of a Ducted Axisymmetric nozzle of minimum length, using the method of characteristics, by expanding a flow of air until to the required Mach Number. A thorough understanding of the method of characteristics and its application to the design of a Ducted Axisymmetric nozzle is required. We make use of the compatibility equations involved in the axisymmetric method of characteristics, Prandtl-Meyer function and develop a MATLAB program with the help of which the contour of the ducted axisymmetric nozzle has been developed for an exit Mach number 2.5, with an output of 4 expansions. A similar code was also developed, but for the two-dimensional case for 30 expansions as it more was simpler. Finally, the desired exit Mach number has been achieved giving a minimum length of the nozzle with a shock free and isentropic flow. We will be dealing with the various aspects of the draft code and its implementation, as well as the results obtained. Keywords: Method of characteristics, Characteristic lines, Ducted Axisymmetric, Minimum Length Nozzle, Prandtl-Meyer Function, Finite Differences Method. Nomenclature x - x co-ordinate of throat. r - r co-ordinate of throat. A - Throat area. ν -Prandtl-Meyer function. M e - Exit Mach number or design Mach number. μ - Mach Angle. θ - Deflection Angle. θ max - Expansion angle of the wall downstream of the throat. V - Velocity of the flow. I. INTRODUCTION Axisymmetric supersonic nozzles are inevitable in rocket nozzles, propulsive systems and mixing devices. Conventional applications of supersonic nozzles include experimental facilities like supersonic wind tunnels, missiles, variable area nozzles, gas dynamic lasers, molecular beams, air guns, re-entry vehicles etc. Challenging endeavors such as reusable launch vehicles require nozzles to operate in various flow regimes without compromise on their performance like thrust loss. Hypersonic air breathing vehicles are being vigorously pursued by several countries and space agencies. These applications would benefit from active modification of nozzle contours, since the aerodynamic range of operation is vast, and since the computational capabilities and possibilities are enormous. In all these applications, the shape of the nozzle contour is extremely Some of the aforementioned applications may demand active modifications to the nozzle contour, based on closed-loop feedback. Such active modifications would involve real-time computation of the nozzle contour, and would hence demand efficient nozzle design methods. Therefore, this paper focuses on design methods for supersonic nozzle contours.This work was carried out with the aim of implementing a computational method that draw the contour of a Ducted Axisymmetric minimum length nozzle to expand the air flow up to a Mach number of 2.5, based on the method of characteristics. However, because the initial difficulties in implementation of the calculation for a Ducted Axisymmetric, began to carry out this work for a Ducted 2D.
  • 2. Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics www.ijres.org 75 | Page II. DEVELOPMENT OF COMPUTATIONAL METHOD 2.1. GENERAL ANALYSIS Once that, for the case of Axisymmetric, the equations of the lines characteristics are more complex than in two-dimensional and they have to resort to the numerical methods for their resolution. Once we have found the method for resolution of numerical equations, it is necessary to apply it to the entire fabric taking into account the conditions frontiers, both on the axis of symmetry of the nozzle, either on the wall. Thus, the structures of the code developed, as well as all the functions are more relevant. 2.2 ANALYSIS OF THE FUNCTION INTERSECT.M. The intersect function m is responsible for the calculation of points within the mesh. Let us consider 2 points, one from a C_ and another from a C+ and the function, according to the following equations presented, must determine its intersection within the lattice, finding the new point. As specified in reference [3], for the application of the method of characteristics in Axisymmetric, Irrotational flow uses the following relations: ⅆ 𝜃 + 𝜈 = 1 𝑀2 − 1 − 𝑐𝑜𝑡𝜃 𝑑𝑟 𝑟 (𝐴𝑙𝑜𝑛𝑔 𝐶+ 𝐶𝑕𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑖𝑡𝑐𝑠 ) 𝑑𝑟 𝑑𝑥 𝑐+ = tan (𝜃 + 𝜇) ---- (1) ⅆ 𝜃 − 𝜈 = −1 𝑀2 − 1 + 𝑐𝑜𝑡𝜃 𝑑𝑟 𝑟 (𝐴𝑙𝑜𝑛𝑔 𝐶− 𝐶𝑕𝑎𝑡𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 ) 𝑑𝑟 𝑑𝑥 𝑐− = tan (𝜃 − 𝜇) ---- (2) Figure.1: Features of the intersection of Characteristic Lines The numerical integration of the equations can be made by using the method of finite differences to obtain the following discretized equations: 𝜃3 − 𝜃2 + (𝑣3 − 𝑣2 = 1 𝑀3 2−1−𝑐𝑜𝑡 𝜃3 𝑟3−𝑟2 𝑟3 (𝐴𝑙𝑜𝑛𝑔 𝐶+Characteristic) ---- (3) 𝜃3 − 𝜃1 − 𝑣3 − 𝑣1 = −1 𝑀3 2−1+𝑐𝑜𝑡 𝜃3 𝑟3−𝑟2 𝑟3 (𝐴𝑙𝑜𝑛𝑔 𝐶−Characteristic) ---- (4) and 𝑟3−𝑟1 𝑥3−𝑥1 = tan(𝜃1 − 𝜇1) ---- (5)
  • 3. Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics www.ijres.org 76 | Page 𝑟3−𝑟2 𝑥3−𝑥2 = tan(𝜃2 + 𝜇2) ---- (6) These discretized equations are arranged in order to obtain the values of θ3 and ν3, once the properties at points 1 and 2 are known 𝜃3 = 𝜃1+𝜃2+𝑣1−𝑣2+ 1 𝑀3 2−1−𝑐𝑜𝑡 𝜃3 𝑟3−𝑟1 𝑟3 − 1 𝑀3 2−1+𝑐𝑜𝑡 𝜃3 𝑟3−𝑟2 𝑟3 2 ---- (7) 𝑣3 = 𝜃1−𝜃2+𝑣1+𝑣2+ 1 𝑀3 2−1−𝑐𝑜𝑡 𝜃3 𝑟3−𝑟1 𝑟3 − 1 𝑀3 2−1+𝑐𝑜𝑡 𝜃3 𝑟3−𝑟2 𝑟3 2 ---- (8) Initially θ3 was determined through an iterative process, since the equation 7 is an implicit equation. In this way, θ3 arbitrates is to be used in cot (θ3), r3 and M3, which is the average between θ1 and θ2, between r1 and r2, and between M1 and M2respectively, until a value of θ3obtained. Once the values θ3 and ν3are obtained based on equations 7 and 8 and by Prandtl-Meyer equation, knowing the value of M3,it will be used in the recalculation of θ3. However, we must still calculate the new value of r3based on the x3. So an iterative method was implemented which will end when the difference between the previous and the following when r3 is of the order 1 × 10−5 . In short, the intersect function. m makes use of an iterative method for calculating θ3 for the exterior and r3. In the end, the intersect function.m returns the properties of the point, this is: x3, r3, θ3, ν3, M3 and μ3. 𝑥3 = 𝑟2−𝑟1+tan 𝜃1−𝜇1 𝑥1−tan (𝜃2−𝜇2)𝑥2 tan (𝜃1−𝜇1)−tan (𝜃2−𝜇2) ---- (9) 𝑟3 = 𝑟1 + (𝑥3 − 𝑥1) tan(𝜃1 − 𝜇1) ---- (10) 2.3 ANALYSIS OF THE FUNCTION WALL.M In relation to the points on the wall of nozzle, and as in two-dimensional case, there's no reflection of expansion wave on the wall and in order to obtain the conditions of minimum length nozzle, one has to impose the values of variables which do not change from the previous point to the point on the wall, in particular, θ, ν, μ and M. Figure.2: Incidence of the Characteristic lines on the wall features. In this format, we have to calculate the coordinates of the new point, P3, which refers to the intersection of the straight line containing the point Pp, where the slope is tan ((θPp+ θP3)/2), with the straight line leaves the point P whose slope is given by tan (θ + μ), which is the slope point feature. So, given the general equation of a straight line: r − ro= m (x – xo) and replacing it if 𝑟 − 𝑟𝑝 𝑝 = tan 𝜃 𝑝 𝑝 +𝜃3 2 . (𝑥 − 𝑥 𝑝 𝑝 ) ---- (11) 𝑟 − 𝑟𝑝 = tan 𝜃𝑝 + 𝜇 𝑝 . (𝑥 − 𝑥 𝑝 ) ---- (12)
  • 4. Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics www.ijres.org 77 | Page Basically the function Wall.m receives all the data points P and Pp, respectively, and, on the basis described in the previous paragraph, returns all the data in the point on the wall, P3. 2.4 ANALYSIS OF THE FUNCTION AXIS.M. The function Axis.m calculates the points of intersection of the lines which feature with the axis of symmetry. For the calculation of points on the axis of the nozzle resorted to equation (4), through the characteristic C_ that descends to intersect the said axis. Knowing the values of θ, υ and r to the point from which the characteristic line and the value of θ and r are on the axis of symmetry, we obtain an equation just dependent on υ and M. υ being a function of M, it is possible, through an iterative process, to obtain the values of these two variables. 𝑣3 = 𝜃1 − 𝜃3 + 𝑣1 + 1 𝑀3 2−1−𝑐𝑜𝑡 𝜃3 𝑟3−𝑟1 𝑟3 ---- (13) Figure.3: Intersection of the Characteristic lines on the Axis of symmetry. 2.5. ANALYSIS OF THE FUNCTION MAIN.M The program main.m consists of the main program, which makes use of functions previously presented, in order to effectively draw the nozzle contour, calculating the coordinates of the points of the wall and the intersections of the features.The input parameters required are: • Gamma; • Exit Mach number of nozzle; • Number of increments in the range of expansion; •Action RADIUS of nozzle throat; • Initial increment angle, the first expansion; Beyond these parameters there is another parameter which is the distance to the axis of the nozzle. Ideally this value should be 0. However, if that were the case, the calculation of points on the axis, when applying the characteristic line equation (13), would differ to infinity, since the RADIUS appears in the denominator. Defining the parameters, which will calculate the slope of the wall at point, a, corresponding to θmax is: 𝜃 𝑚𝑎𝑥 = 𝑣(𝑀𝑎𝑐 𝑕_𝐸𝑥𝑖𝑡 ) 2 ---- (14) With this value it is possible to calculate the value of the angle between the various increments of expansion, after the initial increment: Δ𝜃 = 𝜃 𝑚𝑎𝑥 −𝐼𝑛𝑖𝑡𝑖𝑎𝑙𝐼𝑛𝑐𝑟𝑒𝑚𝑒𝑛𝑡𝑠 𝑁𝑜.𝑜𝑓𝐼𝑛𝑐𝑟𝑒𝑚𝑒𝑛𝑡𝑠 −1 ---- (15) Before we start calculating the points, calculate the total no. of existing points depending on the number of increments of the expansion. Then, it begins to build the matrices main_a and main_p. The first is referring only to point a, corresponding to each line at each increment of the expansion, while the second relates to all the other points. Both arrays have 6 columns that represent x,r,θ, ν, M and μ, respectively. Thus, in the matrix main_a array, all values of x are 0 and all values ofr correspond to the throat RADIUS. The values of θ are obtained from the angle ofinitial increment and incrementing it Δθ along the expansion and, because ofinitial expansion, υ = θ. Finally, the Mach is calculated with the function invpran.m, using thevalue of υ previously determined, and μ is obtained by the equation:
  • 5. Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics www.ijres.org 78 | Page 𝜇 = sin−1 ( 1 𝑀 ) ---- (16) In relation to the main_p array, this is calculated in two stages. First the point 1 and after all others. For point 1, the values of r are the values of the radius of the axis, θ the initial increment, as well as ν, and the values of Mach and μ are calculated in the same way that has been described for the array main_a. In relation to x, this is obtained as follows: 𝑥 = 𝑟 − 𝑟 𝑎 tan ( 1 2 𝜃 𝑎 +𝜃 − 1 2 𝜇 𝑎 +𝜇 ) ---- (17) The rest of the points in the array main_p are obtained through a cycle. This cycle consists of the following: since the point 1 has already been calculated, it begins the calculation of point 2, the first expansion. Through a cycle, run through the various points of the current expansion, using the function intersect.m for its calculation, up to the point before the wall. When we get to the wall using the function wall.m, being that in the case of the first expansion is necessary to provide as input data the point a and the previous point, while that, in the case of another expansion, provides the previous wall point and the previous point feature. Having calculated the point on the wall, check if the current increment corresponds to last expansion. If yes, the calculation is completed. Otherwise, the expansion follows.Next, we calculate the intersection in the central axis of this expansion and back to the beginning of the cycle. III. ANALYSIS OF RESULTS. The output of expansions for a Mach number of 2.5 and 4, we obtain the following results: Figure. 1.Contour design of the nozzle for 4 expansions. The red dots correspond to the points of wall, the Blues to the points of the axis and the Greens to interior points. The maximum number of features for which the program has been running, was four because from then on convergence errors were obtained, by that it is not possible to draw the entire nozzle. Although if we want to obtain a Mach 2.5, the output was a little higher than expected about 20% higher due to numerical errors due to the use of finite differences. However, if you compare the contour that was obtained with the outline of the nozzle reference [1] turns out that is very similar.
  • 6. Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics www.ijres.org 79 | Page Figure. 2:Outline of Axisymmetric nozzle for Mach 2.5, according to reference [1] In order to develop the contour as shown in the Figure1, we develop a separate code in which the co- ordinates of the nozzle obtained from the previous codes, are used along with the spline tool box to obtain the contour of the nozzle as shown in the Figure 3. The curve has been generated within the ratio 1:8.8 across the coordinate axis and then the set of 4 points of the nozzle are joined with the help of a 3D-splinecurve, creating a smooth profile. The curve is constructed is such a way that, first we generate the points of the nozzle and then by appending the first point to the end of the last point using the spline tool box, we get a smooth curve as shown below. Figure. 3: Contour of Axisymmetric nozzle for Mach 2.5 generated with the help of Spline toolbox 3.1. COMMENTARY ON CODE FOR 2D-NOZZLE. As mentioned above a similar code was also developed, but for the two-dimensional case, it more was simpler. So, based on this code, yielding the results represented in Figure 3 for 30 expansions. This proved to be more stable and robust than the program developed for the calculation of nozzle in axisymmetric, allowing further variations in input parameters.
  • 7. Numerical Solution for the Design of a Ducted Axisymmetric Nozzle using Method of Characteristics www.ijres.org 80 | Page Figure. 3. The contour of the nozzle for 30expansions. The red dots correspond to points of the wall, blue dots to axis points and the green dots to the interior points. IV. CONCLUSION Supersonic convergent-divergent nozzles (SCDN) have many applications. They are usually subjected to complex flow pattern. Different degrees of simplification have been studied. Computer is a must to achieve high accuracy and large calculation needed with modern high speed applications. Hence, a computerized approximation approach might be a better method to tackle such a problem. Characteristic method is the most appropriate method to be used with (SCDN) design. Programming of this method directly is impractical as it uses a step-by-step graphical procedure. After the completion of this study, it is concluded that the computational method implemented for the ax symmetric case is not as robust as one would expect. Nevertheless we can obtain quite reasonable results to the academic level of the work. On the other hand, it is concluded that the programming tool used, MATLAB, proved to be quite accessible given the simplicity with which program. In short, the completion of this work, despite its difficulty quite high, permitted to acquire knowledge and skills in the area of finite differences and the use of computational methods for the study of physical phenomena. REFERENCES [1] B. Behera, K. Srinivasan, Design Methods for Axisymmetric Supersonic Nozzle Contours [2] Anderson, J. D. (2007). “Fundamentals of Aerodynamics”, Fourth Edition. New York: McGraw-Hill Education. [3] Anderson, J. D. (2003). “Modern Compressible Flow with Historical Perspective”. New York: McGraw-Hill Higher Education. [4] W. H. CARDEN and J. L. POTTER. "Design of axisymmetric contoured nozzles for laminar hypersonic flow." Journal of Spacecraft and Rockets, Vol. 5, No. 9 (1968), pp. 1095-1100. [5] Maurice J. Zucrow, Joe D. Hoffman. “Gas Dynamics”. Volume 1. John Wiley & Sons.1976. [6] Md. Hasan Ali, Mohammad Mashud, Abdullah Al Bari and Muhammad Misbah-Ul Islam.“Numerical Solution for the Design of Minimum Length Supersonic Nozzle”. ARPN Journal of Engineering and Applied Sciences.VOL. 7, No. 5, May 2012. pp 605- 612. [7] George P. Sutton, “Stepped nozzle,” U.S. Patent 5, 779, 151 July 14, 1998. [8] Foelsch, K., “The Analytical Design of an Axially Symmetric Laval Nozzle for a Parallel and Uniform Jet,” Journal of the Aeronautical Sciences, Volume 16, 1948, pp.161-166. [9] Emanuel, G. and Argrow, B. M., “Comparison of Minimum Length Nozzles,” Journal of Fluid Engineering, Trans. ASME, Volume 110, 1988, pp.283-288.