Note of use of the boundary conditions treated by elimination

Size: px
Start display at page:

Download "Note of use of the boundary conditions treated by elimination"

Transcription

1 Titre : Notice d'utilisation des conditions aux limites tr[...] Date : 01/10/2012 Page : 1/5 Note of use of the boundary conditions treated by elimination Summarized the processing of the boundary conditions of the Dirichlet type by elimination (AFFE_CHAR_CINE) does not offer the same generality as by dualisation (AFFE_CHAR_MECA for example). This processing is used when the goal is to improve the execution time of a computation, or if working with positive definite matrices is desired. Note that the boundary conditions available in AFFE_CHAR_* (* = MECA/THER/ACOU) cannot all be eliminated and treated by AFFE_CHAR_CINE. This document describes how to use the kinematical loads in the Aster command sets. There are 3 cases (from the simplest to the most intricate): a global command is used (THER_LINEAIRE, STAT_NON_LINE, ). In this case, kinematical loads are used like other loads. an eigen modes computation is performed. It is then necessary to add an argument in the command ASSE_MATRICE. a step by step computation is performed and the linear systems are solved with the commands FACTORISER and RESOUDRE. In the latter case, the command CALC_CHAR_CINE should be used.

2 Titre : Notice d'utilisation des conditions aux limites tr[...] Date : 01/10/2012 Page : 2/5 1 Principle of elimination One seeks to solve in R n the problem of minimization under stress (Pb1) according to: min u U G 1 2 ut K u u T f with U G = {u R n, u G = } where R p is known ( 1 p n ) G is the subset of N ={1,..., n}, of cardinal p : G=g 1... g p u G is the projection of u on under space generated by {u i } i G where u i j = ij, j N K is a symmetric matrix n n, f R n is built-in. The contraintereprésente u G = of the boundary conditions of the homogeneous Dirichlet type or not. If one notes L=C N G the complementary one to G in N, one can, using u i previously definite, to all in all break up R n direct V G = vector space generated by {u i } i G and of V L = vector space generated by {u i } i L ; Consequently, we have R n =V G V L and it is noted u=u G u K where u G = u G and = u L still in vectorial notation u= {u G } the problem is (Pb1) can thus be written in the form of the problem (Pb2): {min 1 u G V G V L u G = which is equivalent as: Pb1 Pb2 2 u T G K GG u G 1 2 u T L K LL u T L K LG u G u T L f L u T G f G {min 1 2 V L u= T K LL T K LG T f L One then eliminated u G from the problem of minimization.

3 Titre : Notice d'utilisation des conditions aux limites tr[...] Date : 01/10/2012 Page : 3/5 The matricial problem associated with (Pb3) follows : One searches minimizing 1 2 u T L K LL u T L K LG u T L f L what amounts solving the following matricial problems: K LL = F L K LG One can thus write: Pb1 Pb2 Pb3 [ K LL 0 0 I G][ u G] = [ f K LG 0 ], in K ' [ u G] = f ' 2 Aster the kinematical loads 2.1 a kinematical load (standard Aster is Processing : char_cine_* [* = meca/ther/acou]) makes it possible to characterize the group G d.o.f. imposed and for i i G which are the values assigned to these d.o.f. f. The definition of a kinematical load is done via the operator AFFE_CHAR_CINE for constant or function of geometry or time. (u_0) _i 2.2 The kinematical vectors the kinematical vector is a cham_no_* which represents the vector [ 0 ]. To each kinematical load corresponds a kinematical vector. This operation is carried out by the operator CALC_CHAR_CINE. 2.3 Computation of K' K' is directly calculated at the assembly time by the operator ASSE_MATRICE provided naturally whom one provides in argument a list of kinematical loads. The data structure MATR_ASSE_* has been modified in order to be able to store K' when it is necessary. 2.4 Computation of f' After L '' operator TO FACTORIZE the concept of the matr_asse_* type produced, contains factorized K' and unchanged matrix KLG. The computation of F'is carried out at the time of the resolution: it is necessary to provide the operator TO SOLVE in argument the kinematical vector corresponding to This operator calculates then f ' before solving fact K ' [ u G ] = f '. [ 0 ] via key word CHAM_CINE.

