Master in Computational Science and Applications University of Rennes 1. Courses of Master 1 and Master 2 (in red : mandatory courses)

Size: px
Start display at page:

Download "Master in Computational Science and Applications University of Rennes 1. Courses of Master 1 and Master 2 (in red : mandatory courses)"

Transcription

1 Master in Computational Science and Applications University of Rennes 1 Courses of Master 1 and Master 2 (in red : mandatory courses)

2 Master 1 Computational science and modelling Numerical methods Lectures : 24h, Tutorials : 24h, Practical classes : 12h ECTS : 6 credits Semester 1 Objectives: To learn and apply numerical methods useful for solving partial differential equations and for Finite Element Methods Root-finding algorithms: dichotomy, principle of contraction, Newton-Raphson,... Approximation of functions: interpolation, piecewise polynomial interpolation, splines, ideas of FEM Numerical integration: elementary and composed quadratures, Newton-Cotes formula, Gauss quadratures, Richardson extrapolation, Romberg method, acceleration of convergence Differential equations: theory and numerical methods, application to population dynamics Matrix algorithms: factorisation, direct and iterative methods to solve linear systems and compute eigenvalues Assessment: continuous, one final paper exam in December

3 Optimization Lectures : 12h, Tutorials : 12h, Practical classes : 6h ECTS : 3 credits Semester 1 Objectives: to learn to recognize and to model optimization problems in various fields, to be able to choose good methods to solve optimization problems. Definition of optimization problems, necessary and sufficient conditions for optimability Algorithms for problems with and without constraints : gradient methods (constant step, optimal step, conjugate gradient), Lagrange multipliers, Uzawa's algorithm Introduction to linear programming: linear optimization, duality, solution of linear programming problems, simplex algorithm Introduction to graph theory: representation, algorithms for shortest path Network flow and linear programming: simplex algorithm for minimum-cost networkflow problems in networks, transport problems Assessment: continuous, one final paper exam in December

4 Operational research Lectures : 12h, Tutorials : 12h, Practical classes : 6h ECTS : 3 credits Semester 1 Objectives: to learn to recognize and to model optimization problems in various fields, to be able to choose good methods to solve optimization problems. Definition of optimization problems, necessary and sufficient conditions for optimability Algorithms for problems with and without constraints : gradient methods (constant step, optimal step, conjugate gradient), Lagrange multipliers, Uzawa's algorithm Introduction to linear programming: linear optimization, duality, solution of linear programming problems, simplex algorithm Introduction to graph theory: representation, algorithms for shortest path Network flow and linear programming: simplex algorithm for minimum-cost networkflow problems in networks, transport problems Assessment: continuous, one final paper exam in December

5 Scientific programming Lectures: 18h, Tutorials: 12h, Computer classes: 18h ECTS: 6 credits Semester 1 Objectives: To learn fundamental concepts on computers for their efficient use in numerical simulation; to be able to implement algorithms in C language (e.g. prime numbers, non-linear equations, quadratures), to apply numerical methods to solve problems from physics (planetology, quantum mechanics). To be able to test codes and valide numerical results. Participation to computer classes is essential for individual coaching and learning good programming practise. Syllabus, teaching method (flipped classes), assessment methods Introduction: Numerical simulation, HPC, Top 500, state of the art. Representation of numbers, consequences Linux: A bit of history, basic commands Emacs C language: Structure of a program, data types, condition, loops; Pointers, functions, inputs and outputs; Bit to bit operators and applications; Headers; Typedef; Structures; Matrices; Memory management, dynamical allocation Development of programs to solve mathematical problems of increasing complexity, application to integration of ODE modelling mechanical systems and physical phenomena, development of larger codes including several modules and files Introduction to software quality and optimization Individual and group projects Assessment: continuous assessment of practical exercices, MCQ on Moodle, code development on paper, final exam on paper without computer.

6 Dynamic of beam structures Lectures : 18h, Tutorials : 18h, Practical classes : 12h ECTS : 6 credits Semester 1 Objectives: To be able to model and predict static and dynamic behavior of any onedimensional structures Revision of basic concepts of Continuum Mechanics Cinematic hypotheses, constitutive law and equilibrium equations Wave and vibrations in strings: free vibrations, forced vibrations, modal analysis, orthogonality of vibration modes Deformation power and conjugate variables of a beam Waves and vibrations in straight beams: Timoshenko's model, Euler-Bernouilli's model, free vibrations, forced vibrations, modal analysis, orthogonality of vibration mode (Sturm-Liouville theorem) Waves and vibrations in curved beams. 3D elastic waves. Longitudinal waves, shear waves, Helmholtz's decomposition Viscous damping. Discretisation by virtual power principle, decomposition in a modal basis. Applications to trees. Assessment: continuous

7 Differential equations and transport phenomena Lectures : 24h, Tutorials : 24h ECTS : 6 credits Semester 1 Objectives: the goal of this lecture is to discuss the resolution of ordinary differential equations from a statistical physics point of view, namely through the use of transport equations, seen as partial differential equations governing the collective behaviour of many particles' systems. It is proved indeed that one can describe such systems either by ordinary differential equations posed in large dimensions, or by transport equations posed in low dimensional spaces. We discuss these aspects from a modelling point of view, but also from a functioanl analytic viewpoint. We also discuss numerical aspects. Differential equations Cauchy-Lipschitz theorem, flux of a vector field, numerical methods Introduction to partial differential equations Transport equations (method of characteristics, invariants) Finite difference methods (consistancy, order, stability, Lax equivalence theorem, Von Neumann's analysis) Statistical physics Assessment: continuous

8 Finite elements methods for computational science Lectures : 24h, Practical classes : 24h ECTS : 6 credits Semester 2 Objectives: To be able to write the weak formulation of partial differential equation problems and solve it using Finite Elements Methods, to develop a FEM code, to modify an existing FEM computer package, to choose adapted type of finite elements, to analyse errors and convergence Introduction to the variational formulation of partial differential equation problems, existence and uniqueness of solutions, convergence of the FEM Analysis and construction of a FEM code for the discretisation of a 2D boundary problem How to choose the variational formulation and the finite elements. P1, P2, Q1, Q2 finite elements How to use some functionalities of the MELINA research library Meshes and numbering Elementary calculations using reference element (e.g. mass and rigidity matrices) Assembling sparse matrices Essential boundary conditions Solution of linear systems with sparse matrices Construction of a main program in C language and a directive file to control functionalities of the MELINA library Graphical plot of results Assessment: continuous, group project

