You are on page 1of 3

COMPRESSIBLE FLOW IN A NOZZLE

GEOMETRY&MESH
CREATE VERTEX
Select GEOMETRY>VERTEX

Enter dimensions v1(-.5,0,0)


V2 (.5,0,0)

CREATE LINE
Select GEOMETRY > CREATE EDGE

By clicking SHIFT+LEFT KEY over the two vertex,we able to create line

CREATE WALL EDGE

Using fortran program find the value of x,y,z (z=0)


Using DO LOOP vary x=-.5,.5,.1
R(x)=((0.1+x^2)/pi)^0.5
Import in gambit

FORM FACE

SELECT GEOMETRY>FACE COMMAND>FORM FACE


Press SHIFT+CLICK ALL EDGES (required to form face)
Click apply

MESH
EDGE MESH
Select MESH>EDGE MESH

Deselect GRADING
Set interval count 20&50 for side edges&top,bottom edges

MESH FACE
Select MESH>MESH FACE

Select the face


Click apply(fig 1)

SPECIFY BOUNDRY CONDITION


Select ZONE> SPECIFY BOUNDRY

PRESS SHIFT+SELECT EDGE(which is to be specified)


Inlet>pressure inlet

Outlet>pressure outlet
Wall>wall
Central line>axis

MAIN MENU>FLE>EXPORT>MESH
FLUENT
AS previous problems
IMPORT MESH>CHECK GRID
SOLVER
Change below settings

Density based
Axisymmetric

DEFINE>MODEL
VISCOUS Select inviscid
Select ENERGY EQUATION
MATERIALS>DENSITY>CONSTANT
OPERATING CONDITIONS IS ZERO
BOUNDRY CONDITIONS (do as previous problems)

Set guage total pressure=101325


Supersonic gp=99342
Thermal>total temperature 300k

SOLVE
SOLVE>CONTROL>SOLUTION
INITIALIZE
Set inlet under compute from,click init
CONVERGENCE CRITERIA
Set convergence 1e-6
ITERATE
Do iteration for 1000 times
PLOT XY
Select axial velocity as y function,select mach number
Select centerline,wall under surface

Static Pressure contour plot (fig.2)


Temperature plot (fig.3)
Fig.1 mesh file fig.2 pressure plot fig.3 temperature plot

You might also like