4 Titre : Notice d'utilisation des conditions aux limites tr[...] Date : 01/10/2012 Page : 4/5 3 Examples of command files 3.1 Mechanical computation with a global command (STAT_NON_LINE): DEPIMP=AFFE_CHAR_CINE (MODELE=MOD, MECA_IMPO=_F ( GROUP_MA = LCD1, DY = -2.0)) RESU=STAT_NON_LINE (MODELE=MOD, CHAM_MATER=CHMAT, EXCIT= _F ( CHARGE = DEPIMP, ) FONC_MULT = FONC), 3.2 Kinematical loads for a computation of eigen modes: CHARCINE=AFFE_CHAR_CINE (MODELE=MODEL, MECA_IMPO=_F (GROUP_MA=' GM2', DX=0.0, DY=0.0)) KASS=ASSE_MATRICE (MATR_ELEM=KELEM, NUME_DDL=NUMÉRIQUE, CHAR_CINE=CHARCINE,); MASS=ASSE_MATRICE (MATR_ELEM=MELEM, NUME_DDL=NUMÉRIQUE, CHAR_CINE=CHARCINE,); # computation of the eigen modes of structure MODES=MODE_ITER_SIMULT (MATR_RIGI=KASS, MATR_MASS=MASS, CALC_FREQ=_F ( NMAX_FREQ=10,)) 3.3 Computation step by step using commands FACTORISER and RESOUDRE : CHCINE=AFFE_CHAR_CINE ( MODELE=MO, MECA_IMPO= ( _F (GROUP_NO = SUPY, DY = 0.), _F (GROUP_NO = CHARGE, DX = -1.))) MEL=CALC_MATR_ELEM ( MODELE=MO, CHAM_MATER=CHMAT, OPTION=' RIGI_MECA') NU=NUMÉRIQUE_DDL ( MATR_RIGI=MEL) MATAS=ASSE_MATRICE (MATR_ELEM=MEL, NUME_DDL=NU, CHAR_CINE=CHCINE) SCMBRE=CRÉA_CHAMP ( ) VCINE=CALC_CHAR_CINE (NUME_DDL=NU, CHAR_CINE=CHCINE ) MATAS=FACTORISER (reuse=matas, MATR_ASSE=MATAS)

5 Titre : Notice d'utilisation des conditions aux limites tr[...] Date : 01/10/2012 Page : 5/5 DEP=RESOUDRE (MATR=MATAS, CHAM_NO=SCMBRE, CHAM_CINE=VCINE)

Version default Titre : Opérateur CALC_CHAR_SEISME Date : 28/02/2013 Page : 1/7 Responsable : Georges DEVESA Clé : U Révision : 10548

Version default Titre : Opérateur CALC_CHAR_SEISME Date : 28/02/2013 Page : 1/7 Responsable : Georges DEVESA Clé : U Révision : 10548 Titre : Opérateur CALC_CHAR_SEISME Date : 28/02/2013 Page : 1/7 Operator CALC_CHAR_SEISME 1 Drank To establish the seismic loading for a computation of response moving relative motion compared to the bearings.

More information

Realization of a study civil engineer with cables of prestressing

Realization of a study civil engineer with cables of prestressing Titre : Réalisation d'une étude génie civil avec câbles de[...] Date : 11/07/2012 Page : 1/13 Realization of a study civil engineer with cables of prestressing Summarized: The purpose of this document

More information

HSLA303 - Roll under pressure and thermal thermal expansion

HSLA303 - Roll under pressure and thermal thermal expansion Titre : HSLA303 - Cylindre sous pression et dilatation the[...] Date : 15/04/2013 Page : 1/6 HSLA303 - Roll under pressure and thermal thermal expansion Abstract: The computation is realized into axisymmetric.

More information

SSNV137 - Cable of prestressed in a Summarized concrete straight beam

SSNV137 - Cable of prestressed in a Summarized concrete straight beam Titre : SSNV137 - Câble de précontrainte dans une poutre d[...] Date : 23/10/2012 Page : 1/10 SSNV137 - Cable of prestressed in a Summarized concrete straight beam One considers a concrete straight beam,

More information

HSLA303 - Cylinder under pressure and thermal dilation

HSLA303 - Cylinder under pressure and thermal dilation Titre : HSLA303 - Cylindre sous pression et dilatation the[...] Date : 03/07/2013 Page : 1/6 HSLA303 - Cylinder under pressure and thermal dilation Summary: Calculation is carried out into axisymmetric.

More information

This note aims to guide the user in the choice of a connection Beam 3D in dynamics in Code_Aster.

This note aims to guide the user in the choice of a connection Beam 3D in dynamics in Code_Aster. Titre : Notice d utilisation des raccords 1D-3D Date : 24/07/2014 Page : 1/13 Note of use of connections 1D-3D Summary: This note aims to guide the user in the choice of a connection Beam 3D in dynamics

More information

Implicit integration and clarifies nonlinear relations of behaviors

Implicit integration and clarifies nonlinear relations of behaviors Titre : Intégration implicite et explicite des relations d[...] Date : 25/09/2013 Page : 1/14 Implicit integration and clarifies nonlinear relations of behaviors Summary This document describes two methods

More information

Code_Aster. Note of calculation to buckling

Code_Aster. Note of calculation to buckling Titre : Notice de calcul au flambage Date : 24/07/2015 Page : 1/11 Note of calculation to buckling Summary: The objective of this documentation is to present a methodological guide for a nonlinear analysis

More information

Code_Aster. HSNV120 - Tension hyper elastic of a bar under thermal loading

Code_Aster. HSNV120 - Tension hyper elastic of a bar under thermal loading Titre : HSNV - Traction hperélastique d'un barreau sou[...] Date : 4/8/ Page : / HSNV - Tension hper elastic of a bar under thermal loading Abstract: This quasi-static thermomechanical test consists in

More information

Code_Aster. HSNV129 - Test of compression-dilation for study of the coupling thermics-cracking