9 Numerical solution of partial differential equations Lectures : 24h, Tutorials : 24h, Practical classes : 12h ECTS : 6 credits Semester 2 Objectives: Modelling of classical physical phenomena using partial differential equations, definition of the mathematical equations and numerical resolution. Introduction to fundamental models: stationary (Laplace equation), propagation (transport, waves), diffusion (heat) 2D Laplace equation:variational formulation for different boundary problems, application of Lax-Milgram theorem, FEM 1D transport equation: method of characteristics, finite difference methods Assessment: continuous, project

10 Multiphysics modelling Lectures : 18h, Practical classes : 18h ECTS : 3 credits Semester 2 Objectives: to teach competences needed in high technology to solve efficiently coupled problems Partial differential equations: elliptic, parabolic, hyperbolic Conservation equations. Interpretation and modelling Diffusioon and propagation mechanisms. Coupled mechanical systems Application to physical systems: heat diffusion, diffusion-convection, wave equations. Diffusion-convection-propagation coupling Resolution of equations with the FEM Comsol Multiphysics Solution of integrated problems with different couplings: diffusion of particles in a fluid, thermomechanical problems, wave diffraction, diphasic flows (gas-fluid and particle-fluid). Magneto-elastic coupling (piezo-electric) Assessment: continuous, project

11 Fluids and solids in interaction Lectures : 24h, Tutorials : 24h, Practical classes : 18h ECTS : 6 credits Semester 2 Objectives: To be able to model systems with several degrees of freedom with various types of active and passive connections, using Kane-Levinson formalism. I. Vibration of Plates and Shells. 1. Plates in plane motion. Plates out-of-plane motion. 2. Axisymmetric shells. Circular cylindrical shells. II. Fluid-structure interaction. 1. Linear approximation of the fluid equations. Sound waves. 2. Linear sloshing dynamics. Vibroacoustic coupling. 3. Inertial coupling in continuous systems. Modal projection. Added mass. III. Numerical method with Comsol Multiphysics software. 1. Finite element Method in modal analysis and dynamics. 2. Modal projection in dynamics. IV. Various applications. 1. Coupling dynamics in Microfluidics. Biomimetics. 2. Viscous damping in liquid containers. Free and forced oscillations. 3. Acoustic radiation of structures (cantilever beams, plates and shells). Assessment: continuous, project.

12 Project Duration : 2 months ECTS: 3 credits Semester 2 Objectives: The project is a first experience in a professional environment, with application of theoretical concepts learnt during the Master 1 on a larger scale problem. It can take place in a research laboratory at the University of Rennes 1 (mainly Institute of Mathematics, Institute of Physics) or elsewhere (IFREMER, INRA, CHU de Nantes) or in a private company (e.g. Armen Instruments, EDF), under the joint supervision of a tutor and an academic of the University of Rennes 1. : Bibliographical study of new topics; modeling; transcription in mathematical equations; finding solutions by analytical or numerical methods; learning or improving practice of a numerical tools or programming language; validation and critical analysis of results; developing perspectives. The minimum duration is 2 full months, from the end of April to the end of June, after the final assessments in April. The project can be extended over July and August, until the start of the Master 2. Assessment: report (20 pages + 10 pages appendix), 15 minute presentation + 10 minutes discussion with the jury.

13 Master 2 Computational science and modelling Object programming in C++ Lectures: 24h, Computer classes: 24h ECTS : 6 credits Semester 3 Objectives: Knowledge of the main features of object-oriented programming and their usage in C++ langage. Creation of programs and handling of existing C++ packages in an autonomous way. Fundamental concepts of object programming C++ : objects and classes, encapsulation, templates, hierarchy and inheritance, polymorphism, input/output Advanced concepts of object programming in C++ : exceptions, generic programming Standard library STL Modification of an existing C++ package Assessment: one exam on paper and on computer, individual project

14 Practice of finite element computer packages Lectures: 18h, Computer classes: 30h ECTS : 6 credits Semester 3 Objectives: To introduce the mathematical key concepts for an efficient use of Finite Elements software packages in various problems issued from modelling; to train students in the practise of such Finite Elements software packages used in research and companies. The course focuses on the weak (or variational) formulations of partial differential equation problems. A special emphasis is placed on the way boundary and interface conditions are taken into account. Notice that weak formulation of boundary value problems is a pre-requisite to the use of the Finite Element Method. Other practical aspects of time dependent or non linear problems are also covered. We also consider other aspects of the Finite Element discretisation such as the choice of the Finite Elements subspaces, the properties of the linear system resulting from the discretisation, and the choice of the linear system solver. All these topics are studied through classical problems issued from electromagnetism, optics, structural mechanics, fluid mechanics, thermal stress, etc. Numerical modelling of physical devices using Ansys Setting up a calculation, numerical methods, geometry, choice of finite elements, meshing, calculation, analysis of outputs Modelling of a physical problem, exploiting symmetry, adapted finite elements and meshes Critical analysis of results and validity Applications to problems in mechanics, thermics, electricity, fluids, and couplings between theses fields Introduction to Ansys Workbench Assessment: continuous, project, one paper exam; project with Ansys

15 Mathematical tools for computer-aided geometric design Lectures: 24h, Computer classes: 24h ECTS : 6 credits Semester 3 Objectives: Knowledge of fundamental principles of CAGD environments One variable case: Bézier curves B-splines, spline curves and associated algorithms, NURBS Applications: interpolation, approximation Two variables case: Polynomials on rectangles (tensor product) or triangles ; representation in the Bernstein basis Interpolation, finite elements, interpolation error Splines defined as tensor products of one-variable splines Polynomial splines defined by triangular pieces: construction of surfaces globally of class C1 by assembling local Hermite finite elements Implementation of certain methods using Fortran or C language, graphical tools, and Matlab for pre- and post-processing Assessment: paper exam, project

16 Parallel computing and on GPU Lectures: 12h, Computer classes: 16h ECTS : 3 credits Semester 3 Objectives: Introduction to programming scientific codes on parallel machines and on graphical processors Basic principles Open-MP MPI Open CL / CUDA Applications in individual projects Assessment: continuous, projects, paper exam

17 Mathematical modelling of propagation phenomena Lectures: 24h, Tutorial: 24h ECTS : 6 credits Semester 3 Objectives: To model physical propagation phenomena using partial differential equations, to study characteristics of corresponding mathematical problems, to determine adequate numerical approaches to solve problems Models of wave propagation in electromagnetism, optics, elastodynamics, acoustic, surface waves Propagation in closed and open wave guides, diffraction of electromagnetic waves by an object, formation of hydraulic jumps Modelling, mathematical study, numerical simulation, applications Existence, unicity of solutions, spectral problems, radiation condition, Riemann problem, Numerical solution using finite differences, finite volumes, finite elements and integral equation methods Several subjects will be studied in more details

