18ASL66 Design Modelling and Analysis Lab
18ASL66 Design Modelling and Analysis Lab
===============================================================
BRANCH :
BATCH :
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 1
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
Institute Vision
To become an institute of academic excellence with international standards.
Institute Mission
Department Vision
To have an international standing for imparting quality technical education in the field of
Aeronautical engineering and technology, to a more sustainable and socially responsible
future.
Department Mission
work.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 2
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 4
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
civil and military aircrafts and perform various maintenance related works and synthesize
information / data from various sources of Aircraft operations.
PSO-2: Design, Development & Manufacturing of aircraft and related systems: Carry
out the preliminary design and development of aircraft and manufacturing of various
systems involved and Predict performance characteristics along with the stability analysis.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 5
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
LIST OF EXPERIMENTS
Sl.
Name of the Experiment Page No.
No.
Modeling of Symmetric Airfoil Geometry and Generation
1. 16
of Body Fitting Adaptive Mesh
Modeling of Cambered Airfoil Geometry and Generation
2. 21
of Body Fitting Adaptive Mesh
Modeling of 2D incompressible and Inviscid flow over
symmetrical/ cambered airfoil and plotting of pressure
3. 29
distribution and velocity vectors for subsonic or
supersonic Mach nos.
Modeling of 2D compressible and viscous flow over
symmetrical/ cambered airfoil and plotting of pressure
4. 37
distribution and velocity vectors for subsonic or
supersonic Mach nos.
Geometric modeling and mesh generation of 2D
5. convergent – divergent nozzle and analysis of flow for 42
adiabatic conditions (Fanno flow).
6. Grid generation on a fore portion of a spacecraft model. 46
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 6
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
COURSE OUTCOMES:
Course Outcomes
Code
CO315.1 Draw the geometric models of symmetric, Cambered aerofoil,
Nozzle, Wing, and other structures
CO315.2 Understand the Engineering problem and apply different types
of meshing
CO315.3 Predict the stresses for 2-D and 3-D Structural members such
as fuselage bulkhead, aircraft wing torsion box, Tapered wing
spar
CO315.4 Model Inviscid and Viscous flow for the 2-D flows and
analyse the results
CO315.5 Compare the results of the software with hand calculations
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 7
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
• PREPROCESSING
• SOLUTION
• POSTPROCESSING
PREPROCESSING
Building a finite element model requires more of an ANSYS user's time than any other part
of the analysis. First, you specify a Jobname and analysis title. Then, you use the PREP7
Pre-processor to define the element types, element real constants, material properties, and
the model geometry.
The jobname is a name that identifies the ANSYS job. When you define a jobname for an
analysis, the jobname becomes the first part of the name of all files the analysis creates.
(The extension or suffix for these files' names is a file identifier such as .DB.) By using a
jobname for each analysis, you ensure that no files are overwritten.
If you do not specify a jobname, all files receive the name FILE or file, depending on the
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 8
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
operating system.
Command(s): /FILNAME
The ANSYS element library contains more than 100 different element types. Each element
type has a unique number and a prefix that identifies the element category: BEAM4,
PLANE77, SOLID96, etc. The following element categories are available.
magnetic, electric, quadrilateral, brick, etc.) Whether the element lies in two-dimensional
or three-dimensional space.
For example, BEAM4, has six structural degrees of freedom (UX, UY, UZ, ROTX, ROTY,
ROTZ), is a line element, and can be modelled in 3-D space. PLANE77 has a thermal
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 9
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
degree of freedom (TEMP), is an eight-node quadrilateral element, and can be modelled
only in 2-D space.
Element real constants are properties that depend on the element type, such as cross-
sectional properties of a beam element. For example, real constants for BEAM3, the 2-D
beam element, are area (AREA), moment of inertia (IZZ), height (HEIGHT), shear
deflection constant.
(SHEARZ), initial strain (ISTRN), and added mass per unit length (ADDMAS). Not all
element
types require real constants, and different elements of the same type may have different
real constant values.
As with element types, each set of real constants has a reference number, and the table of
reference number versus real constant set is called the real constant table. While defining
the elements, you point to the appropriate real constant reference number using the REAL
command.
Most element types require material properties. Depending on the application, material
Linear or nonlinear
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 10
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
As with element types and real constants, each set of material properties has a material
reference number. The table of material reference numbers versus material property sets is
called the material table. Within one analysis, you may have multiple material property
sets (to correspond with multiple materials used in the model). ANSYS identifies each set
with a unique reference number.
Once you have defined material properties, the next step in an analysis is generating a finite
element model-nodes and elements-that adequately describes the model geometry.
There are two methods to create the finite element model: solid modelling and direct
generation.
With solid Modeling, you describe the geometric shape of your model, then instruct the
ANSYS program to automatically mesh the geometry with nodes and elements. You can
control the size and shape of the elements that the program creates. With direct generation,
you "manually" define the location of each node and the connectivity of each element.
Several convenience operations, such as copying patterns of existing nodes and elements,
symmetry reflection, etc. are available.
In this step, you use the SOLUTION processor to define the analysis type and analysis
options, apply loads, specify load step options, and initiate the finite element solution. You
also can apply loads using the PREP7 Preprocessor.
Applying Loads
The word loads as used in this manual includes boundary conditions (constraints, supports,
or boundary field specifications) as well as other externally and internally applied loads.
Loads in the ANSYS program are divided into six categories:
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 11
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
DOF Constraints
Forces
Surface Loads
Body Loads
Inertia Loads
You can apply most of these loads either on the solid model (key points, lines, and areas)
or the finite element model (nodes and elements).
Two important load-related terms you need to know are load step and sub step. A load step
is simply a configuration of loads for which you obtain a solution. In a structural analysis,
for example, you may apply wind loads in one load step and gravity in a second load step.
Load steps are also useful in dividing a transient load history curve into several segments.
Sub steps are incremental steps taken within a load step. You use them mainly for accuracy
and convergence purposes in transient and nonlinear analyses. Sub steps are also known as
time steps steps taken over a period.
SOLUTION
Command(s): SOLVE.
When you issue this command, the ANSYS program takes model and loading information
from the database and calculates the results. Results are written to the results file
(Jobname.RST, Jobname.RTH, Jobname.RMG, or Jobname.RFL) and to the database.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 12
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
The only difference is that only one set of results can reside in the database at one time,
while you can write all sets of results (for all sub steps) to the results file.
POSTPROCESSING
Once the solution has been calculated, you can use the ANSYS postprocessors to review
the results.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 13
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT-1
MODELING OF SYMMETRIC AEROFOIL GEOMETRY AND GENERATION
OF BODY FITTING ADAPTIVE MESH
1. Pre-Processing
2. Solution
3. Post Processing
Start - All Programs – ANSYS - Mechanical APDL Product Launcher – Set the Working
Directory as E Drive, User - Job Name as Roll No., Ex. No. – Click Run.
PREPROCESSING
4. Select the symmetrical Aerofoil Coordinates placed in server. Paste it in the notepad as
per the appropriate command – K, NPT,X,Y,Z (Eg- K,1,1,0.00126,0)
5. Write the next command FLST, NFIELD, NARG, TYPE, Otype, LENG
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 14
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
7. Write the next command
BSPLIN, P1, P2, P3, P4, P5, P6, XV1, YV1, ZV1, XV6, YV6, ZV6
10. Modelling – Create – Lines – (Create Rectangular Grid behind the aerofoil)
11. Modelling – Create – Arc – By End KPs and Rad – Pick end point – Ok – Pick Centre
Point – Ok – Radius – (6) – Ok.
12. Modelling – Create – Areas – By Lines – Pick Lines (Create Rectangular Area behind
the Aerofoil and C-Shaped area Before the Aerofoil) – Ok.
13. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
14. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Aerofoil) – Ok – No. Of Element Divisions – 20 – Ok.
15. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Vertical Upper
Line in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
16. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Horizontal Line
in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
17. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 15
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
18. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
19. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper
Horizontal line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Horizontal
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
20. Meshing – Mesh – Areas – Mapped – 3 Or 4 Sides – Pick (All Areas) – Ok.
Result:
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 16
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
1. Define Aerofoil.
2. Explain all NACA aerofoil series.
3. Explain the terms used in the NACA series.
4. What is h-refinement?
5. What is p-refinement?
6. What is Preprocessor?
7. Explain the Element FLOTRAN141.
8. What is meant by Element type?
9. What is Body fitting Mesh?
10. Explain the procedure used to generate mesh over the aerofoil.
11. Define cambered aerofoil.
12. What is the use of cambered aerofoil?
13. What is the difference between structured and unstructured mesh?
14. What is the use of Body Fitting Mesh?
15. Define the tool ‘Solution’.
16. What are Isoperimetric elements?
17. What is the use of Isoperimetric Elements?
18. What is the shape function?
19. Write the uses of Shape function.
20. What is the difference between Key points and nodes?
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 17
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT-2
MODELING OF CAMBERED AEROFOIL GEOMETRY AND GENERATION
OF BODY FITTING ADAPTIVE MESH
1. Pre-Processing
2. Solution
3. Post Processing
Start - All Programs – ANSYS - Mechanical APDL Product Launcher – Set the Working
Directory as E Drive, User - Job Name as Roll No., Ex. No. – Click Run.
PREPROCESSING
4. Select the CAMBERED Aerofoil Coordinates placed in server. Paste it in the notepad
as per the appropriate command – K, NPT,X,Y,Z (Eg- K,1,1,0.00126,0)
5. Write the next command FLST, NFIELD, NARG, TYPE, Otype, LENG
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 18
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
7. Write the next command
BSPLIN, P1, P2, P3, P4, P5, P6, XV1, YV1, ZV1, XV6, YV6, ZV6
10. Modelling – Create – Lines – (Create Rectangular Grid behind the aerofoil)
11. Modelling – Create – Arc – By End KPs and Rad – Pick end point – Ok – Pick Centre
Point – Ok – Radius – (6) – Ok.
12. Modelling – Create – Areas – By Lines – Pick Lines (Create Rectangular Area behind
the Aerofoil and C-Shaped area Before the Aerofoil) – Ok.
13. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
14. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Aerofoil) – Ok – No. Of Element Divisions – 20 – Ok.
15. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Vertical Upper
Line in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
16. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Horizontal Line
in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
17. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 19
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
18. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
19. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper
Horizontal line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Horizontal
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
20. Meshing – Mesh – Areas – Mapped – 3 Or 4 Sides – Pick (All Areas) – Ok.
Result:
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 20
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
1. Define Aerofoil.
2. Explain all NACA aerofoil series.
3. Explain the terms used in the NACA series.
4. What is h-refinement?
5. What is p-refinement?
6. What is Preprocessor?
7. Explain the Element FLOTRAN141.
8. What is meant by Element type?
9. What is Body fitting Mesh?
10. Explain the procedure used to generate mesh over the aerofoil.
11. Define cambered aerofoil.
12. What is the use of cambered aerofoil?
13. What is the difference between structured and unstructured mesh?
14. What is the use of Body Fitting Mesh?
15. Define the tool ‘Solution’.
16. What are Isoperimetric elements?
17. What is the use of Isoperimetric Elements?
18. What is the shape function?
19. Write the uses of Shape function.
20. What is the difference between Key points and nodes?
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 21
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT -3
Aim: Modeling of 2-D Incompressible and Inviscid flow over an aerofoil. Computations
and analysis for velocity vectors and pressures distributions.
Apparatus: A computer hardware, software (ANSYS) with a graphical user interface.
PROCEDURE
1. Pre Processing
2. Solution
3. Post Processing
Start - All Programs – ANSYS - Mechanical APDL Product Launcher – Set the Working
Directory as E Drive, User - Job Name as Roll No., Ex. No. – Click Run.
PREPROCESSING
4. Download Desired Aerofoil Coordinates from Internet. Paste it in the notepad as per
the appropriate command – K,NPT,X,Y,Z (Eg- K,1,1,0.00126,0)
5. Write the next command FLST, NFIELD, NARG, TYPE, Otype, LENG
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 22
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
7.Write the next command
BSPLIN, P1, P2, P3, P4, P5, P6, XV1, YV1, ZV1, XV6, YV6, ZV6
10. Modelling – Create – Lines – (Create Rectangular Grid behind the aerofoil)
11. Modelling – Create – Arc – By End KPs and Rad – Pick end point – Ok – Pick Centre
Point – Ok – Radius – (6) – Ok.
12. Modelling – Create – Areas – By Lines – Pick Lines (Create Rectangular Area behind
the Aerofoil and C-Shaped area Before the Aerofoil) – Ok.
13. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
14. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Aerofoil) – Ok – No. Of Element Divisions – 20 – Ok.
15. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Vertical Upper
Line in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
16. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Horizontal Line
in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
17. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 23
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
18. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
19. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper
Horizontal line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Horizontal
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
20. Meshing – Mesh – Areas – Mapped – 3 Or 4 Sides – Pick (All Areas) – Ok.
21. Preprocessor - Loads – Define Loads – Apply – Fliud CFD – Velocity – On Lines –
Pick (C-Section of the Grid) – Ok – Vx – 30 – Vy – 0 – Vz – 0 – Ok.
22. Preprocessor - Loads – Define Loads – Apply – Fliud CFD – Velocity – On Lines –
Loop – Pick (Upper and lower Surface of Aerofoil) – Ok – Vx – 0 – Vy – 0 – Vz – 0 – Ok.
23. Preprocessor - Loads – Define Loads – Apply – Fliud CFD – Pressure DOF – On Lines
– Pick (All the Three Sides of Rectangular Grid) – Ok – PRES Pressure Value – 0 – Ok.
24. FLOTRAN Set Up – Solution Options - (Leave the Default Settings) – Ok.
25. FLOTRAN Set Up – Execution Ctrl – EXEC Global Iterations – 1000 – Ok.
26. FLOTRAN Set Up – Additional Derived – RFL Out Derived – PTOT, TTOT, PCOE,
MACH, RDFL – (Check) Yes – Ok.
27. FLOTRAN Set Up – Fluid Properties – Density – Constant – 1.23 – Velocity – Constant
– Ok – Ok.
SOLUTION
29. Solution – RUN FLOTRAN – (It Takes Some time to Converge) – Solution is done –
Close.
POSTPROCESSOR
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 24
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
30. General Postproc – Read Results – Last Set.
31. General Postproc – Plot Results – Control Plot – Nodal Solution – DOF Solution –
Pressure – Ok.
32. General Postproc – Plot Results – Control Plot – Nodal Solution – DOF Solution –
Fluid Velocity. 15.Read Results – last set
34.Plot results – contour plot – nodal soln – other FLOTRAN quantities – total stagnation
pressure –ok.
35.Plot Results – Flow Trace – Defi Trace Pt – Pick three or four points around the inlet
region and two or three points in the recirculation region (along the upper wall of the
transition region) – ok.
VX – ok.
37.Path Operations – Define Path – By Nodes – Pick the lowest and then the highest
point of the outlet – ok – enter Path Name – V – ok – close.
38.Path Operations – Map onto Path – user label for Item – VELOCITY – DOF Solution
– VelocityVX – ok.
40.PlotCntrls-Write Metafile-InvertWhite/Black
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 25
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
Result:
Incompressible and Inviscid flow over Airfoil has been executed. The Pressure Distribution
and Velocity vectors over a Symmetric/Cambered Airfoil has been executed using Ansys
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 26
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
1. Define Loads.
2. Define Compressible flow.
3. What is the difference between compressible and incompressible flow.
4. Define Inviscid flow.
5. Define boundary conditions,
6. Write the necessary boundary conditions used for 2D incompressible Inviscid
flow over an aerofoil.
7. Define velocity vector.
8. Define the tool FLOTRAN Set Up.
9. Define ANSYS.
10. Define ANSYS FLOTRAN CFD.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 27
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT -4
AIM: Modeling of 2-D compressible and viscous flow over an aerofoil. Computations
and analysis for velocity vectors and pressures distributions.
APPARATUS: A computer hardware, software (ANSYS) with a graphical user
interface.
PROCEDURE
1. Pre Processing
2. Solution
3. Post Processing
Start - All Programs – ANSYS - Mechanical APDL Product Launcher – Set the Working
Directory as E Drive, User - Job Name as Roll No., Ex. No. – Click Run.
PREPROCESSING
4. Download Desired Aerofoil Coordinates from Internet. Paste it in the notepad as per
the appropriate command – K,NPT,X,Y,Z (Eg- K,1,1,0.00126,0)
5. Write the next command FLST, NFIELD, NARG, TYPE, Otype, LENG
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 28
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
7.Write the next command
BSPLIN, P1, P2, P3, P4, P5, P6, XV1, YV1, ZV1, XV6, YV6, ZV6
10. Modelling – Create – Lines – (Create Rectangular Grid behind the aerofoil)
11. Modelling – Create – Arc – By End KPs and Rad – Pick end point – Ok – Pick Centre
Point – Ok – Radius – (6) – Ok.
12. Modelling – Create – Areas – By Lines – Pick Lines (Create Rectangular Area behind
the Aerofoil and C-Shaped area Before the Aerofoil) – Ok.
13. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
14. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Aerofoil) – Ok – No. Of Element Divisions – 20 – Ok.
15. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Vertical Upper
Line in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
16. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Horizontal Line
in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
17. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 29
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
18. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
19. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper
Horizontal line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Horizontal
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
20. Meshing – Mesh – Areas – Mapped – 3 Or 4 Sides – Pick (All Areas) – Ok.
21. Preprocessor - Loads – Define Loads – Apply – Fliud CFD – Velocity – On Lines –
Pick (C-Section of the Grid) – Ok – Vx – 30 – Vy – 0 – Vz – 0 – Ok.
22. Preprocessor - Loads – Define Loads – Apply – Fliud CFD – Velocity – On Lines –
Loop – Pick (Upper and lower Surface of Aerofoil) – Ok – Vx – 0 – Vy – 0 – Vz – 0 – Ok.
23. Preprocessor - Loads – Define Loads – Apply – Fliud CFD – Pressure DOF – On Lines
– Pick (All the Three Sides of Rectangular Grid) – Ok – PRES Pressure Value – 0 – Ok.
24. FLOTRAN Set Up – Solution Options – change the flow type as Compressible – Ok.
25. FLOTRAN Set Up – Execution Ctrl – EXEC Global Iterations – 1000 – Ok.
26. FLOTRAN Set Up – Additional Derived – RFL Out Derived – PTOT, TTOT, PCOE,
MACH, RDFL – (Check) Yes – Ok.
27. FLOTRAN Set Up – Fluid Properties – Density – Constant – 1.23 – Velocity – Constant
– Ok – Ok.
SOLUTION
29. Solution – RUN FLOTRAN – (It Takes Some time to Converge) – Solution is done –
Close.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 30
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
POSTPROCESSOR
31. General Postproc – Plot Results – Control Plot – Nodal Solution – DOF Solution –
Pressure – Ok.
32. General Postproc – Plot Results – Control Plot – Nodal Solution – DOF Solution –
Fluid Velocity. 15.Read Results – last set
34.Plot results – contour plot – nodal soln – other FLOTRAN quantities – total stagnation
pressure –ok.
35.Plot Results – Flow Trace – Defi Trace Pt – Pick three or four points around the inlet
region and two or three points in the recirculation region (along the upper wall of the
transition region) – ok.
VX – ok.
37.Path Operations – Define Path – By Nodes – Pick the lowest and then the highest
point of the outlet – ok – enter Path Name – V – ok – close.
38.Path Operations – Map onto Path – user label for Item – VELOCITY – DOF Solution
– VelocityVX – ok.
40.PlotCntrls-Write Metafile-InvertWhite/Black
Result:
The compressible, viscous flow over an Airfoil is executed. The velocity vectors and
pressure distribution has been obtained.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 31
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 32
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
1. Define Viscous Flow.
2. Define Boundary layer.
3. Define Boundary separation.
4. Draw Boundary layer diagram.
5. When can be the flow will be called as incompressible and compressible?
6. What is the governing equation for incompressible inviscid flow?
7. What is the governing equation for compressible viscous flow?
8. How to fix the dimension of the flow field.
9. What is shooting method?
10. Write down the Navier stokes equation for viscous flow
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 33
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 5
GEOMETRIC MODELING AND MESH GENERATION OF A 2-D
CONVERGENT-DIVERGENT NOZZLE AND ANALYIS OF FLOW FOR
ADIABATIC CONDITIONS
AIM:
To model and generate mesh for a 2-D Convergent-Divergent Nozzle and perform flow
analysis for adiabatic conditions.
APPARATUS:
PROCEDURE:
1. Pre Processing
2. Solution
3. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., Ex.No- Click Run.
PREPROCESSING
Create – Lines – Lines – Tan to 2 lines – Pick upper line of left rectangle – ok – Pick the
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 34
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
tangency end of the first line (upper right corner) – ok – Pick upper line of right rectangle
– ok –Pick the tangency end of the first line (upper left corner) – ok – cancel.
6. Meshing – Mesh Tool – Lines – set – (pick lines in flow direction along the inlet) –
apply – enter 15 as No. of element divisions – enter -2 as Spacing ratio – apply – Pick the
top and bottom lines of center area – apply – enter 12 as No. of element divisions – enter
1 as Spacing ratio – apply –Pick the top and bottom lines of outer region – apply – enter
15 as No. of element divisions – enter 3 as Spacing ratio – ok.
7.Meshing – Mesh Tool – Lines – Flip – pick the upper line of Outer region –
ok.Meshing – Mesh Tool – Lines – set – Pick the 4 transverse direction lines (vertical
lines) – ok –
8. Meshing – Mesh Tool – Mesh Areas – Quad – Mapped – Mesh – pick all – ok.
SOLUTION
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 35
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
11. FLOTRAN Set Up – Fluid Properties – Density – AIR IN – Viscosity AIR IN – ok –
(Usedefault values) – ok.
GENERAL POSTPROCESSING
16. Plot results – Vector plot – predefined – DOF Solution – Velocity V – ok.
17. Plot results – contour plot – Nodal solution – other FLOTRAN quantities – total
stagnation pressure –ok.
18.Plot Results – Flow Trace – Define Trace Pt. – Pick three or four points around the
inlet region and two or three points in the recirculation region (along the upper wall of the
transition region) – ok.
20.Path Operations – Define Path – By Nodes – Pick the lowest and then the highest
point of the outlet – ok – enter Path Name – V – ok – close.
21.Path Operations – Map onto Path – user label for Item – VELOCITY – DOF Solution
– Velocity VX – ok.
RESULT:
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 36
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
Geometric Modeling and Mesh Generation of 2-D Convergent Divergent Nozzle has
been done and flow analysis under adiabatic conditions has been executed.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 37
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
1. Define CD Nozzle?
2. What is the significance of CD Nozzle?
3. What are the necessary Boundary Conditions Required for CD Nozzle Analysis.?
4. Explain under expansion, over expansion and optimum expansion?
5. Define the point or region at which the flow velocity reaches Mach one?
6. What is method of characteristics?
7. Define area ratio and explain its significance in CD nozzle?
8. Explain the behavior of flow in a CD nozzle during subsonic and supersonic flow
conditions?
9. Draw the pressure variation along the length of CD nozzle for different Mach
numbers?
10. Explain the variation of mass flow with exit pressure?
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 38
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 6
GRID GENERATION ON FORE PORTION OF A SPACECRAFT MODEL
AIM:
To model and generate mesh for a grid generation on fore portion of a spacecraft model.
1. Pre-Processing
2. Solution
3. Post Processing
Start - All Programs – ANSYS - Mechanical APDL Product Launcher – Set the Working
Directory as E Drive, User - Job Name as Roll No., Ex. No. – Click Run.
PREPROCESSING
5. Write the next command FLST, NFIELD, NARG, TYPE, Otype, LENG
10. Modelling – Create – Lines – (Create Rectangular Grid behind the aerofoil)
11. Modelling – Create – Arc – By End KPs and Rad – Pick end point – Ok – Pick Centre
Point – Ok – Radius – (6) – Ok.
12. Modelling – Create – Areas – By Lines – Pick Lines (Create Rectangular Area behind
the Aerofoil and C-Shaped area Before the Aerofoil) – Ok.
13. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
14. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Aerofoil) – Ok – No. Of Element Divisions – 20 – Ok.
15. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Vertical Upper
Line in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
16. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Horizontal Line
in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
17. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
18. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 40
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
19. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper
Horizontal line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Horizontal
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
20. Meshing – Mesh – Areas – Mapped – 3 Or 4 Sides – Pick (All Areas) – Ok.
VIVA QUESTIONS
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 41
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 7
HIGH SPEED FLOW ANALYSIS PAST BLUNT OBJECT IN PRESENCE OF A
BOW SHOCK WAVE USING ANSYS
AIM:
To model and generate mesh for a grid generation on fore portion of a spacecraft model.
1. Pre-Processing
2. Solution
3. Post Processing
Start - All Programs – ANSYS - Mechanical APDL Product Launcher – Set the Working
Directory as E Drive, User - Job Name as Roll No., Ex. No. – Click Run.
PREPROCESSING
5. Write the next command FLST, NFIELD, NARG, TYPE, Otype, LENG
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 42
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
8. Save the File as Aerofoil_Coordinates.dat or (refer APPENDIX)
10. Modelling – Create – Lines – (Create Rectangular Grid behind the aerofoil)
11. Modelling – Create – Arc – By End KPs and Rad – Pick end point – Ok – Pick Centre
Point – Ok – Radius – (6) – Ok.
12. Modelling – Create – Areas – By Lines – Pick Lines (Create Rectangular Area behind
the Aerofoil and C-Shaped area Before the Aerofoil) – Ok.
13. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
14. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Upper Curved
portion of Aerofoil) – Ok – No. Of Element Divisions – 20 – Ok.
15. Meshing – Size Ctrls – Manual Size – Lines – Picked Lines – Pick (Vertical Upper
Line in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
16. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Horizontal Line
in Grid) – Ok – No. Of Element Divisions – 20 – Ok.
17. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
18. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Vertical
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 43
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
19. Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Upper
Horizontal line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
Meshing – Size Cntrls – Manual Size – Lines – Picked Lines – Pick (Lower Horizontal
line at the End of Grid) – Ok – No. Of Element Divisions – 20 – Ok.
20. Meshing – Mesh – Areas – Mapped – 3 Or 4 Sides – Pick (All Areas) – Ok.
VIVA QUESTIONS
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 44
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO-8
AIM:
THEORY:
A torsion box consists of two thin layers of material (Skin) on either side of a lightweight
core, usually a grid of beams. It is designed to resist torsion under an applied load. A hollow
core door is probably the most common example of a torsion box. The aircraft wing torsion
box consists of Skin, Stringers, Ribs, and Spars.
Torsion box with a single spar is having low resistance against torsion. Torsion box which
is having two spars will have differential bending, but spar will give better resistance.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 45
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
1. Thicker Skin: Takes up Aerodynamic forces, Partially takes over the role of Spar
Caps(bending function)
2. Degenerated Spar Caps
3. Thicker web
4. Stringers: Support the skin
5. Ribs: Provides Aerodynamic Shape
APPARATUS:
PROCEDURE:
1. Pre Processing
2. Solution
3. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., - Ex.No- Click Run.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 46
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
PREPROCESSING:
5. Modelling – Create – Lines – Straight Lines – (Randomly create three Desired Lines
by Picking Keypoints to Construct spars in the leading edges and trailing edge).
6. Modelling – Opearte – Boolean – Divide – Line By Line – Select Lines (to be divided
- Upper and Lower surface of airfoil) – Apply – Select Lines (Used to Divide - Right and
Left side lines in Both leading and Trailing edges) – Ok.
8. Modelling – Create – Areas – By Skinning – Pick Lines (One by One Create Area) –
Ok.
10. Meshing – Size Cntrls – Lines – Picked Lines – (Pick All lines in your Nose section)
– No of Element Divisions – 15 – Ok.
11. Meshing – Mesh Tool – (Check) Mappped – 3 or 4 Sided – Ok. (Ignore Shape
Violating Warnings).
SOLUTION
14. Solution – Define Loads – Apply – Structural – Pressure - Areas – (Select all Upper
Surface of Wing) – -1e5 – Ok.
POST PROCESSING
9. General post proc - Plot Result - Contour plot - Nodal Solution – Stress - Von Mises
stress - Ok.
10. Plot control – Animates - Mode Shape – Stress - Von Mises - Ok.
11. Plot control – Animate - Save Animation - Select the proper location to save the file
(E drive-user) - Ok.
RESULT:
Structural Modeling and Stress analysis of Torsion Box has been executed.
1
NODES
Y
JUN 15 2018
Z X
15:02:09
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 48
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
STRUCTURAL MODELING OF TORSION BOX IN ANSYS
1
ELEMENTS
Y
JUN 15 2018
15:00:55
Z X
VIVA QUESTION
1. Define Wing.
2. What are the Structural Components present in the Wing?
3. What are the different configuration of wing?
4. What are the different types of loads acting in the wing?
5. What are the different types of Wing Construction?
6. Define the tool ‘COPY’.
7. Define the the tool ‘Boolean’
8. Define the Stiffener.
9. Write the difference between stiffener and Stringer.
10. Which type of load is carried by the stiffener and stringer
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 49
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 9
STRUCTURAL MODELING OF A FUSELAGE BULKHEAD OF A
SPACECRAFT
AIM:
APPARATUS:
PROCEDURE:
1. Pre Processing
2. Solution
3. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., - Ex.No- Click Run.
PREPROCESSING:
3. Preprocessor
7.Modelling – operate – Extrude – Lines – About Axis – Pick All – Ok – Pick (Keypoints
Near Axis) – Ok – ARC – 360 – NSEG – 5 – Ok.
8. Meshing – Size Cntrls – Lines – Picked Lines – Pick (Lines in ‘I’ Section of any
Segment) – Ok – NDIV – 15 – Ok.
10. Meshing – Mesh Tool – Mesh – Keypoints – Mesh – Pick (Keupoint in the Axis (0,0,0))
– Ok.
11. Meshing – Mesh Attributes – Default Attributes – Element Type Number – 2 MASS21
– Ok.
12. Coupling/Ceqn – Rigid Region – Pick (Select the Node at the Centre of Axis Or You
can type the particular Node Number in the box) – Apply – Top View – (Check)Box – Pick
(Select the nodes in the right hand Side) – (Check) Single – Pick (Select the Node at the
Axis Or You can type the particular Node Number in the box) – Ok – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 51
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
13. Loads – Define Loads – Apply – Structural – Displacement – On Nodes – (Check) Box
– Top View – Pick (Select the Left Hand Side Nodes) – DOFs to be Constrained – ALL
DOF – Ok.
14. Loads – Define Loads – Apply – Structural – Force/Moment – On Nodes – Pick (Select
the Node at the Centre of Axis) – Direction of Force/Mom – Fy – Value of Force/Mom –
(-10000) – Ok.
SOLUTION
POSTPROCESSOR
In General Postproc
18. Plot Results – Contour Plot – Nodal Solution – Displacement Vector Sum – Ok.
18. Plot Results – Contour Plot – Nodal Solution – Stress – Von-Mises Stress – Ok.
RESULT:
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 52
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 53
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
1. Define Fuselage.
2. Define Fuselage Bulk Head.
3. What is the uses of Bulk Head?
4. Define the tool ‘Extrude’
5. Define Shell Element.
6. Explain the Element type ‘Shell181’.
7. What is the difference between solid and shell element?
8. Define the Element type ‘Structural Mass’.
9. Which type of loads acting in the Bulk Head.
10. Define area rule
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 54
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO-10
AIM:
THEORY:
A torsion box consists of two thin layers of material (Skin) on either side of a lightweight
core, usually a grid of beams. It is designed to resist torsion under an applied load. A hollow
core door is probably the most common example of a torsion box. The aircraft wing torsion
box consists of Skin, Stringers, Ribs, and Spars.
Torsion box with a single spar is having low resistance against torsion. Torsion box which
is having two spars will have differential bending, but spar will give better resistance.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 55
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
6. Thicker Skin: Takes up Aerodynamic forces, Partially takes over the role of Spar
Caps(bending function)
7. Degenerated Spar Caps
8. Thicker web
9. Stringers: Support the skin
10. Ribs: Provides Aerodynamic Shape
APPARATUS:
PROCEDURE:
4. Pre Processing
5. Solution
6. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., - Ex.No- Click Run.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 56
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
PREPROCESSING:
5. Modelling – Create – Lines – Straight Lines – (Randomly create three Desired Lines
by Picking Keypoints to Construct spars in the leading edges and trailing edge).
6. Modelling – Opearte – Boolean – Divide – Line By Line – Select Lines (to be divided
- Upper and Lower surface of airfoil) – Apply – Select Lines (Used to Divide - Right and
Left side lines in Both leading and Trailing edges) – Ok.
8. Modelling – Create – Areas – By Skinning – Pick Lines (One by One Create Area) –
Ok.
10. Meshing – Size Cntrls – Lines – Picked Lines – (Pick All lines in your Nose section)
– No of Element Divisions – 15 – Ok.
11. Meshing – Mesh Tool – (Check) Mappped – 3 or 4 Sided – Ok. (Ignore Shape
Violating Warnings).
SOLUTION
14. Solution – Define Loads – Apply – Structural – Pressure - Areas – (Select all Upper
Surface of Wing) – -1e5 – Ok.
POST PROCESSING
9. General post proc - Plot Result - Contour plot - Nodal Solution – Stress - Von Mises
stress - Ok.
10. Plot control – Animates - Mode Shape – Stress - Von Mises - Ok.
11. Plot control – Animate - Save Animation - Select the proper location to save the file
(E drive-user) - Ok.
RESULT:
Structural Modeling and Stress analysis of Torsion Box has been executed.
1
NODES
Y
JUN 15 2018
Z X
15:02:09
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 58
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
STRUCTURAL MODELING OF TORSION BOX IN ANSYS
1
ELEMENTS
Y
JUN 15 2018
15:00:55
Z X
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 59
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
1
NODAL SOLUTION
STEP=1
Y
SUB =5 JUN 15 2018
FREQ=3.13146 15:01:20
Z X
UY (AVG)
RSYS=0 MX
DMX =.031788
SMN =-.711E-14
SMX =.031788
MN
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 60
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTION
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 61
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 11
STRUCTURAL MODELING OF A FUSELAGE BULKHEAD OF A
SPACECRAFT
AIM:
APPARATUS:
PROCEDURE:
4. Pre Processing
5. Solution
6. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., - Ex.No- Click Run.
PREPROCESSING:
3. Preprocessor
7.Modelling – operate – Extrude – Lines – About Axis – Pick All – Ok – Pick (Keypoints
Near Axis) – Ok – ARC – 360 – NSEG – 5 – Ok.
8. Meshing – Size Cntrls – Lines – Picked Lines – Pick (Lines in ‘I’ Section of any
Segment) – Ok – NDIV – 15 – Ok.
10. Meshing – Mesh Tool – Mesh – Keypoints – Mesh – Pick (Keupoint in the Axis (0,0,0))
– Ok.
11. Meshing – Mesh Attributes – Default Attributes – Element Type Number – 2 MASS21
– Ok.
12. Coupling/Ceqn – Rigid Region – Pick (Select the Node at the Centre of Axis Or You
can type the particular Node Number in the box) – Apply – Top View – (Check)Box – Pick
(Select the nodes in the right hand Side) – (Check) Single – Pick (Select the Node at the
Axis Or You can type the particular Node Number in the box) – Ok – Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 63
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
13. Loads – Define Loads – Apply – Structural – Displacement – On Nodes – (Check) Box
– Top View – Pick (Select the Left Hand Side Nodes) – DOFs to be Constrained – ALL
DOF – Ok.
14. Loads – Define Loads – Apply – Structural – Force/Moment – On Nodes – Pick (Select
the Node at the Centre of Axis) – Direction of Force/Mom – Fy – Value of Force/Mom –
(-10000) – Ok.
SOLUTION
POSTPROCESSOR
In General Postproc
18. Plot Results – Contour Plot – Nodal Solution – Displacement Vector Sum – Ok.
18. Plot Results – Contour Plot – Nodal Solution – Stress – Von-Mises Stress – Ok.
RESULT:
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 64
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 65
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 66
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 12
AIM:
To determine the stress developed in a Tapered plate of varying thickness with a central
hole when subjected to a static load in vertical direction.
APPARATUS:
PROCEDURE:
1. Pre Processing
2. Solution
3. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., Ex.No- Click Run.
PREPROCESSING
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 67
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
5. Modeling- Create- Keypoints- Inactive CS- (0,0),(0,50),(100,12..5),(100,37.5)- Ok-
Close
6. Modeling- Create- Lines- By Keypoints- Pick all the Keypoints to form a Tapered
plate.
8. Meshing - Mesh Tool – Area – Set - Select the object – Ok - Element edge length
2/3/4/5 – Ok - Mesh Tool -Select TRI or QUAD - Free/Mapped – Mesh - Select the
object - Ok.
SOLUTION
Pressure - On lines - Select the load applying area – Ok - Load PRES valve = 1 N/mm2-
Ok.
POST PROCESSING
1. General post proc - Plot Result - Contour plot - Nodal Solution – Stress - Von Mises
stress - Ok.
2. Plot control – Animate - Save Animation - Select the proper location to save the file (E
drive-user) - Ok.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 68
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
RESULT:
The Structural Modeling and Stress analysis of a Tapered plate with a central hole
subjected to static vertical load has been executed in Ansys.
1
NODAL SOLUTION
STEP=1
SUB =1 JUN 7 2018
TIME=1 10:52:39
SINT (AVG)
DMX =.104E-07
SMN =.188289
SMX =18.1345
MN
Y
Z
MX X
VIVA QUESTIONS
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 69
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 13
FREE AND FORCED VIBRATION OF A STRUCTURAL FRAME
AIM:
To determine the Natural Frequency and Mode shapes of a Cantilever beam under
Uniformly Distributed Load.
APPARATUS:
PROCEDURE:
1. Pre Processing
2. Solution
3. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., Ex.No- Click Run.
PREPROCESSING
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 70
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
4. Preprocessor- Sections- Beams- Common Section- Give ID as “1”- Name as “ Rect” –
Subtype Select Rectangular Section- Give the value of B=0.01 m and H = 0.01m. Provide
the Value of Nb and Nh as 0. This value defines how to mesh the Section.
6. Preprocessor- Modeling – Create – Lines- Straight Line- Pick the two key points which
were created in the previous step- Line will be created.
7. Preprocessor- Meshing- Mesh Tool- Size Controls- Lines- Set- Pick the line- OK- a new
dialogue box appears- put number of Element divisions as “100”- Ok
11. Preprocessor- Loads- Define Loads- Apply – Structural- Pressure- On Beams- Select
the Entire Nodes Except at the Fixed End- A new Dialogue box appears- Give the value of
Pressure at Node I as well as Node J as 1000.
SOLUTION
A new dialogue box appears provide the value of Start Frequency and End Frequency as
“0”
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 71
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
POSTPROCESSING
1. General Postproc- Read Results – By Pick- Select one particular Natural Frequency of
at which the cantilever beam is vibrating.
2. General Postproc- Plot Results - Deformed Shape- A new dialogue Appears- Select
Deformed + Undeformed
Now we can see the Way the cantilever beam has vibrated at the selected natural frequency.
Similarly select each every modes to find out the shapes at which the cantilever beam is
vibrating. In this case since the cross-section of the beam is a square there will be two
natural frequency be the same.
RESULT:
The Natural Frequency and Mode shapes of Cantilever beam has determined.
1
DISPLACEMENT
STEP=1
SUB =2 JUN 6 2018
FREQ=5.8205 12:22:34
DMX =2.06719
Y
Z X
Mode -1
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 72
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
1
DISPLACEMENT
STEP=1
SUB =4 JUN 6 2018
FREQ=36.4721 12:21:15
DMX =2.06694
Y
Z X
Mode-2
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 73
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
1
DISPLACEMENT
STEP=1
SUB =6 JUN 6 2018
FREQ=102.112 12:20:13
DMX =2.0666
Y
Z X
Mode -3
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 74
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS:
1. What is Vibration?
2. Define Mode and Mode Shapes?
3. Difference between Forced and Free Vibration?
4. What is damping and explain its Types?
5. Define Fundamental Mode?
6. What is Transmissibility?
7. What is Damping Ratio and its Significance?
8. What is Magnification Factor?
9. Define Phase Angle?
10. How vibrations can affect the Aircraft?
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 75
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
EXPERIMENT NO: 14
ANALYSIS OF ACTIVE VIBRATION CONTROL IN A SMART MATERIAL
AIM:
To model a tapered I-section spar in Ansys and to compute the stresses acting on the spar
in a specific boundary conditions.
THEORY:
The function of spar is to carry the bending loads.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 76
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
Different types of Spars Used in Aircraft Win
APPARATUS:
PROCEDURE:
1. Pre Processing
2. Solution
3. Post Processing
Start- All Programs- Ansys- Mechanical APDL Product Launcher- Set the Working
Directory as E Drive- Job Name as Roll NO., Ex.No- Click Run.
PREPROCESSING
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 77
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
5. Preprocessor- Sections- Beams- Common Section- Give ID as “2”- Name as “ END” –
Subtype Select I-Section- Give the value of W1, W2, W3 as 100 and value of thickness
as t1,t2,t3 as 2- Apply- Mesh view- Ok
6. Preprocessor- Sections- Beams- Taper Sections- By XYZ Location- In the dialogue box
appeared put the Taper Section ID as 3, Section name as “Taper” - Give the Beginning
Section ID as “ Start” which we already defined in previous step- Give XYZ for beginning
section as 0,0,0- Give the Ending Section ID as “END” which we defined in the previous
step-Give the XYZ for the ending section as 1000,0,0
8. Preprocessor- Modeling – Create – Lines- Straight Line- Pick the two key points which
were created in the previous step- Line will be created.
10. Preprocessor- Meshing- Mesh Tool- Size Controls- Lines- Set- Pick the line- OK- a
new dialogue box appears- put number of Element divisions as “100”- Ok
12. Utility Menu- Plotctrls-Style-Size and Shape- Display of Element should be “ON”
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 78
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
15.Utility Menu- Plot- Lines
16 Preprocessor- Loads- Define Loads- Apply- Pressure- On Beams- Select the Entire
Nodes- Give the value of Pressure Node I as 1000 and Node J as 500
SOLUTION
POSTPROCESSING
Now You can view the Stresses acting at different regions of the Spar.
RESULT:
Structural Modeling and Stress analysis of a Tapered I Section Spar has been completed.
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 79
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
1
NODAL SOLUTION
SUB =1
TIME=1 JUN 6 2018
SINT (AVG) 10:29:23
DMX =.111E-03
SMN =.453E-08 MX
SMX =1443.09
Y X
Z
MN
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 80
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
VIVA QUESTIONS
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 81
Department of Aerospace Engineering MVJ College of Engineering
===============================================================
------------------------------------------------------------------------------------------------------------
18ASL66-DESIGN, MODELING & ANALYSIS LAB
VI-SEMESTER Page 82