Code_Aster. HSNV129 - Test of compression-dilation for study of the coupling thermics-cracking Titre : HSNV129 - Essai de compression-dilatation pour étu[...] Date : 28/2/218 Page : 1/8 HSNV129 - Test of compression-dilation for study of the coupling thermics-cracking Summary: One applies to an

More information

Code_Aster. A finite element of cable-pulley

Code_Aster. A finite element of cable-pulley Titre : Un élément fini de câble-poulie Date : 09/12/2013 Page : 1/14 A finite element of cable-pulley Summary : The pulleys play an important role in the structures of cables such as the air electric

More information

SSNA109 - Tensile test with the model VISC_CIN2_CHAB

SSNA109 - Tensile test with the model VISC_CIN2_CHAB Titre : SSNA109 Essai de traction avec le modèle VISC_CI[...] Date : 03/08/2011 Page : 1/6 SSNA109 - Tensile test with the model VISC_CIN2_CHAB Summary: This test of nonlinear quasi-static mechanics makes

More information

ENGN 2290: Plasticity Computational plasticity in Abaqus

ENGN 2290: Plasticity Computational plasticity in Abaqus ENGN 229: Plasticity Computational plasticity in Abaqus The purpose of these exercises is to build a familiarity with using user-material subroutines (UMATs) in Abaqus/Standard. Abaqus/Standard is a finite-element

More information

Version default Titre : Opérateur CALC_G Date : 07/12/2017 Page : 1/21 Responsable : GÉNIAUT Samuel Clé : U Révision : 73174f7ae6ec

Version default Titre : Opérateur CALC_G Date : 07/12/2017 Page : 1/21 Responsable : GÉNIAUT Samuel Clé : U Révision : 73174f7ae6ec Titre : Opérateur CALC_G Date : 07/12/2017 Page : 1/21 Operator CALC_G 1 Goal This operator calculates the following sizes of breaking process, in 2D and 3D: the rate of refund of energy by the method

More information

TMA4220: Programming project - part 1

TMA4220: Programming project - part 1 TMA4220: Programming project - part 1 TMA4220 - Numerical solution of partial differential equations using the finite element method The programming project will be split into two parts. This is the first

More information

MMJ1153 COMPUTATIONAL METHOD IN SOLID MECHANICS PRELIMINARIES TO FEM

MMJ1153 COMPUTATIONAL METHOD IN SOLID MECHANICS PRELIMINARIES TO FEM B Course Content: A INTRODUCTION AND OVERVIEW Numerical method and Computer-Aided Engineering; Phsical problems; Mathematical models; Finite element method;. B Elements and nodes, natural coordinates,

More information

Code_Aster. SDLX02 - Piping: Problem of Hovgaard. Spectral analysis

Code_Aster. SDLX02 - Piping: Problem of Hovgaard. Spectral analysis Titre : SDLX02 - Tuyauterie : Problème de Hovgaard. Analys[...] Date : 09/07/2015 Page : 1/12 SDLX02 - Piping: Problem of Hovgaard. Spectral analysis Summary: The three-dimensional problem consists firstly,

More information

SDLD25 - System mass-arises with shock absorber viscous proportional (spectral response)

SDLD25 - System mass-arises with shock absorber viscous proportional (spectral response) Titre : SDLD25 - Systèe asse-ressort ave aortisseur vi[...] Date : 03/08/2011 Page : 1/6 SDLD25 - Syste ass-arises with sho absorber visous proportional (spetral response) Suary This one-way proble onsists

More information

Documentation for the Random Matrix Library

Documentation for the Random Matrix Library Documentation for the Random Matrix Library Øyvind Ryan September 25, 2009 This is the official documentation for the Random Matrix Library. The library contains functionality for computing the asymptotic

More information

Code_Aster. SDLX02 - Piping: Problem of Hovgaard. Spectral analysis

Code_Aster. SDLX02 - Piping: Problem of Hovgaard. Spectral analysis Titre : SDLX02 - Tuyauterie : Problème de Hovgaard. Analys[...] Date : 03/05/2016 Page : 1/10 SDLX02 - Piping: Problem of Hovgaard. Spectral analysis Summary: The three-dimensional problem consists firstly,

More information

GETTING STARTED WITH FENICS

GETTING STARTED WITH FENICS GETTING STARTED WITH FENICS DOUGLAS N. ARNOLD 1. A first program in FEniCS 1.1. The boundary value problem. As a first problem we consider the Neumann boundary value problem: (1) u + u = f in, u = 0 on,

More information

TPLV102 - Transport of heat by convection in a parallelepiped

TPLV102 - Transport of heat by convection in a parallelepiped Titre : TPLV102 - Transport de chaleur par convection dans[...] Date : 03/02/2011 Page : 1/6 TPLV102 - Transport of heat by convection in a parallelepiped Summary: This functionality was developed in the

More information

Mechanics of Structures (CE130N) Lab 3

Mechanics of Structures (CE130N) Lab 3 UNIVERSITY OF CALIFORNIA AT BERKELEY CE 130N, Spring 2009 Department of Civil and Environmental Engineering Prof. S. Govindjee and Dr. T. Koyama Structural Engineering, Mechanics and Materials Lab 3 1