18 Inverse problems Lectures: 16h, Computer classes: 16h ECTS : 3 credits Semester 3 Objectives: Introduction to concepts and methods in inverse problems with application to real cases Optimisation and inversion Matrix methods to solve linear and quasi-linear problems Regression as an inverse problem Underdetermined and over-determined problems (Generalised least squares, Moore- Penrose Inverse) Tomography as an inversion problem Uncertainty on model parameters Monte-Carlo Markov chain as an inversion tool for non-linear problems Assessment: coursework, project

19 Modelling in Earth science Lectures: 12h, Computer classes: 12h ECTS : 3 credits Semester 3 Objectives: Introduction to numerical modelling and simulation in geophysics for nonspecialists, no prerequisite in geophysics is required. Why do we need modelling in geosciences? Geodynamics and Plate tectonics Fundamental equations used in Geosciences (thermal solver, Stokes solver) Simple study cases and analytical solutions Using numerical methods to understand geological processes Project: resolution of a geological problem using a FD 2D numerical code (e.g.: evolution of a subduction plate in the Earth mantle). Assessment: project

20 Machine learning for biology Lectures : 18h ECTS : 3 crédits Semester : 3 Objectives: Use, validate, compare Machine Learning tools Use Big Data modules in R and/or Python Linear model for regression Visualization of data in many dimensions Linear methods for supervised classification, aggregation of models, random forests, boosting, kernel methods, VSM,... Graphical methods Neuronal networks, deep learning Assessment : group project

21 Professional integration Lectures : 16h, Tutorials : 10, Practical classes: 8h ECTS : 3 crédits Semester : 3 Objective : competences and techniques to enhance recruitment success in the field of computational science 1) Human ressources Competence portfolio, definition of a professional project CV, application letters, personal file Professional network, modern tools of communication Monitoring job prospection Simulation of a job interview 2) Scientific English Why and how to communicate in science Writing up an abstract Preparing a scientific talk Presentation of a personal scientific research project in English, simulation of a seminar

22 Case study Lectures : 12h, Computer classes : 12h ECTS : 3 crédits Semester : 4 Objectives: To solve a real scale problem from start to finish : scientific background, motivation, mathematical analysis of the model, choice of numerical methods, code development, numerical simulation, presentation of results, validation, interpretation. Every year, a different subject will be proposed by a partner from a scientific institution or a private company : rocket science (CNES PERSEUS project), impact of tsunamis, medical imaging, optronics,...)

23 Thermomechanics and applications Lectures: 24h, Tutorials: 12h ECTS : 3 credits Semester 3 Objectives: To promote understanding of nonlinear behavior of materials under mechanical and thermal loadings To engage interest in coupling effects between mechanics and biology of living tissues Finite transformations of material elements: curves, surfaces and volumes Conservation laws: mass, momentum, angular momentum, energy Constitutive laws and general principles: entropy inequality, generalised standard materials Hyperelastic media: application to isotropic and anisotropic materials Coupled thermoelasticity: classical models, influence on wave propagation Biomechanics Assessment: continuous, project

24 Estimation of parameters and optimization Lectures: 14h, Tutorials: 14h, Computer classes: 8h ECTS : 3 credits Semester 4 Objectives: Introduction to estimation of parameters and optimisation of dynamical systems Basic tools and convex optimisation methods for control and identification problems Theory of optimal control and identification of linear and non-linear dynamical systems, Pontryagin maximum principle, Hamilton-Jacobi theory Numerical methods for the resolution of control problems, application in physics, chemistry and biology Assessment: paper exam, group project

25 Monte-Carlo molecular simulation Lectures: 16h, Computer classes: 8h ECTS : 3 credits Semester 4 Objectives: Molecular simulations to predict macroscopic properties in fundamental and applied science and for the understanding of microscopic processes in matter. No pre-requisite of physics is necessary. Fundamental concepts of molecular and mesoscopic simulation: molecular dynamics and Monte-Carlo method Statistical physics, micro-macro transition, multi-scale simulations, calculation of macroscopic properties: free enthalpy, surface tension, diffusion coefficient, viscocity, adsorption properties Exploring microscopic processes: radial distribution, average force potential, density profile, etc Direct application to nanotechnology: confinement of fluids in nanopores; phase transitions, greenhouse gas capture and removal Assessment: project

26 Project and internship Duration: 4 to 6 months, from mid-march to end of September ECTS : 18 credits Semester 4 Objectives: Preparation and first long-term experience in a professional environment The student defines an internship in modelling and computational science in a private company or large research centre. Many subjects are provided by the Master CSA network of industrial partners. The students are allowed to choose an internship in an autonomous way as long as the objectives and content of the project correspond to those of the Master's degree. An university tutor is assigned to the project. The student prepares a 2 month project with the tutors, from the company/research centre and from the university, to complete his education in order to be fully operational on the first day of the internship. The preparation might include: bibliography, computing languages, computer softwares. It must also include a first case study: modelling, development of mathematical and/or numerical solution of a relevant subject. The student writes a report (20 pages + annexes) and gives an oral presentation (15 minutes) before the start of the internship. If the report or presentation is not satisfactory, the student must restart the process. During the internship, the student must send monthly reports to the university tutor. A visit on site or by video-conference is organized in the middle of the internship. Assessment: The student writes a final report (50 pages + annexes) and gives an oral presentation (30 minutes).

COURSE DESCRIPTIONS. 1 of 5 8/21/2008 3:15 PM. (S) = Spring and (F) = Fall. All courses are 3 semester hours, unless otherwise noted.

COURSE DESCRIPTIONS. 1 of 5 8/21/2008 3:15 PM. (S) = Spring and (F) = Fall. All courses are 3 semester hours, unless otherwise noted. 1 of 5 8/21/2008 3:15 PM COURSE DESCRIPTIONS (S) = Spring and (F) = Fall All courses are 3 semester hours, unless otherwise noted. INTRODUCTORY COURSES: CAAM 210 (BOTH) INTRODUCTION TO ENGINEERING COMPUTATION

More information

Theoretical Manual Theoretical background to the Strand7 finite element analysis system

