Anch Guide Ansys
Anch Guide Ansys
Anch Guide Ansys
POSTGRADUATE STUDIES
1
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
I. INTRODUCTION 3
2
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
INTRODUCTION
The principal objective of the Master’s is to provide analysts and scientists with
training in the Finite Element Method for use in the professional world, as a university-
specific Master’s should do. With this objective in mind, the Master’s is structured into
foundation subjects, which give an overview of the Finite Element Method, and
application and practical subjects where professional software currently on the market
is used.
In 2010, the directors of the Master’s decided to make it an international course, and
they made it available worldwide.
3
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
METHODOLOGICAL GUIDANCE
Due to the heterogeneous knowledge and experiences of the students of a course such
as this, the provision of a multidisciplinary approach ranging from the most basic
knowledge of certain essential subjects to other more difficult subjects that deepen
knowledge in specific areas has been attempted. Furthermore, some freedom has
been left to professors so they can approach each subject from their own perspective,
losing uniformity but gaining a variety of viewpoints. Nevertheless, the extensiveness
of the FEM and virtual simulation makes more teaching hours necessary in order to
cover all the specific aspects of the course, therefore every subject has been limited in
its length and depth to its credits or corresponding hours. Students interested in
deeper understanding of certain aspects of the syllabus may start with the additional
bibliography specified in the syllabus of each subject and may consult with the
professor/tutor of the subject.
During the weeks devoted to each subject in the schedule, and two additional weeks
once the subject is finished, there are four hours per week of tutorships or
consultation about the subjects taught.
Finally, the continuous assessment exercises must be completed during the term of
the corresponding subject and exams must be taken at the end of the term as detailed
in section I.8 and I.10 from the General Student Guide.
If the students do not take or do not pass their exams, they cannot obtain the
corresponding diploma.
4
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The aim of this subject is to consolidate the
foundations of the Finite Element Method, by
thinking mainly about its application in structure
analysis, although the basic ideas can be generalized without any difficulty.
Furthermore, it should be pointed out that the subject starts with the most basic
concepts, initially treated intuitively in order to allow them to be easily assimilated.
2. - CONTENT
The organization of basic ideas, already known to the student, is the beginning of the
subject´s syllabus, which tries to organize them using a matrix approach so that the
structural calculation will be more effective. It will immediately set out the heart of the
formulation of the direct stiffness method and the problem will be reassessed from a
more powerful and general point of view. At the beginning it will deal with the linear
elements, which are easier to handle.
Subsequently, the elastic-linear problems are set out, taking a further step in the
generalization of ideas, and the 𝐶0 shape functions are studied in detail.
Finally, the theme of plates is discussed with the aim of laying the foundations for a
later study about this important structural type and, above all, of presenting general
5
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
ideas about the problems raised previously and the solutions adopted in the cases
demanding 𝐶1 continuity.
INDEX
7
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
4. - BIBLIOGRAPHICAL REFERENCES
ALARCÓN, A., ALVAREZ, R. & GÓMEZ-LERA, S. Cálculo Matricial de Estructuras.
Barcelona, Spain: Ed. Reverté, S.A., 1986. ISBN: 84-291-4801-9.
BATHE, K.J. Finite Element Procedures in Engineering Analysis. New Jersey, USA: Ed.
Prentice-Hall, Inc., 2007. ISBN-10: 097900490X / ISBN-13: 978-0979004902.
ZIENKIEWICZ, O.C. & TAYLOR, R.L. The Finite Element Method: Its Basis and
Fundamentals. 6th edition. Oxford, UK: Ed. Elsevier Butterworth-Heinemann,
2005. ISBN-10: 0750663219/ ISBN-13: 9780750663212.
8
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
Spanish version: ZIENKIEWICZ, O.C., TAYLOR, R.L. El Método de los Elementos Finitos.
Formulación Básica y Problemas Lineales. 4th edition. Barcelona, Spain: Ed.
CIMNE - McGraw-Hill, 1994. ISBN: 9788495999528.
6. - SPECIFIC RECOMMENDATIONS
It is advisable that the problems included in the distance learning exercises are
resolved as the student moves forwards in the study of the learning units for the
purpose of sequentially clarifying, as soon as possible, any doubts that may arise.
It is recommended to perform the Self-Assessment Tests which will help the students
know their learning status. Tests results are not taken into account for subject grades,
only for student informative purpose.
7. - TUTORSHIPS
Students can contact the tutor using the subject’s virtual classroom.
E-mail: [email protected]
(+34) 91-398-64-58
9
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The objectives of this course are focused on teaching students to use and introduce
desired changes on a small computer program using the Finite Element Method. To
that end, the student is provided with solid basis of programming with some basic
algorithms related to data structure and numerical calculation. Thus, using this basis
and simple programming language the programming of the Finite Element Method is
addressed.
2. - CONTENT
The Introduction to FEM programming course is divided into four sections. The first
section, called “Programming introduction” (Warnier Method in a freeware version), is
perfectly adapted to solving mathematical problems through numerical methods. This
section includes the first chapters and it gives the basis to understand perfectly
(starting from scratch) the programming of complex problems. Furthermore, it
includes the basic algorithms which are often used in Finite Element Method
programming. Obviously, this could be totally or partially ignored by those students
who already have a good knowledge of programming.
10
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The second section constitutes the actual introduction to FEM programming which is
performed for the two dimensional linear elasticity cases using the simplest finite
element (three node triangles). This section includes two chapters, the first one
addresses the two dimensional elasticity case including a simple graphic processor,
which allows the user to see the model and the calculation results; the second one
contains a brief introduction to storage improvements.
The third section addresses error estimation in FEM. It includes a simple application
example as well as its programming. Finally the fourth section presents an introduction
to parallel computation using finite elements.
INDEX
I. Structures
1.1. - Basic Rules
1.2. - Programming Methods
1.3. - Sequential Structure
1.4.-Repetitive Structure
1.5. - Exercises Resolved
1.5.1. - Exercise 1
1.5.2. - Exercise 2
1.5.3. - Exercise 3
1.5.4. - Exercise 4
1.5.5. - Exercise 5
1.6. - Alternative Structure
1.7. - Exercises Resolved
1.7.1. - Exercise 1
11
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
1.7.2. - Exercise 2
1.8. - Mix of Repetitive Structures with Alternative Structures (More
Complex Programs)
1.9. - Decrease of the Storage Memory Needs
12
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
13
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
8.4. - Example 1
8.4.1. - Shape Function for the 3 Nodes Triangular Finite Element
8.4.2. - F.E.M. Process until the Stresses Calculation
8.4.3. - Error Estimation
8.4.4. - Deformation Energy Matrix Norm
8.5. – Computer Program Commented
8.6. - Example 2
8.7. - Conclusions
8.8. - Full Computer Program
8.9. - Chapter 8 references
9.1. - Introduction
9.2. - Parallel Computation in the finite element method
9.2.1. - Graph and Laplacian matrix
9.2.2. - Eigenvalues and eigenvectors
9.2.3. - Spectral bisection method
9.2.4. - Application to a simple finite element model in 2D
9.2.5. - Finite elements in 3D
9.2.6. - Example in 3D
X. Bibliography
4. - BIBLIOGRAPHICAL REFERENCES
ALARCÓN, A., ALVAREZ, R., GÓMEZ-LERA, S. Cálculo Matricial de Estructuras.
Barcelona, Spain: Ed. Reverté, S.A., 1986. ISBN: 84-291-4801-9.
BROWN, D.K. An Introduction to Finite Element Method Using BASIC Programs. 2nd
edition. London, UK: Ed. Spon Press, 1998. ISBN-10: 0412005719/ ISBN-13:
9780412005718.
14
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
CEBALLOS, F.J. Visual Basic. Curso de Programación. 2nd edition. Madrid, Spain: Ed. Ra-
Ma, 1999. ISBN: 9788478973576.
ZIENKIEWICZ, O.C., TAYLOR, R.L. The Finite Element Method: Its Basis and
Fundamentals. 6th edition. Oxford, UK: Ed. Elsevier Butterworth-Heinemann,
2005. ISBN-10: 0750663219/ ISBN-13: 9780750663212.
Spanish version: ZIENKIEWICZ, O.C., TAYLOR, R.L. El Método de los Elementos Finitos.
Formulación Básica y Problemas Lineales. 4th edition. Barcelona, Spain: Ed.
CIMNE - Mc. Graw-Hill, 1994. ISBN: 9788495999528.
6. - SPECIFIC RECOMMENDATIONS
It is advisable that the problems included in the distance learning exercises are
resolved as the student moves forwards in the study of the learning units for the
purpose of sequentially clarifying, as soon as possible, any doubts that may arise.
7. - TUTORSHIPS
Students can contact the tutor using the subject’s virtual classroom.
By E-mail: [email protected]
U.P.M
C/ Ríos Rosas, 21
16
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The purpose of this text is to introduce basic numerical calculation techniques
employed in the FEM to the student and to serve as the first contact base with the
numerical methods.
2. - CONTENT
The text has been structured with two simple introductory chapters containing basic
introductory concepts about matrices and numerical calculation followed by a second
part about numerical calculation.
Three chapters are dedicated to the basic concepts of numerical algebra: a) equation
systems; b) nonlinear equation systems; c) eigenvalues and eigenvectors. The intention
is to cover the most common algorithm areas in finite element programs.
There is also a chapter based on the resolution of second order differential equation
systems which originate from the dynamic analyses, and there is another chapter
17
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
INDEX
18
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
19
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
20
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
XI. Bibliography
4. - BIBLIOGRAPHICAL REFERENCES
Software: manuals
BATHE, K.J. & WILSON, E. Numerical Methods in Finite Element Analysis. Ed. Prentice
Hall, 1976. ISBN-10: 0136271901 / ISBN-13: 978-013627901.
BATHE, K.J. Finite Element Procedures in Engineering Analysis. New Jersey, USA: Ed.
Prentice-Hall, Inc., 2007. ISBN-10: 097900490X / ISBN-13: 978-0979004902.
BURDEN, R. L. & DOUGLAS FAIRES, J. Numerical Analysis. 9th edition. Boston, USA: Ed.
Brooks/Cole Cengage Learning, 1985. ISBN-10: 0-538-7335-9 / ISBN-13: 978- 0-
538-7335-9.
Spanish version: BURDEN, R. L. & DOUGLAS FAIRES, J. Análisis Numérico. Mexico: Ed.
Grupo Editorial Iberoamérica, 1985. ISBN: 9789706861344.
CONDE, C. & WINTER, G. Métodos y Algoritmos Básicos de Álgebra Numérica. Seville,
Spain: Ed. Reverté, 1990. ISBN: 9788429150360.
DAHLQUIST, G. & BJÖRCK, A. Numerical Methods. Mineola, New York: Ed. Dover
Publications, 2003. ISBN: 9780486428079.
GASCA, M. Cálculo Numérico I. Ed. Universidad Nacional de Educación a Distancia,
1990.
LIPSCHUTZ, S. Álgebra Lineal. 2nd edition. Mexico: Ed. McGraw Hill, 1992. ISBN:
9788476157589.
LIPSCHUTZ, S. Linear Algebra. Ed. McGraw Hill, 2000. ISBN: 9780071362009.
LUTHER; OLIVEIRA, A. & SCHUTZ, F.J. Métodos Numéricos. México: Ed. Limusa, 1978.
MICHAVILA, F. & GAVETE, L. Programación y Cálculo Numérico. Barcelona, Spain: Ed.
Reverté, 1985. ISBN: 9788429126778.
SEGERLIND, L.J. Applied Finite Element Analysis. 2nd edition. New York, USA: Ed. John
Wiley, 1985. ISBN-10: 0471806625 / ISBN-13: 978-0471806622.
STOER, J. & BULIRSCH, R. Introduction to Numerical Analysis. 3rd edition. New York,
USA: Ed. Springer Verlag, 2010. ISBN-10: 038795452X / ISBN-13: 978-
0387954523.
21
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TURNER, P. Numerical Analysis. Lancaster, UK: Ed. Macmillan Press Ltd, 1994.
6. - SPECIFIC RECOMMENDATIONS
It is advisable that the problems included in the distance learning exercises are
resolved as the student moves forwards in the study of the learning units for the
purpose of sequentially clarifying, as soon as possible, any doubts that may arise.
7. - TUTORSHIPS
Students can contact the tutor using UNED’s virtual classroom.
E-mail: [email protected]
U.P.M
C/ Ríos Rosas, 21
22
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The main objective of the subject is to show the possibilities of representing nonlinear
behavior of materials through mathematical models.
The thermodynamics of irreversible processes based on the local state principle allow
the outlining of a global frame where the theories of viscoplasticity, damage, etc. are
found, which, in themselves, constitute another objective of the course.
2. - CONTENT
INDEX
I. General Considerations
1.1. - Tensile Test
1.1.1. - Necking
1.2. - Idealization of the Macroscopic Behavior
1.3. - Finite Deformations
1.4. - Type of Test to Characterize the Materials Behavior
1.5. - Relaxation and Creep
II. Rheological Equations. Real Behavior Method
2.1. - State Equation
2.2. - Simple Rheological Models
2.2.1. - Elastic Solid
2.2.1.1. - Three-dimension Generalization
23
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
24
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
25
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
26
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
4. - BIBLIOGRAPHICAL REFERENCES
LEMAÎTRE, J. & CHABOCHE, J.L. Mecanique des Materiaux Solides. Ed. Dunod, 1988.
ISBN: 9782100013975.
LUBLINER, J. Plasticity Theory. New York, USA: Ed. Dover Publications, 2008. ISBN:
9780023721618.
MAUGIN, G.A. The Thermodynamics of Plasticity and Fracture. New York, USA: Ed.
Cambridge University Press, 1992. ISBN: 9780521397803.
6. - SPECIFIC RECOMMENDATIONS
It is advisable that the problems included in the distance learning exercises are
resolved as the student moves forwards in the study of the learning units for the
purpose of sequentially clarifying, as soon as possible, any doubts that may arise.
7. - TUTORSHIPS
Students can contact the tutor using UNED’s virtual classroom.
27
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
Responsible
Ronald Siat, Civil Engineer.
Tutors
Alberto Mota, Civil Engineer.
1. - OBJECTIVES
The aim of this subject, as its name indicates, is to introduce the student to the use of
practical software based on the Finite Element Method and for the student to feel
sufficiently at ease from the beginning to acquire knowledge continuously during the
course in the rest of the subjects of Theory and Practice.
2.-CONTENT
This subject is eminently practical and both its content and its structuring are focused
on the student becoming familiar with the use of the program from the beginning of
the course since it will be useful throughout, and will be the means of materializing
and applying the knowledge acquired during the study of the other subjects.
28
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The study of SpaceClaim has been structured into the following chapters:
This part of the ANSYS Workbench study is about Meshing. It has been structured into
the following chapters:
29
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
The Introduction to ANSYS SpaceClaim 17.0 training material and the related exercises
as well as the Introduction to ANSYS Meshing and the related exercises.
Both training materials are the original ANSYS base texts for an introductory course of
ANSYS SpaceClaim and ANSYS Meshing (ANSYS Mechanical).
4. - BIBLIOGRAPHICAL REFERENCES
The software includes an interactive help section with specific help for each of the
different themes dealt with. ANSYS software includes a lot of documentation with
many practical examples and technical papers. It is important that the students
familiarize themselves with the software help and its documentation.
30
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
5. - SPECIFIC RECOMMENDATIONS
Practicing with the computer and consulting the ANSYS Help is recommended.
6. - TUTORSHIPS
31
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
Responsible
Ronald Siat, Civil Engineer.
Tutors
This subject goes studies ANSYS Mechanical in depth. It’s the continuation of subject
AP.1.
• Lecture 1: Introduction
• Lecture 2: Pre-Processing
• Lecture 3: Structural Analysis
• Lecture 4: Post-Processing
• Lecture 5: Mesh Control
• Lecture 6: Connections and Remote Boundary Conditions
• Lecture 7: Modal, Thermal and Multistep Analyses
• Lecture 8: Eigenvalue Buckling and Submodeling Analyses
The next exercises from ANSYS Mechanical workbook of the introductory course will
be also provided in order to complete the practical approach.
32
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
The teaching material for this subject is Introduction to ANSYS Mechanical 17.0 and
the related exercises from the workbook.
Both training materials are the original ANSYS base texts for an introductory course of
ANSYS Mechanical.
3. – BIBLIOGRAPHICAL REFERENCES
The software includes an interactive help section with specific help for each of the
different themes dealt with. ANSYS software includes a lot of documentation with
33
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
many practical examples and technical papers. It is important that students familiarize
themselves with the software help and its documentation
4. - SPECIFIC RECOMMENDATIONS
Practicing with the computer and consulting the ANSYS Help is recommended.
5. - TUTORSHIPS
34
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
Responsible
1.-OBJECTIVES
The exercises of this subject will be done as the chapters of the AP1 and AP2 courses
are studied.
The exercises of this subject must be sent to the tutors to be reviewed and graded
using the subject’s virtual classroom.
Therefore only the statements will be provided at the beginning. Once the exercises
have been sent and graded a complete solution will be provided for checking.
2.-CONTENT
The exercises represent a review of the concepts introduced in the subjects taken up
to now, as well as the orderly use of the ANSYS SpaceClaim and ANSYS Mechanical
software. The exercises will be similar to the following ones:
35
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
4. - BIBLIOGRAPHICAL REFERENCES
The student should follow the instructions specified in the virtual classrooms by the
professors.
6. - SPECIFIC RECOMMENDATIONS
This subject must be taken following the course order index document indications.
The student must use the user’s guide, manual of procedures and the online
documentation of the corresponding commands, so that the main teachings of the
different chapters can be completed and assimilated through practice.
36
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
7. - TUTORSHIPS
The student will upload the continuous assessment exercises in the virtual classroom.
37
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The initial objectives are to analyze the problems
that are presented when a structure calculation is
going to be made with a commercial Finite Element
program and to provide some criteria to resolve these, and to focus later on some
specific structural types such as plates and sheets.
Finally, it is also intended to provide the essential concepts and to identify the
fundamental parameters that characterize the dynamic behavior of structural systems.
2. - CONTENT
In the first chapter, we intend to present an overview of the problems and different
decisions that a structural designer must take when performing a structural analysis.
The second chapter deals with plate and sheet theories. In addition, the plate theory is
established for thin plate cases from the Kirchhoff hypothesis and for thick plates from
the Mindlin-Reisner hypothesis. In both cases, the study addresses the case of linear
elasticity for homogeneous, isotropic, perpendicular charged to its mid-surface plates
of constant thickness.
Both linear theory and the membrane theory are developed for the constant thickness
of thin sheets, and also for the linear case, making the assumption of supposing
homogeneous and isotropic material.
In the last chapters, the structural dynamic analysis is addressed. Thus, after a brief
introduction and a review of the essential concepts, the treatment of the systems is
studied with a degree of freedom in order to continue, after the mass and consistent
38
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
damping matrix have been introduced, with the study of structural systems whose
dynamic response can be characterized through a number of finite degrees of
freedom.
INDEX
39
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
40
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
value problem.
5.5. - Static condensation.
5.6. - Model order reduction techniques: the Guyan reduction
5.7. - Inclusion of damping matrices
5.8. - Complex eigenvalue problem: complex modes
VI. Computational algorithms for eigenvalue and eigenvector extraction
6.1. - Some previous concepts
6.1.1. - Matrix deflation
6.1.2. - Rayleigh quotient
6.1.3. - Courant minimax characterization of eigenvalues and Sturm sequence
6.1.4. - Shifting
6.1.5. - Krylov subspaces and Power
6.2. - Determinant search method
6.3. - Inverse iteration method
6.4. - Forward iteration method
6.5. - Jacobi method for the standard eigenvalue
6.6. - The QR decomposition and algorithm
6.7. - Jacobi method for the generalized eigenvalue
6.8. - Bathe’s subspace iteration method and Ritz
6.9. - Lanczos method
VII. Transient analyses in linear elastodynamics
7.1.-Introduction
7.2. - Structural dynamics and wave propagation analyses. The Courant
condition
7.3. - Linear multistep methods. Explicit and implicit algorithms. Dahlquist
theorem
7.4. - Explicit algorithms: central difference method
7.5. - Implicit algorithms
7.5.1 Houbolt method
7.5.2 Newmark-β method
7.5.3 Collocation Wilson-θ methods
41
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
4. - BIBLIOGRAPHICAL REFERENCES
ALARCÓN, A., ALVAREZ, R. & GÓMEZ-LERA, S. Cálculo Matricial de Estructuras.
Barcelona, Spain: Ed. Reverté, S.A., 1986. ISBN: 84-291-4801-9.
CLOUGH R.W. & PENZIEN J. Dynamics of Structures. 2nd edition. London, UK: Ed.
McGraw-Hill, 1993. ISBN-10: 0071132414 / ISBN-13: 9780071332411.
HOU-CHENG HUANG. Static and Dynamic Analysis of Plates and Shells. Berlin,
Germany: Ed. Springer-Verlag, 1989. ISBN-10: 0387195386 / ISBN-13:
9780387195384.
LAROZE S. & BARRAN, J.V. Mécanique des Structures. Solides Èlastiques, Plasques et
Coques. Vol. 1. Paris, France: Ed. Eyrrolles-Masson.
42
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
PRZEMIENIECKI J.S. Theory of Matrix Structural Analysis. New York, USA: Ed. Dover
Publications, 1986. ISBN-10: 0486649482 / ISBN-13: 9780486649481.
RAO S.S. Mechanical Vibrations. 5th edition. Singapore: Ed. Pearson Education Center,
2011. ISBN: 9788177588743.
TIMOSHENKO, S. & WOINOWSKY-FRIEGER, S. Theory of Plates and Shells. New York,
USA: Mc Graw Hill, 1989. ISBN: 9780000858206.
Spanish version: TIMOSHENKO, S. & WOINOWSKY-FRIEGER, S. Teoría de Placas y
Láminas. Bilbao, Spain: Ed. Urmo, 2005. ISBN: 9788431401160.
ZIENKIEWICZ, O.C. Finite Element Method. 5th edition. Oxford, UK: Ed. Butterworth-
Heinemann, 2005.
Spanish version: ZIENKIEWICZ, O.C. El Método de los Elementos Finitos. Barcelona,
Spain: Ed. Reverté, S.A., 2004.
5. - SPECIFIC RECOMMENDATIONS
It is generally advisable to resolve the simple exercises by analyzing the results
obtained with different meshes and to verify to what extent the hypotheses made are
fulfilled in the theoretical approaches.
On the other hand, it should not be forgotten that only with training in calculus can
clear criteria be acquired. Therefore, it is recommended that students try to do similar
exercises to the ones proposed for continuous assessment, but using problems from
their professional activity as a base.
It is recommended to perform the Self-Assessment Tests which will help the students
know their learning status. Tests results are not taken into account for subject grades,
only for student informative purpose.
6. - TUTORSHIPS
Students can contact the tutor using the subject’s virtual classroom.
E-mail: [email protected]
43
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
2. - CONTENT
The content of this subject is presented in two parts: software training notes and
application exercises from the workbook.
The ANSYS Mechanical training notes are structured into the following chapters:
• Lecture 1: Introduction
• Lecture 2: Mechanical Basics
44
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
• Lecture 3: Damping
• Lecture 4: Modal Analysis
• Lecture 5: Harmonic Analysis
• Lecture 6: Linear Perturbation Analysis
• Lecture 7: Response Spectrum Analysis
• Lecture 8: Random Vibration
• Lecture 9: Transient Analysis
Various exercises are also proposed, involving the following topics: Modal Analysis,
Transitory Analysis, Analysis of Harmonic Response, Spectral Analysis and PSD Analysis.
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
4. - BIBLIOGRAPHICAL REFERENCES
45
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
5. - SPECIFIC RECOMMENDATIONS
This subject is very large and interesting; it offers a complete and exhaustive treatment
of the different types of dynamic analyses that are made today using Finite Element
software.
6. - TUTORSHIPS
46
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The solutions provided will include the meshing, setup and post-processing stages of
the analysis.
2. - CONTENT
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
47
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The documentation provided with the resolved exercises given pertaining to the
dynamic analysis of ANSYS Mechanical composes the teaching material.
4. - BIBLIOGRAPHICAL REFERENCES
ANSYS Help
The student must follow the instructions given in the virtual classroom by the
professor.
6. - SPECIFIC RECOMMENDATIONS
This subject must be taken at the same time that the subject A.2 using the online
documentation of the corresponding commands and onscreen menus, so that the
other chapter’s main teachings can be completed and assimilated through practice.
7. - TUTORSHIPS
The student will upload the continuous assessment exercises in the virtual classroom.
48
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The purposes of this subject are get to know and
understand the formulation using the Finite
Element Method for nonlinear problems in
structures from an engineering perspective, the
application to large displacements, large
deformations and stiffening by stress problems;
as well as being an introduction to nonlinear
mechanics of solids, and in addition to beam element formulation and their solution
methods.
2. - CONTENT
INDEX
49
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
4. - BIBLIOGRAPHICAL REFERENCES
Teaching units and references are in the same unit.
5. - TUTORSHIPS
Students can contact the tutor using the subject’s virtual classroom.
E-mail: [email protected]
50
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
2. - CONTENT
The content of this subject is structured into different chapters in which the different
nonlinearities are described, the proceedings to address them, examples of each one
and recommendations for their treatment.
In this subject the various types of non-linear behavior, which can be grouped in three
main groups, are studied with ANSYS Mechanical:
1. Geometric nonlinearities
2. Material nonlinearities
3. “Status” change nonlinearities (Contacts)
51
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
• Overview
• General Procedures
• Introduction to Contact
• Introduction to Metal Plasticity
• Buckling
• Nonlinear Diagnostics
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
The basic text for the course is the ANSYS Mechanical Introduction to Structural
Nonlinearities.
4. - BIBLIOGRAPHICAL REFERENCES
52
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
5. - SPECIFIC RECOMMENDATIONS
This subject is very large as nonlinear problems are found in a wide range of technical
applications. It is a good idea to study subject B.1 first.
It is advisable for students to follow the resolution of the exercises after studying each
chapter and to resolve the problems highlighted in the text of the subject as well as
the exercises of subject B.3 in the continuous assessment booklet.
6. - TUTORSHIPS
53
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
2. - CONTENT
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
The basic documentation of the subject is provided with the resolved exercises given.
4. - BIBLIOGRAPHICAL REFERENCES
54
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The student must follow the instructions given in the virtual classroom
6. - SPECIFIC RECOMMENDATIONS
This subject must be studied at the same time as subjects B.1 and B.2. At some points
of B.2, students are asked to do B.3 exercises. The additional exercises can be
completed after B.1 and B.2.
7. - TUTORSHIPS
The student will upload the continuous assessment exercises in the virtual classroom.
55
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
2. – CONTENT
INDEX
56
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
I. Introduction
II. Fluid Mechanic Foundations. General Equations and Contour Conditions
III. Equations Classification
IV. Weighted Residual Methods
V.Finite Element Method
5.1. - Introduction
5.2. - Spatial Discretization and Approximation Functions
5.3. - FEM Application Examples to Heat Transfer Problems
5.3.1. - Variational Formulation of an Stationary Problem of Heat Conduction
5.3.2. - Stationary and One-Dimensional Heat Conduction Example
5.3.3. - Comparison between the Variational Formulation and the Formulation
based in the Galerkin Weighted Residuals Method
57
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
Teaching Units
4. - BIBLIOGRAPHICAL REFERENCES
CHAPMAN, A.J. Heat Transfer. 4th edition. New York, USA: Ed. Collier-McMillan, 1984.
ISBN-10: 0023214708 / ISBN-13: 978-0023214707.
CUVELIER, C., SEGAL, A. & VAN STEENHOVEN, A.A. Finite Element Methods and Navier-
Stokes Equations. Dordrecht, NL: Ed. Springer, 1986. ISBN-10: 90277221483/ ISBN-13:
978-9027721488.
FLETCHER, C.A.J. Computational Techniques for Fluid Dynamics. 2nd edition, vols. I and
II. Sydney, Australia: Ed. Springer-Verlag, 1991. ISBN-10: 3540530584/ISBN-13: 978-
3540530589.
LEWIS, R.W., ET AL. The Finite Element Method in Heat Transfer Analysis. West Sussex,
UK: Ed. Wiley, 1996. ISBN-10: 0471943622/ ISBN-13: 9780471943624.
MCADAMS, W.H. Heat Transmission. 3rd edition. New York, USA: Ed McGraw-Hill, 1954.
ISBN-10: 0070447993/ISBN-13: 9780070447998.
PEYRET, R. & TAYLOR, T.D. Computational Methods for Fluid Flow. USA: Ed. Springer-
Verlag, 1983. ISBN-10: 3540111476/ISBN-13: 9783540111474.
TANNEHILL, J.C., ANDERSON, D.A., & PLETCHER, R.H. Computational Fluid Mechanics
and Heat Transfer.2nd edition. Philadelphia, USA: Ed. Taylor & Francis, 1997. ISBN:
9781591690375.
ZIENKIEWICZ, O.C. Finite Element Method. 5th edition. Oxford, UK: Ed. Butterworth-
Heinemann, 2005.
58
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
E-mail: [email protected]
Dpto. de Mecánica
UNED
The student will upload the continuous assessment exercises in the virtual classroom.
59
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
2. - CONTENT
The content of this subject is presented in two parts: software training notes and
application exercises from the workbook:
The ANSYS Mechanical training notes are structured in the following chapters:
• Lecture 1: Introduction
• Lecture 2: Heat Transfer Fundamentals
• Lecture 3: Preprocessing
• Lecture 4: Boundary Conditions
• Lecture 5: Steady-State Heat Transfer
• Lecture 6: Nonlinear Thermal Analysis
• Lecture 7: Transient Thermal Analysis
• Lecture 8: APDL and Command Objects
60
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The exercises from the workbook represent a review of the concepts related to heat
transmission. A series of exercises containing the physics of thermal analysis will be
proposed throughout the course:
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
4. - BIBLIOGRAPHICAL REFERENCES
5. - SPECIFIC RECOMMENDATIONS
Even though the subject is short in length, it has its own peculiarities, so the student
must handle the heat transmission concepts very well and must apply them to each
case. Before starting, the student must manage the concepts of conduction and
convection, and know what kinds of elements are useful to simulate these
61
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
phenomena. At the same time, the student must know how to distinguish whether the
problem is stationary or transitory.
6. - TUTORSHIPS
62
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
2. - CONTENT
The exercises of this subject must be sent to the tutors to be reviewed and graded
using the subject’s virtual classroom.
Therefore only the statements will be provided at the beginning. Once the exercises
have been sent and graded a complete solution will be provided for checking.
The solutions provided will include the meshing, setup and post-processing stages of
the analysis.
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
63
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The basic documentation of the subject is provided with the proposed and resolved
exercises.
4. - BIBLIOGRAPHICAL REFERENCES
In addition to the accompanying documentation specified in C.1 and C.2, the use of
ANSYS Help is recommended.
The student must follow the instructions given in the virtual classroom.
Each exercise should not take more than three hours, although it is recommended that
the student practices as much as possible with the menu in the post-process phase and
analyzes and interprets the physical sense of the results obtained.
6. - TUTORSHIPS
The student will upload the continuous assessment exercises in the virtual classroom.
64
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
1. - OBJECTIVES
The comparative study of the different treatments, equations and contour conditions
used will allow the student a better all-round understanding of the subject and the
acquisition of indispensable knowledge in order to set out and carry out the numeric
resolution of fluid mechanics problems of interest in engineering.
In the second part of the subject, an introduction to the finite element method
application to some of the flow types studied in the first part is made.
2.-CONTENT
I. Introduction
1.1. - Basic characteristics of fluids
1.2. - Continuum hypothesis
1.3. - Forces in fluids
1.4. - Thermodynamic concepts
1.5. - Transport Phenomena
II. Fluid Kinematics
65
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
Teaching Units
4. - BIBLIOGRAPHICAL REFERENCES
ARIS, R. Vectors, Tensors, and the Basic Equations of Fluid Mechanics. New York, USA:
Ed. Dover Publication, Inc., 1990. ISBN-13: 9780486661100 / ISBN-10: 0486661105
BAKER, A.J. Finite Element Computational Fluid Dynamics. USA: Ed. Hemisphere, 1983.
ISBN-10: 0070034656/ ISBN-13: 978-0070034655.
66
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
CUVELIER, C., SEGAL, A. & VAN STEENHOVEN, A.A. Finite Element Methods and Navier-
Stokes Equations. Dordrecht, NL: Ed. Springer, 1986. ISBN-10: 90277221483/ ISBN-13:
978-9027721488.
FLETCHER, C.A.J. Computational Techniques for Fluid Dynamics. 2nd edition, vols. I and
II. Sydney, Australia: Ed. Springer-Verlag, 1991. ISBN-10: 3540530584/ISBN-13: 978-
3540530589.
GRESHO, Ph.M. (1989). The Finite Element Method in Viscous Incompressible Flows,
Lecture Notes in Engineering, Vol. 43, pp. 148-190, Springer.
HIRSCH, C. Numerical Computation of Internal and External Flows. 2nd edition, vols.
1 and 2. Oxford, USA: Ed. John Wiley and Sons, 2007. ISBN-13: 9780750665940/
ISBN-10: 0750665947.LIÑÁN, A. Mecánica de Fluidos. Spain: Ed. Publicaciones de la
ETS de Ingenieros Aeronáuticos, 1967.
PEYRET, R. & TAYLOR, T.D. Computational Methods for Fluid Flow. USA: Ed. Springer-
Verlag, 1983. ISBN-10: 3540111476/ISBN-13: 9783540111474.
PIRONNEAU, O. Finite Element Methods for Fluids. Chichester, UK: Ed. John Wiley and
Sons, 1989. ISBN-13: 9780471922551 /ISBN-10: 0471922552.
WILCOX, D.C. Turbulence Modeling for CFD. USA: DCW Industries, 2006. ISBN-13:
9781928729099.
67
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
E-mail: [email protected]
Dpto. de Mecánica
UNED
The student will upload the continuous assessment exercises in the virtual classroom.
68
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
The objective of this subject of Module F is to introduce the students to the field of
CFD techniques, and in particular to familiarize them with ANSYS CFX software for fluid
mechanics.
This subject is divided into two parts: first of all the application texts and then the
application exercises.
The subject has the following chapters about the ANSYS CFD software:
To put into practice the knowledge acquired, some training examples are proposed
with their respective geometry files in the part corresponding to application exercises.
69
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The ANSYS CFD training examples illustrate a variety of flow scenarios with each case
highlighting a particular feature of the code or the graphic interface.
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
3. - BIBLIOGRAPHICAL REFERENCES
WHITE, F. M. Fluid Mechanics. 7th edition. New York, USA: Ed. McGraw Hill, 1979. ISBN:
9780073529349.
JOHNSON, R. W. The handbook of Fluid Mechanics. Heidelberg, Germany: Ed. Springer,
1998. ISBN-10: 3540646124 /ISBN-13: 978-3540646129.
DAUGHERTY, R. L. Fluid Mechanics with Engineering Applications. 7th edition. Ed.
McGraw Hill, 1985. ISBN-10: 0070154279 /ISBN-13: 978-0070154278.
SAAD, M.A. Compressible Fluid Flow. Upper Saddle River, US: Prentice Hall, 1985. ISBN-
13: 9780131613737 /ISBN-10: 0131613731.
4. - TUTORSHIPS
70
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
TEACHING STAFF
The exercises of this subject must be sent to the tutors to be reviewed and graded
using the subject’s virtual classroom.
Therefore only the statements will be provided at the beginning. Once the exercises
have been sent and graded a complete solution will be provided for checking.
The solutions provided will include the meshing, setup and post-processing stages of
the analysis.
A Course Order Index document has been created to help students follow a proper
study order combining the different parts with their documentation (Lectures,
Workshops and Assessment Exercises).
71
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
Exercise 2 – Emptying of a system containing two spherical tanks. Head losses analysis.
3. - BIBLIOGRAPHICAL REFERENCES
WHITE, F. M. Fluid Mechanics. 7th edition. New York, USA: Ed. McGraw Hill, 1979. ISBN:
9780073529349.
SAAD, M.A. Compressible Fluid Flow. Upper Saddle River, US: Prentice Hall, 1985. ISBN
13: 9780131613737 /ISBN 10: 0131613731.
4. - TUTORSHIPS
The student will upload the continuous assessment exercises in the virtual classroom.
72
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
73
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
When proposing the final project, students must take into account the size limitations
of the educational practice program unless they have access to university facilities with
greater capabilities, or a commercial installation in their respective companies.
Similarly, the final project must be related to the Specialized Module Group covered.
Students should indicate on the application form the professor/lecturer that they
would like to be their tutor for their Master’s Final Project. The professor/lecturer
should correspond to the modules studied by the students.
The Final Project must have the appropriate scope to be finally accepted.
To apply, students must send the application form according to these guidelines by e-
mail to the following address: [email protected] (the application form has a
maximum of 3 pages).
The Theoretical and Practical Application of Finite Element Method and CAE Simulation
Master concludes, at its highest level, with the Master’s Final Project. This project
gathers all the knowledge acquired by the student throughout their study phase of the
Expert and Specialist modules, and concentrates all the student’s aptitudes and
capabilities with a common goal in a sole project.
The training acquired by students, in addition to their own personal career, will
substantially influence the industrial capacities of our society, providing it with highly
qualified technicians for its development, prosperity and wellness.
For these reasons, we wish, on an annual basis, to reward the dedication of the
student and the excellence of the best Master’s Final Project presented on the course.
The National Distance Learning University (UNED), through its Superior School of
Industrial Engineers, rewards in this way the student’s effort and his/her contribution
to the study of the practical application of the Finite Element Method.
74
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
B.2.1. Organization
The competition is organized by the Superior School of Industrial Engineers of UNED,
with its headquarters at the following address: calle Juan del Rosal, 12, 28040, Madrid.
To contact the secretariat of the Master’s you should follow the established channels
([email protected]) to send any correspondence.
B.2.3. Participation
In order to participate in the competition it is essential that the Master’s Final Projects
have received at least a grade of “good” (ECTS: C) during the academic year
corresponding to the competition. All the projects done during the course which fulfill
this characteristic will participate in the competition.
If the student does not want to participate in the competition, they must notify the
Master’s secretariat.
The presentation implies agreement with the Competition Rules in their entirety.
75
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
The jury’s decision will not be open to appeal and they will indicate the projects
considered to merit the prize, and are also able to declare the prize unawarded.
The winners will be contacted in due time and will be made public before the prize-
giving.
- Difficulty: up to 5 points
- Originality and Innovation: up to 5 points
B.2.8. Awards
The prize awarded by the Jury of the Master’s Final Project will be the following:
76
International Master’s in Theoretical and Practical Application
of Finite Element Method and CAE Simulation
77