More information

Code_Aster. Operator MAC_MODES. 1 Goal

Code_Aster. Operator MAC_MODES. 1 Goal Titre : Opérateur MAC_MODES Date : 24/07/2015 Page : 1/5 Operator MAC_MODES 1 Goal The operator MAC_MODES allows to calculate a matrix of correlation between two modal bases. The coefficient of correlation

More information

(Mathematical Operations with Arrays) Applied Linear Algebra in Geoscience Using MATLAB

(Mathematical Operations with Arrays) Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB (Mathematical Operations with Arrays) Contents Getting Started Matrices Creating Arrays Linear equations Mathematical Operations with Arrays Using Script

More information

Code_Aster. SDLS07 - Clean modes of an envelope spherical thin

Code_Aster. SDLS07 - Clean modes of an envelope spherical thin Titre : SDLS07 - Modes propres d'une enveloppe sphérique m[...] Date : 28/07/2015 Page : 1/13 SDLS07 - Clean modes of an envelope spherical thin Summary: This test from guide VPCS makes it possible to

More information

Code_Aster. SSNV160 - Hydrostatic test with the law CAM_CLAY

Code_Aster. SSNV160 - Hydrostatic test with the law CAM_CLAY Titre : SSNV160 - Essai hydrostatique aec la loi CAM_CLAY Date : 04/08/2011 Page : 1/9 Responsable : RAUDE Simon Clé : V6.04.160 Réision : SSNV160 - Hydrostatic test with the law CAM_CLAY Summary: This

More information

Continuation methods for non-linear analysis

Continuation methods for non-linear analysis Continuation methods for non-linear analysis FR : Méthodes de pilotage du chargement Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html) Outline Definition of

More information

Lecture 27: Structural Dynamics - Beams.

Lecture 27: Structural Dynamics - Beams. Chapter #16: Structural Dynamics and Time Dependent Heat Transfer. Lectures #1-6 have discussed only steady systems. There has been no time dependence in any problems. We will investigate beam dynamics

More information

Code_Aster. Finite elements in acoustics

Code_Aster. Finite elements in acoustics Titre : Éléments finis en acoustique Date : 03/06/2016 Page : 1/10 Finite elements in acoustics Summary: This document describes in low frequency stationary acoustics the equations used, the variational

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Computational Stiffness Method

Computational Stiffness Method Computational Stiffness Method Hand calculations are central in the classical stiffness method. In that approach, the stiffness matrix is established column-by-column by setting the degrees of freedom

More information

A Hybrid Method for the Wave Equation. beilina

A Hybrid Method for the Wave Equation.   beilina A Hybrid Method for the Wave Equation http://www.math.unibas.ch/ beilina 1 The mathematical model The model problem is the wave equation 2 u t 2 = (a 2 u) + f, x Ω R 3, t > 0, (1) u(x, 0) = 0, x Ω, (2)

More information

Finite Element Methods

Finite Element Methods Solving Operator Equations Via Minimization We start with several definitions. Definition. Let V be an inner product space. A linear operator L: D V V is said to be positive definite if v, Lv > for every

More information

This macro order makes it possible to calculate the characteristics of a cross section of beam starting from a grid 2D of its cross section.

This macro order makes it possible to calculate the characteristics of a cross section of beam starting from a grid 2D of its cross section. Titre : Macro-commande MACR_CARA_POUTRE Date : 05/12/2017 Page : 1/8 Macro-order MACR_CARA_POUTRE This macro order makes it possible to calculate the characteristics of a cross section of beam starting

More information

JUST THE MATHS SLIDES NUMBER 9.6. MATRICES 6 (Eigenvalues and eigenvectors) A.J.Hobson

JUST THE MATHS SLIDES NUMBER 9.6. MATRICES 6 (Eigenvalues and eigenvectors) A.J.Hobson JUST THE MATHS SLIDES NUMBER 96 MATRICES 6 (Eigenvalues and eigenvectors) by AJHobson 96 The statement of the problem 962 The solution of the problem UNIT 96 - MATRICES 6 EIGENVALUES AND EIGENVECTORS 96

More information

Code_Aster. Reaction of the steel subjected to corrosion

Code_Aster. Reaction of the steel subjected to corrosion Titre : Comportement de l acier soumis à la corrosion Date : 16/0/01 Page : 1/1 Reaction of the steel subjected to corrosion Summarized: This documentation the model presents steel reaction of subjected

More information

Chapter 3 Variational Formulation & the Galerkin Method

Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 1 Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 2 Today s Lecture Contents: Introduction Differential formulation

More information

Algebraic Properties of Solutions of Linear Systems

Algebraic Properties of Solutions of Linear Systems Algebraic Properties of Solutions of Linear Systems In this chapter we will consider simultaneous first-order differential equations in several variables, that is, equations of the form f 1t,,,x n d f

More information

MECh300H Introduction to Finite Element Methods. Finite Element Analysis (F.E.A.) of 1-D Problems