Theoretical Manual Theoretical background to the Strand7 finite element analysis system Theoretical Manual Theoretical background to the Strand7 finite element analysis system Edition 1 January 2005 Strand7 Release 2.3 2004-2005 Strand7 Pty Limited All rights reserved Contents Preface Chapter

More information

Computational Engineering

Computational Engineering Coordinating unit: 205 - ESEIAAT - Terrassa School of Industrial, Aerospace and Audiovisual Engineering Teaching unit: 220 - ETSEIAT - Terrassa School of Industrial and Aeronautical Engineering Academic

More information

ENGCOMP - Computational Engineering

ENGCOMP - Computational Engineering Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2015 250 - ETSECCPB - Barcelona School of Civil Engineering 751 - DECA - Department of Civil and Environmental Engineering MASTER'S

More information

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering Static & Dynamic Analysis of Structures A Physical Approach With Emphasis on Earthquake Engineering Edward LWilson Professor Emeritus of Civil Engineering University of California, Berkeley Fourth Edition

More information

Introduction. Finite and Spectral Element Methods Using MATLAB. Second Edition. C. Pozrikidis. University of Massachusetts Amherst, USA

Introduction. Finite and Spectral Element Methods Using MATLAB. Second Edition. C. Pozrikidis. University of Massachusetts Amherst, USA Introduction to Finite and Spectral Element Methods Using MATLAB Second Edition C. Pozrikidis University of Massachusetts Amherst, USA (g) CRC Press Taylor & Francis Group Boca Raton London New York CRC

More information

PHYSFLU - Physics of Fluids

PHYSFLU - Physics of Fluids Coordinating unit: 230 - ETSETB - Barcelona School of Telecommunications Engineering Teaching unit: 748 - FIS - Department of Physics Academic year: Degree: 2018 BACHELOR'S DEGREE IN ENGINEERING PHYSICS

More information

CM - Computational Mechanics

CM - Computational Mechanics Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 200 - FME - School of Mathematics and Statistics 751 - DECA - Department of Civil and Environmental Engineering 749 - MAT - Department

More information

NUMERICAL METHODS FOR ENGINEERING APPLICATION

NUMERICAL METHODS FOR ENGINEERING APPLICATION NUMERICAL METHODS FOR ENGINEERING APPLICATION Second Edition JOEL H. FERZIGER A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York / Chichester / Weinheim / Brisbane / Singapore / Toronto

More information

in this web service Cambridge University Press

in this web service Cambridge University Press CONTINUUM MECHANICS This is a modern textbook for courses in continuum mechanics. It provides both the theoretical framework and the numerical methods required to model the behavior of continuous materials.

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index Index A Admissible function, 163 Amplification factor, 36 Amplitude, 1, 22 Amplitude-modulated carrier, 630 Amplitude ratio, 36 Antinodes, 612 Approximate analytical methods, 647 Assumed modes method,

More information

Course Syllabus: Continuum Mechanics - ME 212A

Course Syllabus: Continuum Mechanics - ME 212A Course Syllabus: Continuum Mechanics - ME 212A Division Course Number Course Title Academic Semester Physical Science and Engineering Division ME 212A Continuum Mechanics Fall Academic Year 2017/2018 Semester

More information

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING C. Pozrikidis University of California, San Diego New York Oxford OXFORD UNIVERSITY PRESS 1998 CONTENTS Preface ix Pseudocode Language Commands xi 1 Numerical

More information

Table of Contents. Preface... 13

Table of Contents. Preface... 13 Table of Contents Preface... 13 Chapter 1. Vibrations of Continuous Elastic Solid Media... 17 1.1. Objective of the chapter... 17 1.2. Equations of motion and boundary conditions of continuous media...

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

CAEFEM v9.5 Information

CAEFEM v9.5 Information CAEFEM v9.5 Information Concurrent Analysis Corporation, 50 Via Ricardo, Thousand Oaks, CA 91320 USA Tel. (805) 375 1060, Fax (805) 375 1061 email: info@caefem.com or support@caefem.com Web: http://www.caefem.com

More information

Microstructural Randomness and Scaling in Mechanics of Materials. Martin Ostoja-Starzewski. University of Illinois at Urbana-Champaign

Microstructural Randomness and Scaling in Mechanics of Materials. Martin Ostoja-Starzewski. University of Illinois at Urbana-Champaign Microstructural Randomness and Scaling in Mechanics of Materials Martin Ostoja-Starzewski University of Illinois at Urbana-Champaign Contents Preface ix 1. Randomness versus determinism ix 2. Randomness

More information

Alternative numerical method in continuum mechanics COMPUTATIONAL MULTISCALE. University of Liège Aerospace & Mechanical Engineering

Alternative numerical method in continuum mechanics COMPUTATIONAL MULTISCALE. University of Liège Aerospace & Mechanical Engineering University of Liège Aerospace & Mechanical Engineering Alternative numerical method in continuum mechanics COMPUTATIONAL MULTISCALE Van Dung NGUYEN Innocent NIYONZIMA Aerospace & Mechanical engineering

More information

M E M O R A N D U M. Faculty Senate approved November 1, 2018

M E M O R A N D U M. Faculty Senate approved November 1, 2018 M E M O R A N D U M Faculty Senate approved November 1, 2018 TO: FROM: Deans and Chairs Becky Bitter, Sr. Assistant Registrar DATE: October 23, 2018 SUBJECT: Minor Change Bulletin No. 5 The courses listed

More information

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: PHYSC NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: PHYSC NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595 l. Course #: PHYSC 121 2. NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR NAME OF COURSE ENGINEERING PHYSICS 1 WITH LAB 3. CURRENT DATE: SUMMER

More information

Computational Biology Course Descriptions 12-14

Computational Biology Course Descriptions 12-14 Computational Biology Course Descriptions 12-14 Course Number and Title INTRODUCTORY COURSES BIO 311C: Introductory Biology I BIO 311D: Introductory Biology II BIO 325: Genetics CH 301: Principles of Chemistry

More information

MATHEMATICS. Course Syllabus. Section A: Linear Algebra. Subject Code: MA. Course Structure. Ordinary Differential Equations

MATHEMATICS. Course Syllabus. Section A: Linear Algebra. Subject Code: MA. Course Structure. Ordinary Differential Equations MATHEMATICS Subject Code: MA Course Structure Sections/Units Section A Section B Section C Linear Algebra Complex Analysis Real Analysis Topics Section D Section E Section F Section G Section H Section

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Numerical Methods for Engineers SEVENTH EDITION Steven C Chopra Berger Chair in Computing and Engineering Tufts University Raymond P. Canal Professor Emeritus of Civil Engineering of Michiaan University