MECh300H Introduction to Finite Element Methods. Finite Element Analysis (F.E.A.) of 1-D Problems MECh300H Introduction to Finite Element Methods Finite Element Analysis (F.E.A.) of -D Problems Historical Background Hrenikoff, 94 frame work method Courant, 943 piecewise polynomial interpolation Turner,

More information

Code_Aster. Operator PROJ_MESU_MODAL. 1 Goal

Code_Aster. Operator PROJ_MESU_MODAL. 1 Goal Titre : Opérateur PROJ_MESU_MODAL Date : 27/07/2015 Page : 1/10 Operator PROJ_MESU_MODAL 1 Goal To extrapolate experimental measurements on a digital model in dynamics. The experimental data can be displacements,

More information

SSNP110 - Crack of edge in a rectangular plate finished in elastoplasticity

SSNP110 - Crack of edge in a rectangular plate finished in elastoplasticity Titre : SSNP110 - Fissure de bord dans une plaque rectangu[...] Date : 21/07/2017 Page : 1/14 SSNP110 - Crack of edge in a rectangular plate finished in elastoplasticity Summary: This test is a CAS-test

More information

Systems of Algebraic Equations and Systems of Differential Equations

Systems of Algebraic Equations and Systems of Differential Equations Systems of Algebraic Equations and Systems of Differential Equations Topics: 2 by 2 systems of linear equations Matrix expression; Ax = b Solving 2 by 2 homogeneous systems Functions defined on matrices

More information

HPLP100 - Calculation of the rate of refund of the energy of a plate fissured in thermoelasticity

HPLP100 - Calculation of the rate of refund of the energy of a plate fissured in thermoelasticity Titre : HPLP100 - Calcul du taux de restitution de l énerg[...] Date : 20/07/2017 Page : 1/6 HPLP100 - Calculation of the rate of refund of the energy of a plate fissured in thermoelasticity Summary t

More information

Solving Linear Equations (in one variable)

Solving Linear Equations (in one variable) Solving Linear Equations (in one variable) In Chapter of my Elementary Algebra text you are introduced to solving linear equations. The main idea presented throughout Sections.1. is that you need to isolate

More information

Linear Systems of Differential Equations

Linear Systems of Differential Equations Chapter 5 Linear Systems of Differential Equations Project 5. Automatic Solution of Linear Systems Calculations with numerical matrices of order greater than 3 are most frequently carried out with the

More information

MATH 312 Section 8.3: Non-homogeneous Systems

MATH 312 Section 8.3: Non-homogeneous Systems MATH 32 Section 8.3: Non-homogeneous Systems Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline Undetermined Coefficients 2 Variation of Parameter 3 Conclusions Undetermined Coefficients

More information

Code_Aster. SDLV123 - Computation of G elastodynamic in infinite medium for a plane crack finite length

Code_Aster. SDLV123 - Computation of G elastodynamic in infinite medium for a plane crack finite length Titre : SDLV123 - Calcul de G élastodynamique en milieu i[...] Date : 27/05/2013 Page : 1/7 SDLV123 - Computation of G elastodynamic in infinite medium for a plane crack finite length Summarized It acts

More information

Robotics & Automation. Lecture 06. Serial Kinematic Chain, Forward Kinematics. John T. Wen. September 11, 2008

Robotics & Automation. Lecture 06. Serial Kinematic Chain, Forward Kinematics. John T. Wen. September 11, 2008 Robotics & Automation Lecture 06 Serial Kinematic Chain, Forward Kinematics John T. Wen September 11, 2008 So Far... We have covered rigid body rotational kinematics: representations of SO(3), change of

More information

HPLP300 - Plate with Young modulus function of the temperature

HPLP300 - Plate with Young modulus function of the temperature Titre : HPLP300 - Plaque aec module d Young fonction de l[...] Date : 04/08/2011 Page : 1/6 HPLP300 - Plate with Young modulus function of the temperature Summarized: This thermoelastic test makes it possible

More information

A two-dimensional FE truss program

A two-dimensional FE truss program A two-dimensional FE truss program 4M020: Design Tools Eindhoven University of Technology Introduction The Matlab program fem2d allows to model and analyze two-dimensional truss structures, where trusses

More information

Code_Aster. Linear solver by mulitfrontal method MULT_FRONT

Code_Aster. Linear solver by mulitfrontal method MULT_FRONT Titre : Solveur linéaire par la méthode multifrontale MULT[...] Date : 04/02/2011 Page : 1/17 Linear solver by mulitfrontal method MULT_FRONT Summarized: Mulitfrontal method MULT_FRONT is a direct method

More information

Active Integral Vibration Control of Elastic Bodies

Active Integral Vibration Control of Elastic Bodies Applied and Computational Mechanics 2 (2008) 379 388 Active Integral Vibration Control of Elastic Bodies M. Smrž a,m.valášek a, a Faculty of Mechanical Engineering, CTU in Prague, Karlovo nam. 13, 121

More information

SECTION 7: CURVE FITTING. MAE 4020/5020 Numerical Methods with MATLAB

SECTION 7: CURVE FITTING. MAE 4020/5020 Numerical Methods with MATLAB SECTION 7: CURVE FITTING MAE 4020/5020 Numerical Methods with MATLAB 2 Introduction Curve Fitting 3 Often have data,, that is a function of some independent variable,, but the underlying relationship is

More information

Code_Aster. Connection Harlequin 3D Beam

Code_Aster. Connection Harlequin 3D Beam Titre : Raccord Arlequin 3D Poutre Date : 24/07/2014 Page : 1/9 Connection Harlequin 3D Beam Summary: This document exlains the method Harlequin develoed in Code_Aster to connect a modeling continuous

More information

Vector spaces. DS-GA 1013 / MATH-GA 2824 Optimization-based Data Analysis.

Vector spaces. DS-GA 1013 / MATH-GA 2824 Optimization-based Data Analysis. Vector spaces DS-GA 1013 / MATH-GA 2824 Optimization-based Data Analysis http://www.cims.nyu.edu/~cfgranda/pages/obda_fall17/index.html Carlos Fernandez-Granda Vector space Consists of: A set V A scalar

More information

Distances and similarities Based in part on slides from textbook, slides of Susan Holmes. October 3, Statistics 202: Data Mining

Distances and similarities Based in part on slides from textbook, slides of Susan Holmes. October 3, Statistics 202: Data Mining Distances and similarities Based in part on slides from textbook, slides of Susan Holmes October 3, 2012 1 / 1 Similarities Start with X which we assume is centered and standardized. The PCA loadings were

More information

Introduction into Implementation of Optimization problems with PDEs: Sheet 3

Introduction into Implementation of Optimization problems with PDEs: Sheet 3 Technische Universität München Center for Mathematical Sciences, M17 Lucas Bonifacius, Korbinian Singhammer www-m17.ma.tum.de/lehrstuhl/lehresose16labcourseoptpde Summer 216 Introduction into Implementation

More information

Code_Aster. SDLL14 - Modes of vibration of an elbow of thin piping

Code_Aster. SDLL14 - Modes of vibration of an elbow of thin piping Titre : SDLL14 - Modes de vibration d un coude de tuyauter[...] Date : 12/01/2018 Page : 1/9 SDLL14 - Modes of vibration of an elbow of thin piping Summary: This test consists in searching the Eigen frequencies

More information

Lecture 3: QR-Factorization

Lecture 3: QR-Factorization Lecture 3: QR-Factorization This lecture introduces the Gram Schmidt orthonormalization process and the associated QR-factorization of matrices It also outlines some applications of this factorization

More information

Composite FEM Lab-work

Composite FEM Lab-work Composite FEM Lab-work You may perform these exercises in groups of max 2 persons. You may also between exercise 5 and 6. Be critical on the results obtained! Exercise 1. Open the file exercise1.inp in

More information

Numerical Methods Lecture 2 Simultaneous Equations

Numerical Methods Lecture 2 Simultaneous Equations Numerical Methods Lecture 2 Simultaneous Equations Topics: matrix operations solving systems of equations pages 58-62 are a repeat of matrix notes. New material begins on page 63. Matrix operations: Mathcad

More information

SSNP102 - Rate of energy restitution for a plate notched in elastoplasticity: approaches Summarized

SSNP102 - Rate of energy restitution for a plate notched in elastoplasticity: approaches Summarized Titre : SSNP102 - Taux de restitution d'énergie pour une p[...] Date : 09/08/2010 Page : 1/9 SSNP102 - Rate of energy restitution for a plate notched in elastoplasticity: approaches Summarized GTP: This

More information

Code_Aster. Note of use of the models of cohesive zones

Code_Aster. Note of use of the models of cohesive zones Titre : Notice d'utilisation des modèles de zones cohésive[...] Date : 25/07/2014 Page : 1/27 Note of use of the models of cohesive zones Summary This documentation is intended to provide the necessary

More information

Chapter 2. General concepts. 2.1 The Navier-Stokes equations

Chapter 2. General concepts. 2.1 The Navier-Stokes equations Chapter 2 General concepts 2.1 The Navier-Stokes equations The Navier-Stokes equations model the fluid mechanics. This set of differential equations describes the motion of a fluid. In the present work

More information

= a. a = Let us now study what is a? c ( a A a )

= a. a = Let us now study what is a? c ( a A a ) 7636S ADVANCED QUANTUM MECHANICS Solutions 1 Spring 010 1 Warm up a Show that the eigenvalues of a Hermitian operator A are real and that the eigenkets of A corresponding to dierent eigenvalues are orthogonal

More information

Version default Titre : Opérateur DEFI_SOL_EQUI Date : 07/07/2015 Page : 1/9 Responsable : DEVESA Georges Clé : U Révision : ae6111c5654c

Version default Titre : Opérateur DEFI_SOL_EQUI Date : 07/07/2015 Page : 1/9 Responsable : DEVESA Georges Clé : U Révision : ae6111c5654c Titre : Opérateur DEFI_SOL_EQUI Date : 07/07/2015 Page : 1/9 Order DEFI_SOL_EQUI 1 Goal To characterize the variation of the mechanical characteristics of horizons soil laminated during an earthquake starting