More information

Kernel-based Approximation. Methods using MATLAB. Gregory Fasshauer. Interdisciplinary Mathematical Sciences. Michael McCourt.

Kernel-based Approximation. Methods using MATLAB. Gregory Fasshauer. Interdisciplinary Mathematical Sciences. Michael McCourt. SINGAPORE SHANGHAI Vol TAIPEI - Interdisciplinary Mathematical Sciences 19 Kernel-based Approximation Methods using MATLAB Gregory Fasshauer Illinois Institute of Technology, USA Michael McCourt University

More information

MECHANICAL ENGINEERING (ME)

MECHANICAL ENGINEERING (ME) Mechanical Engineering (ME) 1 MECHANICAL ENGINEERING (ME) ME 206. Mechanics II: Dynamics Prerequisite(s): ENGR 102 and CEE 205. Description: Study of motions and forces in engineering systems. Kinematics

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS MECHANICS & HEAT W/ LAB II PHYS 1320

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS MECHANICS & HEAT W/ LAB II PHYS 1320 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS MECHANICS & HEAT W/ LAB II PHYS 1320 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 01 Catalog Course Description:

More information

MSc Physics - SC530 (Under Review)

MSc Physics - SC530 (Under Review) MSc Physics - SC530 (Under Review) 1. Specific Titles 1) MSc Physics 2) Postgraduate Diploma in Physics 3) Postgraduate Certificate in Physics 2. Objectives This Programme aims at enhancing the knowledge

More information

CN - Numerical Computation

CN - Numerical Computation Coordinating unit: 270 - FIB - Barcelona School of Informatics Teaching unit: 749 - MAT - Department of Mathematics Academic year: Degree: 2017 BACHELOR'S DEGREE IN INFORMATICS ENGINEERING (Syllabus 2010).

More information

Engineering Physics. In the Science Program, Engineering Physics contributes to the following program goals described in the Exit Profile:

Engineering Physics. In the Science Program, Engineering Physics contributes to the following program goals described in the Exit Profile: Engineering Physics Objectives: 00UV Discipline: Physics Ponderation: 3-2-3 Course Code: 203-BZE-05 Prerequisite: 00UR (Mechanics ) Course Credit: 2 2/3 Corequisite: 00UP (Calculus II) Semester: 4 Introduction

More information

SIMCON - Computer Simulation of Condensed Matter

SIMCON - Computer Simulation of Condensed Matter Coordinating unit: 230 - ETSETB - Barcelona School of Telecommunications Engineering Teaching unit: 748 - FIS - Department of Physics Academic year: Degree: 2017 BACHELOR'S DEGREE IN ENGINEERING PHYSICS

More information

Finite Element Method

Finite Element Method Finite Element Method Finite Element Method (ENGC 6321) Syllabus Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered in this course one dimensional

More information

Partial Differential Equations and the Finite Element Method

Partial Differential Equations and the Finite Element Method Partial Differential Equations and the Finite Element Method Pavel Solin The University of Texas at El Paso Academy of Sciences ofthe Czech Republic iwiley- INTERSCIENCE A JOHN WILEY & SONS, INC, PUBLICATION

More information

Numerical Methods with MATLAB

Numerical Methods with MATLAB Numerical Methods with MATLAB A Resource for Scientists and Engineers G. J. BÖRSE Lehigh University PWS Publishing Company I(T)P AN!NTERNATIONAL THOMSON PUBLISHING COMPANY Boston Albany Bonn Cincinnati

More information

Numerical Mathematics

Numerical Mathematics Alfio Quarteroni Riccardo Sacco Fausto Saleri Numerical Mathematics Second Edition With 135 Figures and 45 Tables 421 Springer Contents Part I Getting Started 1 Foundations of Matrix Analysis 3 1.1 Vector

More information

CAM Ph.D. Qualifying Exam in Numerical Analysis CONTENTS

CAM Ph.D. Qualifying Exam in Numerical Analysis CONTENTS CAM Ph.D. Qualifying Exam in Numerical Analysis CONTENTS Preliminaries Round-off errors and computer arithmetic, algorithms and convergence Solutions of Equations in One Variable Bisection method, fixed-point

More information

Mathematica. 1? Birkhauser. Continuum Mechanics using. Fundamentals, Methods, and Applications. Antonio Romano Addolorata Marasco.

Mathematica. 1? Birkhauser. Continuum Mechanics using. Fundamentals, Methods, and Applications. Antonio Romano Addolorata Marasco. Antonio Romano Addolorata Marasco Continuum Mechanics using Mathematica Fundamentals, Methods, and Applications Second Edition TECHNISCHE INFORM ATIONSB IBLIOTHEK UNIVERSITATSBtBLIOTHEK HANNOVER 1? Birkhauser

More information

FYSA01, Physics 1: General Physics, 30 credits Fysik 1: Allmän fysik, 30 högskolepoäng First Cycle / Grundnivå

FYSA01, Physics 1: General Physics, 30 credits Fysik 1: Allmän fysik, 30 högskolepoäng First Cycle / Grundnivå Faculty of Science FYSA01, Physics 1: General Physics, 30 credits Fysik 1: Allmän fysik, 30 högskolepoäng First Cycle / Grundnivå Details of approval The syllabus was approved by Study programmes board,

More information

240EQ212 - Fundamentals of Combustion and Fire Dynamics

240EQ212 - Fundamentals of Combustion and Fire Dynamics Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 295 - EEBE - Barcelona East School of Engineering 713 - EQ - Department of Chemical Engineering MASTER'S DEGREE IN CHEMICAL ENGINEERING

More information

Syllabus for Applied Mathematics Graduate Student Qualifying Exams, Dartmouth Mathematics Department

Syllabus for Applied Mathematics Graduate Student Qualifying Exams, Dartmouth Mathematics Department Syllabus for Applied Mathematics Graduate Student Qualifying Exams, Dartmouth Mathematics Department Alex Barnett, Scott Pauls, Dan Rockmore August 12, 2011 We aim to touch upon many topics that a professional

More information

Distance Learning Program

Distance Learning Program Distance Learning Program Leading To Master of Engineering or Master of Science In Mechanical Engineering Typical Course Presentation Format Program Description The MAE Department at Clarkson University

More information

Numerical Methods for Engineers and Scientists

Numerical Methods for Engineers and Scientists Numerical Methods for Engineers and Scientists Second Edition Revised and Expanded Joe D. Hoffman Department of Mechanical Engineering Purdue University West Lafayette, Indiana m MARCEL D E К К E R MARCEL

More information

Computational Methods

Computational Methods Numerical Computational Methods Revised Edition P. B. Patil U. P. Verma Alpha Science International Ltd. Oxford, U.K. CONTENTS Preface List ofprograms v vii 1. NUMER1CAL METHOD, ERROR AND ALGORITHM 1 1.1

More information

NUMERICAL MATHEMATICS AND COMPUTING

NUMERICAL MATHEMATICS AND COMPUTING NUMERICAL MATHEMATICS AND COMPUTING Fourth Edition Ward Cheney David Kincaid The University of Texas at Austin 9 Brooks/Cole Publishing Company I(T)P An International Thomson Publishing Company Pacific

More information

DEPARTMENT OF PHYSICS

DEPARTMENT OF PHYSICS Department of Physics 1 DEPARTMENT OF PHYSICS Office in Engineering Building, Room 124 (970) 491-6206 physics.colostate.edu (http://www.physics.colostate.edu) Professor Jacob Roberts, Chair Undergraduate

More information

Course syllabus Engineering Mechanics - Dynamics

Course syllabus Engineering Mechanics - Dynamics Course syllabus Engineering Mechanics - Dynamics COURSE DETAILS Type of study programme Study programme Course title Course code ECTS (Number of credits allocated) Course status Year of study Course Web

More information

OKLAHOMA SUBJECT AREA TESTS (OSAT )

OKLAHOMA SUBJECT AREA TESTS (OSAT ) CERTIFICATION EXAMINATIONS FOR OKLAHOMA EDUCATORS (CEOE ) OKLAHOMA SUBJECT AREA TESTS (OSAT ) FIELD 014: PHYSICS September 2011 Subarea Range of Competencies I. Scientific and Engineering Processes 0001

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS MECHANICS AND HEAT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS MECHANICS AND HEAT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS 2325 - MECHANICS AND HEAT CATALOG DESCRIPTION: PHYS 2325 Mechanics and Heat. CIP 4008015403 A calculus-based approach to the principles of mechanics

More information

Structure of the Comprehensive Examination in the ME Department. For circulation to students

Structure of the Comprehensive Examination in the ME Department. For circulation to students Structure of the Comprehensive Examination in the ME Department For circulation to students i. The qualifying exams will be held up to 3 times every year. ii. Generally, the qualifying examination will

More information

M.Sc. Physics

M.Sc. Physics --------------------------------------- M.Sc. Physics Curriculum & Brief Syllabi (2012) --------------------------------------- DEPARTMENT OF PHYSICS NATIONAL INSTITUTE OF TECHNOLOGY CALICUT CURRICULUM

More information

DEPARTMENT OF PHYSICS

DEPARTMENT OF PHYSICS Department of Physics 1 DEPARTMENT OF PHYSICS Roy F. Mitte Building Room 3240 T: 512.245.2131 F: 512.245.8233 www.txstate.edu/physics/ (http://www.txstate.edu/physics) Physics, the study of matter and

More information

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013)

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) The first semester will concentrate on basic matrix skills as described in MA 205, and the student should have one semester of calculus.

More information

Applied Mathematics and Statistics Graduate Course Offerings

Applied Mathematics and Statistics Graduate Course Offerings Applied Mathematics and Statistics Graduate Course Offerings MATH500. LINEAR VECTOR SPACES. 3.0 Semester Hrs. Finite dimensional vector spaces and subspaces: dimension, dual bases, annihilators. Linear

More information

PHYSICS-PH (PH) Courses. Physics-PH (PH) 1

PHYSICS-PH (PH) Courses. Physics-PH (PH) 1 Physics-PH (PH) 1 PHYSICS-PH (PH) Courses PH 110 Physics of Everyday Phenomena (GT-SC2) Credits: 3 (3-0-0) Fundamental concepts of physics and elementary quantitative reasoning applied to phenomena in

More information

PHYSICS. For Senior Comprehensives. Requirements for a Major. Physics 1

PHYSICS. For Senior Comprehensives. Requirements for a Major. Physics 1 Physics 1 PHYSICS Physics is the study of the fundamental laws that govern our universe. Our curriculum is designed to give our students a solid foundation for understanding these laws and how they were

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 01 Catalog Course Description:

More information

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams.

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Outline of Continuous Systems. Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Vibrations of Flexible Strings. Torsional Vibration of Rods. Bernoulli-Euler Beams.

More information

D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for

D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for 2017-2018 UNIT NAME OF UNIT WEIGHTAGE 1. 2. 3. Physical World and Measurement Kinemetics Laws of Motion

More information

APPLIED PARTIAL DIFFERENTIAL EQUATIONS

APPLIED PARTIAL DIFFERENTIAL EQUATIONS APPLIED PARTIAL DIFFERENTIAL EQUATIONS AN I N T R O D U C T I O N ALAN JEFFREY University of Newcastle-upon-Tyne ACADEMIC PRESS An imprint of Elsevier Science Amsterdam Boston London New York Oxford Paris

More information

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo Excel for Scientists and Engineers Numerical Method s E. Joseph Billo Detailed Table of Contents Preface Acknowledgments About the Author Chapter 1 Introducing Visual Basic for Applications 1 Chapter

More information

Continuum Mechanics and Theory of Materials

Continuum Mechanics and Theory of Materials Peter Haupt Continuum Mechanics and Theory of Materials Translated from German by Joan A. Kurth Second Edition With 91 Figures, Springer Contents Introduction 1 1 Kinematics 7 1. 1 Material Bodies / 7

More information

Nonlinear Problems of Elasticity

Nonlinear Problems of Elasticity Stuart S. Antman Nonlinear Problems of Elasticity With 105 Illustrations Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Hong Kong Barcelona Budapest Contents Preface vn Chapter I. Background

More information

DIVIDED SYLLABUS ( ) - CLASS XI PHYSICS (CODE 042) COURSE STRUCTURE APRIL

DIVIDED SYLLABUS ( ) - CLASS XI PHYSICS (CODE 042) COURSE STRUCTURE APRIL DIVIDED SYLLABUS (2015-16 ) - CLASS XI PHYSICS (CODE 042) COURSE STRUCTURE APRIL Unit I: Physical World and Measurement Physics Need for measurement: Units of measurement; systems of units; SI units, fundamental

More information

Applied Numerical Analysis

Applied Numerical Analysis Applied Numerical Analysis Using MATLAB Second Edition Laurene V. Fausett Texas A&M University-Commerce PEARSON Prentice Hall Upper Saddle River, NJ 07458 Contents Preface xi 1 Foundations 1 1.1 Introductory