More information

The One-Dimensional Heat Equation

The One-Dimensional Heat Equation The One-Dimensional Heat Equation R. C. Trinity University Partial Differential Equations February 24, 2015 Introduction The heat equation Goal: Model heat (thermal energy) flow in a one-dimensional object

More information

Finite Difference Methods for Boundary Value Problems

Finite Difference Methods for Boundary Value Problems Finite Difference Methods for Boundary Value Problems October 2, 2013 () Finite Differences October 2, 2013 1 / 52 Goals Learn steps to approximate BVPs using the Finite Difference Method Start with two-point

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Dynamic Analysis in FEMAP. May 24 th, presented by Philippe Tremblay Marc Lafontaine

Dynamic Analysis in FEMAP. May 24 th, presented by Philippe Tremblay Marc Lafontaine Dynamic Analysis in FEMAP presented by Philippe Tremblay Marc Lafontaine marc.lafontaine@mayasim.com 514-951-3429 date May 24 th, 2016 Agenda NX Nastran Transient, frequency response, random, response

More information

Systems of Linear Equations

Systems of Linear Equations LECTURE 6 Systems of Linear Equations You may recall that in Math 303, matrices were first introduced as a means of encapsulating the essential data underlying a system of linear equations; that is to

More information

Triangular Plate Displacement Elements

Triangular Plate Displacement Elements Triangular Plate Displacement Elements Chapter : TRIANGULAR PLATE DISPLACEMENT ELEMENTS TABLE OF CONTENTS Page. Introduction...................... Triangular Element Properties................ Triangle

More information

SDLV302 Modal analysis by under-structuring: bi-- supported beam

SDLV302 Modal analysis by under-structuring: bi-- supported beam Titre : SDLV302 Analyse modale par sous-structuration : [...] Date : 21/07/2017 age : 1/10 SDLV302 Modal analysis by under-structuring: bi-- supported beam Summary: This test validates the modal analysis

More information

Matlab Section. November 8, 2005

Matlab Section. November 8, 2005 Matlab Section November 8, 2005 1 1 General commands Clear all variables from memory : clear all Close all figure windows : close all Save a variable in.mat format : save filename name of variable Load

More information

The Finite Element Method for the Wave Equation

The Finite Element Method for the Wave Equation The Finite Element Method for the Wave Equation 1 The Wave Equation We consider the scalar wave equation modelling acoustic wave propagation in a bounded domain 3, with boundary Γ : 1 2 u c(x) 2 u 0, in

More information

FEM-Study ILD-AHCAL. Seismic simulation. K. Gadow, M. Lemke, F. Sefkow Santander,

FEM-Study ILD-AHCAL. Seismic simulation. K. Gadow, M. Lemke, F. Sefkow Santander, FEM-Study ILD-AHCAL Seismic simulation K. Gadow, M. Lemke, F. Sefkow Santander, 3.6..2016 Overview > Reminder of earlier studies > Sub-structuring method > First results > Outlook Martin Lemke FEM-Study

More information

Gypsilab : a MATLAB toolbox for FEM-BEM coupling

Gypsilab : a MATLAB toolbox for FEM-BEM coupling Gypsilab : a MATLAB toolbox for FEM-BEM coupling François Alouges, (joint work with Matthieu Aussal) Workshop on Numerical methods for wave propagation and applications Sept. 1st 2017 Facts New numerical

More information

Contents. Prologue Introduction. Classical Approximation... 19

Contents. Prologue Introduction. Classical Approximation... 19 Contents Prologue........................................................................ 15 1 Introduction. Classical Approximation.................................. 19 1.1 Introduction................................................................

More information

COORDINATE TRANSFORMATIONS

COORDINATE TRANSFORMATIONS COORDINAE RANSFORMAIONS Members of a structural system are typically oriented in differing directions, e.g., Fig. 17.1. In order to perform an analysis, the element stiffness equations need to be expressed

More information

Mathematical methods for engineering. The finite element method

Mathematical methods for engineering. The finite element method . The finite element method University of Trento Trento Winter School on Numerical Methods February 20 th - March 3 rd, 2017 FEM: Remarks on programming Model problem: with a o 0. u + a 0 u = f u = 0 u

More information

International Journal of Advanced Engineering Technology E-ISSN

International Journal of Advanced Engineering Technology E-ISSN Research Article INTEGRATED FORCE METHOD FOR FIBER REINFORCED COMPOSITE PLATE BENDING PROBLEMS Doiphode G. S., Patodi S. C.* Address for Correspondence Assistant Professor, Applied Mechanics Department,

More information

Discretization Methods Exercise # 5

Discretization Methods Exercise # 5 Discretization Methods Exercise # 5 Static calculation of a planar truss structure: a a F Six steps: 1. Discretization 2. Element matrices 3. Transformation 4. Assembly 5. Boundary conditions 6. Solution

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

MATH34032 Mid-term Test 10.00am 10.50am, 26th March 2010 Answer all six question [20% of the total mark for this course]