More information

The Finite Element Method for Solid and Structural Mechanics

The Finite Element Method for Solid and Structural Mechanics The Finite Element Method for Solid and Structural Mechanics Sixth edition O.C. Zienkiewicz, CBE, FRS UNESCO Professor of Numerical Methods in Engineering International Centre for Numerical Methods in

More information

Particle-Simulation Methods for Fluid Dynamics

Particle-Simulation Methods for Fluid Dynamics Particle-Simulation Methods for Fluid Dynamics X. Y. Hu and Marco Ellero E-mail: Xiangyu.Hu and Marco.Ellero at mw.tum.de, WS 2012/2013: Lectures for Mechanical Engineering Institute of Aerodynamics Technical

More information

Numerical Solutions of Partial Differential Equations

Numerical Solutions of Partial Differential Equations Numerical Solutions of Partial Differential Equations Dr. Xiaozhou Li xiaozhouli@uestc.edu.cn School of Mathematical Sciences University of Electronic Science and Technology of China Introduction Overview

More information

Physics Courses. Courses. Physics Courses 1

Physics Courses. Courses. Physics Courses 1 Physics Courses 1 Physics Courses Courses PHYS 1403. General Physics I (C). General Physics I (3-2) A non-calculus treatment of mechanics and heat. Laboratory experience is an essential component of this

More information

Table of Contents. Preface...xvii. Part 1. Level

Table of Contents. Preface...xvii. Part 1. Level Preface...xvii Part 1. Level 1... 1 Chapter 1. The Basics of Linear Elastic Behavior... 3 1.1. Cohesion forces... 4 1.2. The notion of stress... 6 1.2.1. Definition... 6 1.2.2. Graphical representation...

More information

Computational Modeling for Physical Sciences

Computational Modeling for Physical Sciences Computational Modeling for Physical Sciences Since the invention of computers the use of computational modeling and simulations have revolutionized the way we study physical systems. Their applications

More information

METHODS OF ENGINEERING MATHEMATICS

METHODS OF ENGINEERING MATHEMATICS METHODS OF ENGINEERING MATHEMATICS Edward J. Hang Kyung K. Choi Department of Mechanical Engineering College of Engineering The University of Iowa Iowa City, Iowa 52242 METHODS OF ENGINEERING MATHEMATICS

More information

ME101: Engineering Mechanics ( )

ME101: Engineering Mechanics ( ) ME101: Engineering Mechanics (3 1 0 8) 2016-2017 (II Semester); Division IV Budhaditya Hazra Room N-307 Department of Civil Engineering budhaditya.hazra@iitg.ernet.in Phone: 258 3334/5334 Web: www.iitg.ernet.in/budhaditya.hazra

More information

Undergraduate Physics Courses in Semesters:

Undergraduate Physics Courses in Semesters: Undergraduate Physics Courses in Semesters: PHYS1901 Physics Seminar Credit Hours: 1.0; Content: SEMINAR (1.0); Prerequisites: ; Course Description: Overview of current topics in physics, based on readings,

More information

MATHEMATICS (MAT) Professors William Harris and Homer White (Chair); Visiting Assistant Professor Jianning Su; Visiting Lecturer Lucas Garnett

MATHEMATICS (MAT) Professors William Harris and Homer White (Chair); Visiting Assistant Professor Jianning Su; Visiting Lecturer Lucas Garnett MATHEMATICS (MAT) Professors William Harris and Homer White (Chair); Visiting Assistant Professor Jianning Su; Visiting Lecturer Lucas Garnett The various disciplines within the Department of Mathematics,

More information

Geometrically exact beam dynamics, with and without rotational degree of freedom

Geometrically exact beam dynamics, with and without rotational degree of freedom ICCM2014 28-30 th July, Cambridge, England Geometrically exact beam dynamics, with and without rotational degree of freedom *Tien Long Nguyen¹, Carlo Sansour 2, and Mohammed Hjiaj 1 1 Department of Civil

More information

METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS

METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS METHODS FOR SOLVING MATHEMATICAL PHYSICS PROBLEMS V.I. Agoshkov, P.B. Dubovski, V.P. Shutyaev CAMBRIDGE INTERNATIONAL SCIENCE PUBLISHING Contents PREFACE 1. MAIN PROBLEMS OF MATHEMATICAL PHYSICS 1 Main

More information

FISIKA KOMPUTASI (COMPUTATIONAL PHYSICS) Ishafit Program Studi Pendidikan Fisika Universitas Ahmad Dahlan

FISIKA KOMPUTASI (COMPUTATIONAL PHYSICS) Ishafit Program Studi Pendidikan Fisika Universitas Ahmad Dahlan FISIKA KOMPUTASI (COMPUTATIONAL PHYSICS) Ishafit Program Studi Pendidikan Fisika Universitas Ahmad Dahlan What is Computational Science What is Computational Physics Reference: Resource Letter CP-2: Computational

More information

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements.

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements. PHYSICS Course Structure Unit Topics Marks I Physical World and Measurement 1 Physical World 2 Units and Measurements II Kinematics 3 Motion in a Straight Line 23 4 Motion in a Plane III Laws of Motion

More information

Contents. I Introduction 1. Preface. xiii

Contents. I Introduction 1. Preface. xiii Contents Preface xiii I Introduction 1 1 Continuous matter 3 1.1 Molecules................................ 4 1.2 The continuum approximation.................... 6 1.3 Newtonian mechanics.........................

More information

MATHEMATICS (MAT) Mathematics (MAT) 1

MATHEMATICS (MAT) Mathematics (MAT) 1 MATHEMATICS (MAT) MAT 097 BASIC MATHEMATICS 0, 3/0 Provides the necessary mathematics background needed to pass college-level algebra; covers polynomials, rational expressions, exponents and roots, solving

More information

FUNDAMENTALS OF POLARIZED LIGHT

FUNDAMENTALS OF POLARIZED LIGHT FUNDAMENTALS OF POLARIZED LIGHT A STATISTICAL OPTICS APPROACH Christian Brosseau University of Brest, France A WILEY-INTERSCIENCE PUBLICATION JOHN WILEY & SONS, INC. New York - Chichester. Weinheim. Brisbane

More information

SYLLABUS. COURSE DESCRIPTION (Course information, basic description, general information, teaching overview, required equipment and preparation, etc.

SYLLABUS. COURSE DESCRIPTION (Course information, basic description, general information, teaching overview, required equipment and preparation, etc. Faculty of Medicine Course title: Medical Physics and Biophysics Course coordinator: Collaborators: Slaven Jurković, PhD, Assistant Professor Diana Mance, PhD, Senior Assistant Study program: Integrated

More information

Contents. Preface to the Third Edition (2007) Preface to the Second Edition (1992) Preface to the First Edition (1985) License and Legal Information

Contents. Preface to the Third Edition (2007) Preface to the Second Edition (1992) Preface to the First Edition (1985) License and Legal Information Contents Preface to the Third Edition (2007) Preface to the Second Edition (1992) Preface to the First Edition (1985) License and Legal Information xi xiv xvii xix 1 Preliminaries 1 1.0 Introduction.............................

More information

Ph.D. and M.S. in Computational Science and Engineering. Two different M.S. and Ph.D. degrees in Applied mathematics and Engineering

Ph.D. and M.S. in Computational Science and Engineering. Two different M.S. and Ph.D. degrees in Applied mathematics and Engineering Ph.D. and M.S. in Computational Science and Engineering Two different M.S. and Ph.D. degrees in Applied mathematics and Engineering MS in CSE - Mathematics MS in CSE Mechanical/Electrical Engineering PhD

More information

Contents as of 12/8/2017. Preface. 1. Overview...1

Contents as of 12/8/2017. Preface. 1. Overview...1 Contents as of 12/8/2017 Preface 1. Overview...1 1.1 Introduction...1 1.2 Finite element data...1 1.3 Matrix notation...3 1.4 Matrix partitions...8 1.5 Special finite element matrix notations...9 1.6 Finite

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS PREFACE i Preface If an application of mathematics has a component that varies continuously as a function of time, then it probably involves a differential equation. For this reason, ordinary differential

More information

(Autonomous/ Affiliated to Anna University, Chennai) COIMBATORE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

(Autonomous/ Affiliated to Anna University, Chennai) COIMBATORE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING (Autonomous/ Affiliated to Anna University, Chennai) COIMBATORE-641 032 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING Semester III Academic Year: 2015-2016 Regulations 2014 COURSE PLAN Vision To

More information

ELAS - Elasticity

ELAS - Elasticity Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 295 - EEBE - Barcelona East School of Engineering 737 - RMEE - Department of Strength of Materials and Structural Engineering

More information

CE-570 Advanced Structural Mechanics - Arun Prakash

CE-570 Advanced Structural Mechanics - Arun Prakash Ch1-Intro Page 1 CE-570 Advanced Structural Mechanics - Arun Prakash The BIG Picture What is Mechanics? Mechanics is study of how things work: how anything works, how the world works! People ask: "Do you

More information

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems

APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems APPLIED PARTIM DIFFERENTIAL EQUATIONS with Fourier Series and Boundary Value Problems Fourth Edition Richard Haberman Department of Mathematics Southern Methodist University PEARSON Prentice Hall PEARSON

More information

Back Matter Index The McGraw Hill Companies, 2004

Back Matter Index The McGraw Hill Companies, 2004 INDEX A Absolute viscosity, 294 Active zone, 468 Adjoint, 452 Admissible functions, 132 Air, 294 ALGOR, 12 Amplitude, 389, 391 Amplitude ratio, 396 ANSYS, 12 Applications fluid mechanics, 293 326. See

More information

DIFFERENTIAL EQUATIONS WITH BOUNDARY VALUE PROBLEMS

DIFFERENTIAL EQUATIONS WITH BOUNDARY VALUE PROBLEMS DIFFERENTIAL EQUATIONS WITH BOUNDARY VALUE PROBLEMS Modern Methods and Applications 2nd Edition International Student Version James R. Brannan Clemson University William E. Boyce Rensselaer Polytechnic

More information

An Introductory Course on Modelling of Multiphysics Problems

An Introductory Course on Modelling of Multiphysics Problems An Introductory Course on Modelling of Multiphysics Problems Introductory Course on Multiphysics Modelling TOMASZ G. ZIELIŃSKI bluebox.ippt.pan.pl/ tzielins/ Institute of Fundamental Technological Research

More information

Content. Department of Mathematics University of Oslo

Content. Department of Mathematics University of Oslo Chapter: 1 MEK4560 The Finite Element Method in Solid Mechanics II (January 25, 2008) (E-post:torgeiru@math.uio.no) Page 1 of 14 Content 1 Introduction to MEK4560 3 1.1 Minimum Potential energy..............................

More information

College Physics 10th edition

College Physics 10th edition College Physics 10th edition Raymond A. Serway and Chris Vuille Publisher: Cengage Learning Table of Contents PHY101 covers chapters 1-8 PHY102 covers chapters 9-25 Chapter 1: Introduction 1.1: Standards

More information

Academic Course Description. BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering

Academic Course Description. BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME202 - ENGINEERING MECHANICS Course (catalog) description Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME202 - ENGINEERING

More information

FÍSICA - Physics

FÍSICA - Physics Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 250 - ETSECCPB - Barcelona School of Civil Engineering 748 - FIS - Department of Physics BACHELOR'S DEGREE IN CIVIL ENGINEERING

More information

NUMERICAL METHODS USING MATLAB

NUMERICAL METHODS USING MATLAB NUMERICAL METHODS USING MATLAB Dr John Penny George Lindfield Department of Mechanical Engineering, Aston University ELLIS HORWOOD NEW YORK LONDON TORONTO SYDNEY TOKYO SINGAPORE Preface 1 An introduction

More information

TEACHER CERTIFICATION STUDY GUIDE. Table of Contents COMPETENCY 1.0 UNDERSTAND AND APPLY KNOWLEDGE OF SCIENCE AS INQUIRY...1

TEACHER CERTIFICATION STUDY GUIDE. Table of Contents COMPETENCY 1.0 UNDERSTAND AND APPLY KNOWLEDGE OF SCIENCE AS INQUIRY...1 Table of Contents SUBAREA I. SCIENCE AND TECHNOLOGY COMPETENCY 1.0 UNDERSTAND AND APPLY KNOWLEDGE OF SCIENCE AS INQUIRY...1 Skill 1.1 Skill 1.2 Skill 1.3 Skill 1.4 Skill 1.5 Recognize the assumptions,

More information

BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME 302 THERMODYNAMICS

BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME 302 THERMODYNAMICS BME 302 - THERMODYNAMICS Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Mechanical Engineering BME 302 THERMODYNAMICS Third Semester, 2015-16 (ODd Semester)

More information