MATH34032 Mid-term Test 10.00am 10.50am, 26th March 2010 Answer all six question [20% of the total mark for this course] MATH3432: Green s Functions, Integral Equations and the Calculus of Variations 1 MATH3432 Mid-term Test 1.am 1.5am, 26th March 21 Answer all six question [2% of the total mark for this course] Qu.1 (a)

More information

Advantages, Limitations and Error Estimation of Mixed Solid Axisymmetric Modeling

Advantages, Limitations and Error Estimation of Mixed Solid Axisymmetric Modeling Advantages, Limitations and Error Estimation of Mixed Solid Axisymmetric Modeling Sudeep Bosu TATA Consultancy Services Baskaran Sundaram TATA Consultancy Services, 185 Lloyds Road,Chennai-600086,INDIA

More information

CHAPTER 8: Thermal Analysis

CHAPTER 8: Thermal Analysis CHAPER 8: hermal Analysis hermal Analysis: calculation of temperatures in a solid body. Magnitude and direction of heat flow can also be calculated from temperature gradients in the body. Modes of heat

More information

Code_Aster. SDNL113 - Piping in the shape of quadrant (tests ELSA) under seismic loading

Code_Aster. SDNL113 - Piping in the shape of quadrant (tests ELSA) under seismic loading Titre : SDNL113 - Tuyauterie en forme de lyre (essais ELSA[...] Date : 24/09/2013 Page : 1/10 SDNL113 - Piping in the shape of quadrant (tests ELSA) under seismic loading Summary: The goal of this CAS-test

More information

Law of behavior very-rubber band: almost incompressible material

Law of behavior very-rubber band: almost incompressible material Titre : Loi de comportement hyperélastique : matériau pres[...] Date : 25/09/2013 Page : 1/9 Law of behavior very-rubber band: almost incompressible material Summary: One describes here the formulation

More information

Chapter 12 Elastic Stability of Columns

Chapter 12 Elastic Stability of Columns Chapter 12 Elastic Stability of Columns Axial compressive loads can cause a sudden lateral deflection (Buckling) For columns made of elastic-perfectly plastic materials, P cr Depends primarily on E and

More information

Graded Project #1. Part 1. Explicit Runge Kutta methods. Goals Differential Equations FMN130 Gustaf Söderlind and Carmen Arévalo

Graded Project #1. Part 1. Explicit Runge Kutta methods. Goals Differential Equations FMN130 Gustaf Söderlind and Carmen Arévalo 2008-11-07 Graded Project #1 Differential Equations FMN130 Gustaf Söderlind and Carmen Arévalo This homework is due to be handed in on Wednesday 12 November 2008 before 13:00 in the post box of the numerical

More information

Experiment 1: Linear Regression

Experiment 1: Linear Regression Experiment 1: Linear Regression August 27, 2018 1 Description This first exercise will give you practice with linear regression. These exercises have been extensively tested with Matlab, but they should

More information

Stress analysis of a stepped bar

Stress analysis of a stepped bar Stress analysis of a stepped bar Problem Find the stresses induced in the axially loaded stepped bar shown in Figure. The bar has cross-sectional areas of A ) and A ) over the lengths l ) and l ), respectively.

More information

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

9. Numerical linear algebra background

9. Numerical linear algebra background Convex Optimization Boyd & Vandenberghe 9. Numerical linear algebra background matrix structure and algorithm complexity solving linear equations with factored matrices LU, Cholesky, LDL T factorization

More information

7.2 Linear equation systems. 7.3 Linear least square fit

7.2 Linear equation systems. 7.3 Linear least square fit 72 Linear equation systems In the following sections, we will spend some time to solve linear systems of equations This is a tool that will come in handy in many di erent places during this course For

More information

Homogenization of Kirchhoff plate equation

Homogenization of Kirchhoff plate equation Homogenization of Kirchhoff plate equation Jelena Jankov J. J. STROSSMAYER UNIVERSITY OF OSIJEK DEPARTMENT OF MATHEMATICS Trg Ljudevita Gaja 6 31000 Osijek, Croatia http://www.mathos.unios.hr jjankov@mathos.hr

More information

Math 552 Scientific Computing II Spring SOLUTIONS: Homework Set 1

Math 552 Scientific Computing II Spring SOLUTIONS: Homework Set 1 Math 552 Scientific Computing II Spring 21 SOLUTIONS: Homework Set 1 ( ) a b 1 Let A be the 2 2 matrix A = By hand, use Gaussian elimination with back c d substitution to obtain A 1 by solving the two

More information

Chapter 2: Approximating Solutions of Linear Systems

Chapter 2: Approximating Solutions of Linear Systems Linear of Chapter 2: Solutions of Linear Peter W. White white@tarleton.edu Department of Mathematics Tarleton State University Summer 2015 / Numerical Analysis Overview Linear of Linear of Linear of Linear

More information

11.3 MATLAB for Partial Differential Equations

11.3 MATLAB for Partial Differential Equations 276 3. Generate the shape functions N (i) j = a (i) j where i =1, 2, 3,..., m and j =1, 2, 3,..., m. + b (i) j x + c(i) j y (11.2.17) 4. Compute the integrals for matrix elements α ij and vector elements

More information