Object Oriented Programming for Partial Differential Equations

Size: px
Start display at page:

Download "Object Oriented Programming for Partial Differential Equations"

Transcription

1 Procedia Coputer Science Volue 51, 2015, Pages ICCS 2015 International Conference On Coputational Science Object Oriented Prograing for Partial Differential Equations E. Alberdi Celaya 1 and J. J. Anza Aguirrezabala 2 1 Departent of Applied Matheatics, University of the Basque Country UPV/EHU, Bilbao, Spain elisabete.alberdi@ehu.es 2 Departent of Applied Matheatics, University of the Basque Country UPV/EHU, Bilbao, Spain juanjose.anza@ehu.es Abstract After a short introduction to the atheatical odelling of the elastic dynaic proble, which shows the siilarity between the governing Partial Differential Equations (PDEs) in different applications, coon blocks for Finite Eleent approxiation are identified, and an Object Oriented Prograing (OOP) ethodology for linear and non-linear, stationary and dynaic probles is presented. Advantages of this approach are coented and soe results are shown as exaples of this ethodology. Keywords: PDEs, FEM, OOP, ODEs 1 Introduction Nuerous phenoena of science and engineering are odelled atheatically using systes of Partial Differential Equations (PDEs). Mass, oentu and energy balances, with appropriate constitutive laws are the basis of a broad class of Boundary Condition (BC) probles fro which the acroscopic oveent of solids, fluids and gases with their corresponding forces can be deduced. Flow solutions for heat and ass transport probles can be obtained in a siilar way, and interaction probles between different edia can be studied. The analytical solution of PDEs in a general doain is not possible and it is necessary the use of nuerical ethods, aong which the Finite Eleent Method (FEM) is the ost capable in general, to deal with any shape doains and non-linear probles. The FEM has transfored the operating ode of the design engineering in the last 50 years where the linear coputations have been consolidated as a echanical and structural design tool. Traditionally, the developent of nuerical software has been based on procedural languages such as Fortran or C, but in the last years there is an increasing interest of applying the paradigs of the Object Oriented Prograing (OOP), which allow an efficient reutilization, extension and aintenance of the codes [8, 10]. In the procedural prograing (sequential), sall changes in the data structures could lead to unpredictable effects. On the other hand, in Selection and peer-review under responsibility of the Scientific Prograe Coittee of ICCS 2015 c The Authors. Published by Elsevier B.V. doi: /j.procs

2 OPP for Partial Differential Equations Alberdi and Anza the OOP, ethods are linked to their specific data by the definition of abstract classes which are set in objects. Hence, the polyorphis allows the sae function to respond in different ways depending on the type of object it is acting on. The encapsulation increases the strength and the security of the code as the object data is accessible only fro its ethods, and the inheritance perits classes to be organized in hierarchies, aking easier to reuse the code without odifications, see Matlab [1]. In this paper an OOP architecture to solve PDEs, odelling the continuous edia by the FEM is presented. The paper is organized as follows: in Section 2 the forulation of the atheatical odelling of the elastic dynaic proble is done. In Section 3 the objects that confor this architecture are described: stationary coputations in Section 3.1 and the dynaical ones in Section 3.2. Finally in Section 4, the application of this ethodology to several probles is reported. 2 The Elastic Dynaic Proble The general case of the elastic dynaic deforation with volue forces f and aterial density ρ is odelled by the Navier s dynaic equations [5]: (λ + μ) ( u)+μ 2 u + f = ρu tt (1) being λ and μ the Laé constants. For 2D probles, u is the displaceent vector with two coponents u(x,t)andv(x,t), being x =(x, y), and the PDE syste represents the oentu conservation at each point of the doain. Considering the constitutive Laé equations: ( ) σ = λ u +2μ u +( u) T (2) the syste (1) takes the for of the dynaic equilibriu: σ + f = ρu tt (3) which is the starting point to work with non-linear constitutive equations, such as plasticity, and with non-linear large deforations. The forulation is copleted with the Initial and Boundary Conditions: { { Dirichlet: u(x,t)=g(x,t), x Γ g u(x, 0) = u 0 (x) BC: IC: Neuann: σ(u(x,t)) n = t(x,t), x Γ t u t (x, 0) = u (4) 0(x) The introduction of a vectorial weighting function, and the integration by parts leads to the weak forulation that adits the virtual work interpretation: Ω δε : σdω = δu tdγ t + Γ t Ω δu fdω δu ρu tt dω, δu V (5) Ω being V = { } ( w(x) H 1 (Ω) : w(x) =0, x Γ ) g and δε = 1 2 δu +( δu) T. We will take n nodes in the FEM discretization, and we will define the sall support FEM functions N j (x), that verify N j (x i )=δ ji,beingδ the Kronecker delta and i, j theindexesof 1014

3 OPP for Partial Differential Equations Alberdi and Anza the nodes. Then the 2D approxiation in atrix forat is given by: ( ) ( ) uh (x,t) N1 N u(x,t) u h (x,t)= = n 0 0 v h (x,t) 0 0 N 1 N n }{{} N u 1.. u n v 1.. v n }{{} U = N U (6) The operation ε : σ is given by ε : σ = ε T σ,whereε and σ are defined by: { ε =(ε x,ε y, 2ε xy ) T σ =(σ x,σ y,σ xy ) T (7) So, the approxiation to the linear deforation ε h canbewritteninatrixforas: ε x x 0 ( ) ε h = ε y = 0 uh (x) y = 2ε v h (x) } L {{ N } U = B U (8) xy B h y x } {{ } L } {{ } N U Considering the virtual displaceent δu = NδU and the virtual deforation δε = BδU in (5), the following syste of differential equations is obtained [2]: MU + F int (U) =F ext (9) M = Ω N T ρndω being: F int (U) = Ω BT σdω F ext (U) = Ω N T fdω+. Γ t N T tdγ t The linear version for plane strain is obtained with the constitutive law σ = Dε, where: 1 ν ν 0 E D = ν 1 ν 0 (10) (1 + ν)(1 2ν) 1 2ν being E and ν the Young and Poisson odulus respectively. Then (9) takes the final for for the linear elastic plane strain proble: MU + KU = F ext, where: K = B T DBdΩ (11) We observe that the FEM approxiation to a linear or non-linear proble, originates a syste of Ordinary Differential Equations (ODEs) which is defined by doain integrals. These integrals can be calculated eleent by eleent and assebled. All the integrands involved are fored by physical constants and by soe operators acting on the FEM functions. Hence, if we have coon procedures for the nuerical evaluation of eleent integrals of the type of (9) and (11), the systes of equations associated to the FEM approxiation of any probles could be built. In the sae way, if we have procedures to solve linear systes, linear stationary probles will be solved. Iterative procedures will allow us to solve non-linear stationary probles. And if we add procedures to solve ODEs, probles depending on tie could be solved: solving a linear syste in each step when the PDE is linear or a non-linear syste otherwise. Ω 1015

4

5

6 OPP for Partial Differential Equations Alberdi and Anza (aggregation): an eleent object (objelef ), a aterial object (objat) and the object obju. After solving the proble, the solution is saved in obju to be used in the post-processing. The Finite Eleent object (objelef ) coputes the eleent contributions, perforing the loop in the points of integration. Integrands are sapled, weighted and added according to the Gauss nuerical integration forulae. This object has two objects aong its data: the parent eleent (objelep) and the point of integration (objpint). The parent eleent object (objelep) provides the weights and the values of the shape functions (atrix N of (6)) and their derivatives, in the integration points of the parent eleent. It also gives the ethods that copute the derivatives of the shape functions (atrix B of (7)) in the points of integration of the real eleents. Six types of parent eleents have been ipleented: the segent, the triangle and the quadrilateral, being possible to use linear and quadratic interpolation in the three cases. The coon data and ethods (functions) lie in a basic class, fro which the six entioned classes (types) inherit, copleting the basic class with its particular data and ethods. The point of integration object (objpint) provides the values of the integrands in (9), (11) and (14), for Laplace and elasticity inlcuding the axisyetric case and integrands of the tangent atrices. Again, the objects inherit fro a basic class adding coplexity through a tree structure for. The deforation object (objdef ) calculates the deforation and the atrix B in the point of integration. The coon data and procedures lie in a basic class fro which 4 classes inherit: one class for the Laplace gradient; one class for the linear deforation and two classes for non-linear deforations (one for probles with large rotations and displaceents but sall deforations, and one for probles with large deforations), [3]. The aterial object (objat) ipleents the constitutive law which gives the flux in ters of the gradient in the potential proble (Laplace); and the law that gives the stress in ters of the deforation in the elasticity proble. Two linear cases for the two linear probles (elasticity and Laplace) have been ipleented. Four types of non-linear aterial classes inherit fro the linear elastic class, adding the linear elastoplasticity, the neohookean and the incopressible neohookean functionality, and the Hencky aterial in the principal directions. In the sae way, two types of non-linear aterial classes inherit fro the linear Laplace class: one introduces a siple constitutive non-linear law, and another odifies the constant tension force in a vibrating string to depend on the transverse displaceent u. The third object aggregated in the ain object objfe is the ethod object (objethod), which can be linear, non-linear and dynaic. The object objfty is only used in the dynaic case and it will be explained in Section 3.2. For linear stationary coputations, the object ethod is reduced to the object objlinsys, which constructs the syste of equations using the proble and the esh object functions, and proceeding to solve it. In the non-linear case, the object ethod is the Newton Raphson object (objnr) (12), which aggregates the linear syste object (objlinsys) and the jacobian object (objj ). There are two types of jacobian objects: one uses analytic derivation to copute the jacobian atrix J (13), and the other uses finite differences of the residual vector. 3.2 Objects for dynaic coputations For dynaic coputations, the starting point is the second order ODE syste (9), which can be solved directly using ethods like Newark [9], the HHT-α [6], etc. But it is also possible 1018

7 OPP for Partial Differential Equations Alberdi and Anza to transfor the ODE syste (9) into an equivalent first order ODE syste: { d(t) =U(t) v(t) =U (t) { d (t) =U (t) =v(t) Mv (t) =MU (t) = F int (d) Cv + F ext (15) The syste (15) can be written as follows in atrix for: ( ) ( ) ( ) I 0 d (t) v(t) 0 M v = (t) R(d) Cv My = f(t, y) (16) }{{}}{{}}{{} M y f(t,y) where f and j = f/ y are given by: f 1 (t, y) y 2 = v, ( f 2 (t, y) ) R(y ( 1 ) Cy 2 = R(d) Cv f1 f f(t, y) 1 v v y j = = 1 y 2 = d v y f 2 y 1 f 2 y 2 (R(d) Cv) d (R(d) Cv) v ) ( ) 0 I = J(U) C and J(U) is given by (13). The ODE syste (16) can be solved by ipleenting nuerical ethods to solve first order ODEs or doing the connection with the Matlab odesuite in which a set of codes to solve ODEs [11] is offered. Soe nuerical ethods for first order ODEs have been ipleented in this work (such as, the trapezoidal rule, the BDF and NDF ethods [12], superfuture-point schees [4]). The step by step advancing process of the different nuerical ethods is organized with a coon structure: the initialization, the loop in steps and the step actualization. These three functions are coon nearly for all the nuerical ethods and they are ipleented in a basic class, fro which the specific ethods inherit and add their particular step function to solve their specific advancing forula. Any object ethod has aong its data the object objfty which provides with the values of f and j = f/ y of the ODE syste (16). Three different classes have been ipleented depending on the type of proble: diffusion, wave or elastodynaics, and the general case, where the user has to define a text file with the specific syste to solve y = f(t, y). 3.3 Trapezoidal rule Given the ODE syste defined by (16), the advancing forula of the trapezoidal rule is: where: (17) M y n+1 = M y n + h 2 (f(t n,y n )+f(t n+1,y n+1 )) (18) The forula (18) is iplicit and it is solved iteratively by Newton ethod: y +1 n+1 = y n+1 ( J(y n+1 ) ) 1 R ( y n+1 ), =0, 1, 2,... (19) R ( yn+1) = 2 h M ( ) ( ) yn+1 y n fn + fn+1 J ( y n+1) = R(y n+1 ) y n+1 = 2 h M j n+1 And values of f and j are calculated using (16) and (17). The trapezoidal object specifies the step function (19) and the residual and the jabobian (20) to copute the iteration of the Newton Raphson object (objnr). (20) 1019

8 OPP for Partial Differential Equations Alberdi and Anza 3.4 Backward Differentiation Forulae BDF Following the sae procedure the backward differentiation forulae, BDFs [12], have been ipleented. The BDF have been widely used due to their good stability properties. In the k-step BDF the value y n+k is calculated using the previous values y n+j for j =0,..., k 1: k ˆα j Myn+j = hf(t n+k,y n+k ) (21) j=0 ˆα j are the coefficients of the BDF ethod. The iplicit forula (21) is solved iteratively by the Newton ethod: R ( ( yn+k) = 1 h ˆα k Myn+k + k 1 j=0 ˆα My ) j n+j fn+k J ( (22) yn+k) = R(y n+k ) y n+k = 1 h ˆα M k jn+k where f and j are given by (16) and (17). The BDF object specifies the step function (21) and the residual and the jabobian (22) to copute the iteration of the Newton Raphson object (objnr). In a siilar way, the nuerical ethods entioned previously can be ipleented. 4 Nuerical results 4.1 Exaple 1: Elastoplastic traction of a cylinder with cavity An axisyetric cylinder with a radius of 20 units, a length of 40 units and a central spherical cavity of a radius of 5 units has been considered in this exaple. The cylinder defors in siple traction with an axial force of P = units. The values for Young, Poisson and hardening odulus are E =2 10 6, ν =0.25 and H =10 6 respectively. Yield stress is σ e = 2000 units. Due to the syetry only one forth of the plane section has been discretized, and it will be analysed in 2D in the axisyetric plane. This is an elastic proble, with linear deforation and non-linear aterial Static case The left iage of Figure 3 shows the esh, the stresses and the deforation (scale factor of 5) after 10 quasi-static steps. The stress concentration around the hole can be observed. The right iage of the sae figure shows the isoregions for plastic deforation which reaches the whole cross section with an average value of about 3% Dynaic case The left iage of Figure 4 shows the tie evolution of the vertical displaceent of the upper central node, for a tie interval of 10 units using the trapezoidal ethod with 500 steps. We can see the peranent plastic deforation and the elastic vibration around it (for a low density ρ = 1). The block starts its elastoplastic deforation fro null initial conditions, due to the axial force. We observe that after the static deforation is reached, the deforation reains because of the accuulated inertia. The right iage of Figure 4 shows the final plastic deforation at the end of the tie interval. 1020

9

10

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION ISSN 139 14X INFORMATION TECHNOLOGY AND CONTROL, 008, Vol.37, No.3 REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION Riantas Barauskas, Vidantas Riavičius Departent of Syste Analysis, Kaunas

More information

2.141 Modeling and Simulation of Dynamic Systems Assignment #2

2.141 Modeling and Simulation of Dynamic Systems Assignment #2 2.141 Modeling and Siulation of Dynaic Systes Assignent #2 Out: Wednesday Septeber 20, 2006 Due: Wednesday October 4, 2006 Proble 1 The sketch shows a highly siplified diagra of a dry-dock used in ship

More information

Comparison of Stability of Selected Numerical Methods for Solving Stiff Semi- Linear Differential Equations

Comparison of Stability of Selected Numerical Methods for Solving Stiff Semi- Linear Differential Equations International Journal of Applied Science and Technology Vol. 7, No. 3, Septeber 217 Coparison of Stability of Selected Nuerical Methods for Solving Stiff Sei- Linear Differential Equations Kwaku Darkwah

More information

Numerical simulations of isotropic and die compaction of powder by the discrete element method

Numerical simulations of isotropic and die compaction of powder by the discrete element method Nuerical siulations of isotropic and die copaction of powder by the discrete eleent ethod J-F. Jerier, B. Harthong, B. Chareyre, D. Ibault, F-V. Donzé & P. Doréus Laboratoire Sols, Solides, Structures,

More information

Simulation of Geomechanical Behavior during SAGD Process using COMSOL Multiphysics

Simulation of Geomechanical Behavior during SAGD Process using COMSOL Multiphysics Siulation of Geoechanical Behavior during SAGD Process using COMSOL Multiphysics X. Gong 1, R.Wan *2 Departent of Civil Engineering, University of Calgary, Calgary, Alberta, Canada. *Corresponding author:

More information

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all Lecture 6 Introduction to kinetic theory of plasa waves Introduction to kinetic theory So far we have been odeling plasa dynaics using fluid equations. The assuption has been that the pressure can be either

More information

12 Towards hydrodynamic equations J Nonlinear Dynamics II: Continuum Systems Lecture 12 Spring 2015

12 Towards hydrodynamic equations J Nonlinear Dynamics II: Continuum Systems Lecture 12 Spring 2015 18.354J Nonlinear Dynaics II: Continuu Systes Lecture 12 Spring 2015 12 Towards hydrodynaic equations The previous classes focussed on the continuu description of static (tie-independent) elastic systes.

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION Masaki WAKUI 1 and Jun IYAMA and Tsuyoshi KOYAMA 3 ABSTRACT This paper shows a criteria to detect

More information

ULTRASONIC WELDING OF COMPOSITE MATERAILS. ULTRASONIC BOOSTER DESIGN AND FEM SIMULATION

ULTRASONIC WELDING OF COMPOSITE MATERAILS. ULTRASONIC BOOSTER DESIGN AND FEM SIMULATION ULTRASONIC WELDING OF COMPOSITE MATERAILS. ULTRASONIC BOOSTER DESIGN AND FEM SIMULATION Gh. AMZA, Zoia Apostolescu, Dan NITOI University Politehnica fro Bucharest, aza@aza.cais.pub.ro Keywords: ultrasonic,

More information

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning Analysis of Ipulsive Natural Phenoena through Finite Difference Methods A MATLAB Coputational Project-Based Learning Nicholas Kuia, Christopher Chariah, Mechatronics Engineering, Vaughn College of Aeronautics

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

Calculation of load limits by the method of Norton- Hoff-Friaâ, behavior NORTON_HOFF

Calculation of load limits by the method of Norton- Hoff-Friaâ, behavior NORTON_HOFF Titre : Calcul de charge liite par la éthode de Norton-H[...] Date : 25/02/2014 Page : 1/12 Calculation of load liits by the ethod of Norton- Hoff-Friaâ, behavior NORTON_HOFF Suary: The liiting analysis

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields.

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields. s Vector Moving s and Coputer Science Departent The University of Texas at Austin October 28, 2014 s Vector Moving s Siple classical dynaics - point asses oved by forces Point asses can odel particles

More information

821. Study on analysis method for deepwater TTR coupled vibration of parameter vibration and vortex-induced vibration

821. Study on analysis method for deepwater TTR coupled vibration of parameter vibration and vortex-induced vibration 81. Study on analysis ethod for deepwater TTR coupled vibration of paraeter vibration and vortex-induced vibration Wu Xue-Min 1, Huang Wei-Ping Shandong Key aboratory of Ocean Engineering, Ocean University

More information

Modelling diabatic atmospheric boundary layer using a RANS-CFD code with a k-ε turbulence closure F. VENDEL

Modelling diabatic atmospheric boundary layer using a RANS-CFD code with a k-ε turbulence closure F. VENDEL Modelling diabatic atospheric boundary layer using a RANS-CFD code with a k-ε turbulence closure F. VENDEL Florian Vendel 1, Guillevic Laaison 1, Lionel Soulhac 1, Ludovic Donnat 2, Olivier Duclaux 2,

More information

Generalized Rayleigh Wave Dispersion in a Covered Half-space Made of Viscoelastic Materials

Generalized Rayleigh Wave Dispersion in a Covered Half-space Made of Viscoelastic Materials Copyright 7 Tech Science Press CMC vol.53 no.4 pp.37-34 7 Generalized Rayleigh Wave Dispersion in a Covered Half-space Made of Viscoelastic Materials S.D. Akbarov and M. Negin 3 Abstract: Dispersion of

More information

An Inverse Interpolation Method Utilizing In-Flight Strain Measurements for Determining Loads and Structural Response of Aerospace Vehicles

An Inverse Interpolation Method Utilizing In-Flight Strain Measurements for Determining Loads and Structural Response of Aerospace Vehicles An Inverse Interpolation Method Utilizing In-Flight Strain Measureents for Deterining Loads and Structural Response of Aerospace Vehicles S. Shkarayev and R. Krashantisa University of Arizona, Tucson,

More information

Introduction to Robotics (CS223A) (Winter 2006/2007) Homework #5 solutions

Introduction to Robotics (CS223A) (Winter 2006/2007) Homework #5 solutions Introduction to Robotics (CS3A) Handout (Winter 6/7) Hoework #5 solutions. (a) Derive a forula that transfors an inertia tensor given in soe frae {C} into a new frae {A}. The frae {A} can differ fro frae

More information

Geometrically Exact Beam Formulation versus Absolute Nodal Coordinate Formulation

Geometrically Exact Beam Formulation versus Absolute Nodal Coordinate Formulation he 1 st Joint International Conference on Multibody Syste Dynaics May 5-7 010 appeenranta Finland Geoetrically Exact Bea Forulation versus Absolute Nodal Coordinate Forulation Jari M.A. Mäkinen * Marko

More information

PY241 Solutions Set 9 (Dated: November 7, 2002)

PY241 Solutions Set 9 (Dated: November 7, 2002) PY241 Solutions Set 9 (Dated: Noveber 7, 2002) 9-9 At what displaceent of an object undergoing siple haronic otion is the agnitude greatest for the... (a) velocity? The velocity is greatest at x = 0, the

More information

Farid Samara 1, Dominic Groulx 1 and Pascal H. Biwole 2 1

Farid Samara 1, Dominic Groulx 1 and Pascal H. Biwole 2 1 Farid Saara 1, Doinic Groulx 1 and Pascal H. Biwole 2 1 Departent of Mechanical Engineering, Dalhousie University 2 Departent of Matheatics and Interactions, Université of Nice Sophia-Antipolis Excerpt

More information

SD Numerical Simulation Technique for Hydrodynamic Flow Gas- Solids Mixing Mantilla Núñez, Irla* 1 S. De Vicente C. 2

SD Numerical Simulation Technique for Hydrodynamic Flow Gas- Solids Mixing Mantilla Núñez, Irla* 1 S. De Vicente C. 2 SD Nuerical Siulation Technique for Hydrodynaic Flow Gas- Solids Mixing Mantilla Núñez, Irla* S. De Vicente C. National University of Engineering, Lia, Perú, Polytechnic University of Madrid. *Lia 5, irlan@uni.edu.pe.

More information

Free convection flow of Couple Stress fluid between parallel Disks

Free convection flow of Couple Stress fluid between parallel Disks International Conference on Fluid Dynaics and Therodynaics Technologies (FDTT ) IPCSIT vol.33() () IACSIT Press, Singapore Free convection flow of Couple Stress fluid between parallel Disks D. Srinivasacharya

More information

Moment of Inertia. Terminology. Definitions Moment of inertia of a body with mass, m, about the x axis: Transfer Theorem - 1. ( )dm. = y 2 + z 2.

Moment of Inertia. Terminology. Definitions Moment of inertia of a body with mass, m, about the x axis: Transfer Theorem - 1. ( )dm. = y 2 + z 2. Terinology Moent of Inertia ME 202 Moent of inertia (MOI) = second ass oent Instead of ultiplying ass by distance to the first power (which gives the first ass oent), we ultiply it by distance to the second

More information

lecture 37: Linear Multistep Methods: Absolute Stability, Part I lecture 38: Linear Multistep Methods: Absolute Stability, Part II

lecture 37: Linear Multistep Methods: Absolute Stability, Part I lecture 38: Linear Multistep Methods: Absolute Stability, Part II lecture 37: Linear Multistep Methods: Absolute Stability, Part I lecture 3: Linear Multistep Methods: Absolute Stability, Part II 5.7 Linear ultistep ethods: absolute stability At this point, it ay well

More information

RECOVERY OF A DENSITY FROM THE EIGENVALUES OF A NONHOMOGENEOUS MEMBRANE

RECOVERY OF A DENSITY FROM THE EIGENVALUES OF A NONHOMOGENEOUS MEMBRANE Proceedings of ICIPE rd International Conference on Inverse Probles in Engineering: Theory and Practice June -8, 999, Port Ludlow, Washington, USA : RECOVERY OF A DENSITY FROM THE EIGENVALUES OF A NONHOMOGENEOUS

More information

Modelling of damage in composite materials using interface elements

Modelling of damage in composite materials using interface elements 5 th European LS-DYNA Users Conference Coposites Modelling of daage in coposite aterials using interface eleents Authors: W.G. Jiang, Departent of Aerospace Engineering, University of Bristol S.R. Hallett,

More information

Numerical Modeling of Self-Compacting Mortar Flow Using Discrete Element Method

Numerical Modeling of Self-Compacting Mortar Flow Using Discrete Element Method Nuerical Modeling of Self-Copacting Flow Using Discrete Eleent Method - Technical Paper - Miansong HUANG *1, Xuehui AN *, Takayuki OBARA *3 and Masahiro OUCHI *4 ABSTRACT A nuerical odeling of Self-Copacting

More information

EE5900 Spring Lecture 4 IC interconnect modeling methods Zhuo Feng

EE5900 Spring Lecture 4 IC interconnect modeling methods Zhuo Feng EE59 Spring Parallel LSI AD Algoriths Lecture I interconnect odeling ethods Zhuo Feng. Z. Feng MTU EE59 So far we ve considered only tie doain analyses We ll soon see that it is soeties preferable to odel

More information

Comparison of Charged Particle Tracking Methods for Non-Uniform Magnetic Fields. Hann-Shin Mao and Richard E. Wirz

Comparison of Charged Particle Tracking Methods for Non-Uniform Magnetic Fields. Hann-Shin Mao and Richard E. Wirz 42nd AIAA Plasadynaics and Lasers Conferencein conjunction with the8th Internati 27-30 June 20, Honolulu, Hawaii AIAA 20-3739 Coparison of Charged Particle Tracking Methods for Non-Unifor Magnetic

More information

In the session you will be divided into groups and perform four separate experiments:

In the session you will be divided into groups and perform four separate experiments: Mechanics Lab (Civil Engineers) Nae (please print): Tutor (please print): Lab group: Date of lab: Experients In the session you will be divided into groups and perfor four separate experients: (1) air-track

More information

Research Article Approximate Multidegree Reduction of λ-bézier Curves

Research Article Approximate Multidegree Reduction of λ-bézier Curves Matheatical Probles in Engineering Volue 6 Article ID 87 pages http://dxdoiorg//6/87 Research Article Approxiate Multidegree Reduction of λ-bézier Curves Gang Hu Huanxin Cao and Suxia Zhang Departent of

More information

On the Mutual Coefficient of Restitution in Two Car Collinear Collisions

On the Mutual Coefficient of Restitution in Two Car Collinear Collisions /4/006 physics/06068 On the Mutual Coefficient of Restitution in Two Car Collinear Collisions Milan Batista University of Ljubljana, Faculty of Maritie Studies and Transportation Pot poorscakov 4, Slovenia,

More information

Harmonic Standing-Wave Excitations of Simply-Supported Isotropic Solid Elastic Circular Cylinders: Exact 3D Linear Elastodynamic Response.

Harmonic Standing-Wave Excitations of Simply-Supported Isotropic Solid Elastic Circular Cylinders: Exact 3D Linear Elastodynamic Response. Haronic Standing-Wave Excitations of Siply-Supported Isotropic Solid Elastic Circular Cylinders: Exact 3D inear Elastodynaic Response Jaal Sakhr and Blaine A. Chronik Departent of Physics and Astronoy,

More information

Research on coupling theory and its experiments between torque turbulence and bearing load of multi-support-rotor systems

Research on coupling theory and its experiments between torque turbulence and bearing load of multi-support-rotor systems Available online www.jocpr.co Journal of Cheical and Pharaceutical Research, 04, 6(4):807-85 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on coupling theory and its experients between

More information

Available online at ScienceDirect. Procedia Engineering 153 (2016 ) 45 50

Available online at   ScienceDirect. Procedia Engineering 153 (2016 ) 45 50 Available online at www.sciencedirect.co ScienceDirect Procedia Engineering 153 (2016 ) 45 50 XXV Polish Russian Slovak Seinar Theoretical Foundation of Civil Engineering The solution of the nonlinear

More information

Computational plasticity and viscoplasticity for composite materials and structures

Computational plasticity and viscoplasticity for composite materials and structures Coputational plasticity and viscoplasticity for coposite aterials and structures Jacob Fish and Kalun Shek Departents of Civil, Mechanical and Aerospace Engineering Rensselaer Polytechnic Institute Troy,

More information

Supplementary Information for Design of Bending Multi-Layer Electroactive Polymer Actuators

Supplementary Information for Design of Bending Multi-Layer Electroactive Polymer Actuators Suppleentary Inforation for Design of Bending Multi-Layer Electroactive Polyer Actuators Bavani Balakrisnan, Alek Nacev, and Elisabeth Sela University of Maryland, College Park, Maryland 074 1 Analytical

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Approximate method for temperature-dependent characteristics of structures with viscoelastic dampers

Approximate method for temperature-dependent characteristics of structures with viscoelastic dampers Arch Appl Mech 2018 88:1695 1711 https://doi.org/10.1007/s00419-018-1394-6 ORIGINAL Roan Lewandowsi Maciej Przychodzi Approxiate ethod for teperature-dependent characteristics of structures with viscoelastic

More information

8.1 Force Laws Hooke s Law

8.1 Force Laws Hooke s Law 8.1 Force Laws There are forces that don't change appreciably fro one instant to another, which we refer to as constant in tie, and forces that don't change appreciably fro one point to another, which

More information

PH 221-2A Fall Waves - I. Lectures Chapter 16 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition)

PH 221-2A Fall Waves - I. Lectures Chapter 16 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) PH 1-A Fall 014 Waves - I Lectures 4-5 Chapter 16 (Halliday/Resnick/Walker, Fundaentals of Physics 9 th edition) 1 Chapter 16 Waves I In this chapter we will start the discussion on wave phenoena. We will

More information

N-Point. DFTs of Two Length-N Real Sequences

N-Point. DFTs of Two Length-N Real Sequences Coputation of the DFT of In ost practical applications, sequences of interest are real In such cases, the syetry properties of the DFT given in Table 5. can be exploited to ake the DFT coputations ore

More information

ACTIVE VIBRATION CONTROL FOR STRUCTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAKE EXCITATION

ACTIVE VIBRATION CONTROL FOR STRUCTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAKE EXCITATION International onference on Earthquae Engineering and Disaster itigation, Jaarta, April 14-15, 8 ATIVE VIBRATION ONTROL FOR TRUTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAE EXITATION Herlien D. etio

More information

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics

ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS. A Thesis. Presented to. The Faculty of the Department of Mathematics ESTIMATING AND FORMING CONFIDENCE INTERVALS FOR EXTREMA OF RANDOM POLYNOMIALS A Thesis Presented to The Faculty of the Departent of Matheatics San Jose State University In Partial Fulfillent of the Requireents

More information

Successive Model-Updating of the dynamic behaviour of casing bodies on a practical example of an axial piston pump

Successive Model-Updating of the dynamic behaviour of casing bodies on a practical example of an axial piston pump Successive Model-Updating of the dynaic behaviour of casing bodies on a practical exaple of an axial piston pup Ulrich Bittner Bosch Rexroth, Horb, Gerany Suary: These days, generally all new products

More information

Golden ratio in a coupled-oscillator problem

Golden ratio in a coupled-oscillator problem IOP PUBLISHING Eur. J. Phys. 28 (2007) 897 902 EUROPEAN JOURNAL OF PHYSICS doi:10.1088/0143-0807/28/5/013 Golden ratio in a coupled-oscillator proble Crystal M Mooran and John Eric Goff School of Sciences,

More information

c 2007 by Arun Prakash. All rights reserved.

c 2007 by Arun Prakash. All rights reserved. c 2007 by Arun Prakash. All rights reserved. MULTI-TIME-STEP DOMAIN DECOMPOSITION AND COUPLING METHODS FOR NON-LINEAR STRUCTURAL DYNAMICS BY ARUN PRAKASH B.Tech., Indian Institute of Technology, 1999 M.S.,

More information

The linear sampling method and the MUSIC algorithm

The linear sampling method and the MUSIC algorithm INSTITUTE OF PHYSICS PUBLISHING INVERSE PROBLEMS Inverse Probles 17 (2001) 591 595 www.iop.org/journals/ip PII: S0266-5611(01)16989-3 The linear sapling ethod and the MUSIC algorith Margaret Cheney Departent

More information

POD-DEIM MODEL ORDER REDUCTION FOR THE MONODOMAIN REACTION-DIFFUSION EQUATION IN NEURO-MUSCULAR SYSTEM

POD-DEIM MODEL ORDER REDUCTION FOR THE MONODOMAIN REACTION-DIFFUSION EQUATION IN NEURO-MUSCULAR SYSTEM 6th European Conference on Coputational Mechanics (ECCM 6) 7th European Conference on Coputational Fluid Dynaics (ECFD 7) 1115 June 2018, Glasgow, UK POD-DEIM MODEL ORDER REDUCTION FOR THE MONODOMAIN REACTION-DIFFUSION

More information

Improved Direct Displacement-Based Design Procedure for Performance-Based Seismic Design of Structures

Improved Direct Displacement-Based Design Procedure for Performance-Based Seismic Design of Structures Iproved Direct Displaceent-Based Design Procedure for Perforance-Based Seisic Design of Structures Rakesh K. Goel, California Polytechnic State University, San Luis Obispo, and Anil K. Chopra, University

More information

Data-Driven Imaging in Anisotropic Media

Data-Driven Imaging in Anisotropic Media 18 th World Conference on Non destructive Testing, 16- April 1, Durban, South Africa Data-Driven Iaging in Anisotropic Media Arno VOLKER 1 and Alan HUNTER 1 TNO Stieltjesweg 1, 6 AD, Delft, The Netherlands

More information

Lecture #8-3 Oscillations, Simple Harmonic Motion

Lecture #8-3 Oscillations, Simple Harmonic Motion Lecture #8-3 Oscillations Siple Haronic Motion So far we have considered two basic types of otion: translation and rotation. But these are not the only two types of otion we can observe in every day life.

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

Chapter 6 1-D Continuous Groups

Chapter 6 1-D Continuous Groups Chapter 6 1-D Continuous Groups Continuous groups consist of group eleents labelled by one or ore continuous variables, say a 1, a 2,, a r, where each variable has a well- defined range. This chapter explores:

More information

Hysteresis model for magnetic materials using the Jiles-Atherton model

Hysteresis model for magnetic materials using the Jiles-Atherton model Hysteresis odel for agnetic aterials using the Jiles-Atherton odel Predrag Petrovic Technical faculty Svetog Save 65 32 Cacak, pegi@ei.yu Nebojsa itrovic Technical faculty Svetog Save 65 32 Cacak, itar@tfc.tfc.kg.ac.yu

More information

ESTIMATE OF THE TRUNCATION ERROR OF FINITE VOLUME DISCRETISATION OF THE NAVIER-STOKES EQUATIONS ON COLOCATED GRIDS.

ESTIMATE OF THE TRUNCATION ERROR OF FINITE VOLUME DISCRETISATION OF THE NAVIER-STOKES EQUATIONS ON COLOCATED GRIDS. ESTIMATE OF THE TRUNCATION ERROR OF FINITE VOLUME DISCRETISATION OF THE NAVIER-STOKES EQUATIONS ON COLOCATED GRIDS. Alexandros Syrakos, Apostolos Goulas Departent of Mechanical Engineering, Aristotle University

More information

XV International PhD Workshop OWD 2013, October On the theory of generalized pendulum on a vibrating base

XV International PhD Workshop OWD 2013, October On the theory of generalized pendulum on a vibrating base XV International PhD Workshop OWD 03, 9 October 03 On the theory of generalized pendulu on a vibrating base Michail Geraichuk, Yuri Lazarev, Peter Aksonenko, College of Instruent Design and Engineering,

More information

Four-vector, Dirac spinor representation and Lorentz Transformations

Four-vector, Dirac spinor representation and Lorentz Transformations Available online at www.pelagiaresearchlibrary.co Advances in Applied Science Research, 2012, 3 (2):749-756 Four-vector, Dirac spinor representation and Lorentz Transforations S. B. Khasare 1, J. N. Rateke

More information

+ -d-t-' )=1. = vpi. Aportaciones Matematicas Comunicaciones 17 (1996) 5-10.

+ -d-t-' )=1. = vpi. Aportaciones Matematicas Comunicaciones 17 (1996) 5-10. Aportaciones Mateaticas Counicaciones 17 (1996) 5-10. 1. A suary of the proble Much of the processing that is used in the petroleu industry requires the consideration of a large nuber of cheical reactions.

More information

( ') ( ) 3. Magnetostatic Field Introduction

( ') ( ) 3. Magnetostatic Field Introduction 3. Magnetostatic Field 3.. Introduction A agnetostatic field is a agnetic field produced by electric charge in peranent unifor oveent, i.e. in a peranent oveent with constant velocity. Any directed oveent

More information

Chapter 1: Basics of Vibrations for Simple Mechanical Systems

Chapter 1: Basics of Vibrations for Simple Mechanical Systems Chapter 1: Basics of Vibrations for Siple Mechanical Systes Introduction: The fundaentals of Sound and Vibrations are part of the broader field of echanics, with strong connections to classical echanics,

More information

Uniaxial compressive stress strain model for clay brick masonry

Uniaxial compressive stress strain model for clay brick masonry Uniaxial copressive stress strain odel for clay brick asonry Heant B. Kaushik, Durgesh C. Rai* and Sudhir K. Jain Departent of Civil Engineering, Indian Institute of Technology Kanpur, Kanpur 208 016,

More information

Kinetic Theory of Gases: Elementary Ideas

Kinetic Theory of Gases: Elementary Ideas Kinetic Theory of Gases: Eleentary Ideas 17th February 2010 1 Kinetic Theory: A Discussion Based on a Siplified iew of the Motion of Gases 1.1 Pressure: Consul Engel and Reid Ch. 33.1) for a discussion

More information

DIRECT NUMERICAL SIMULATION OF DAMAGE PROGRESSION IN LAMINATED COMPOSITE PLATES USING MULTI-SCALE MODELLING

DIRECT NUMERICAL SIMULATION OF DAMAGE PROGRESSION IN LAMINATED COMPOSITE PLATES USING MULTI-SCALE MODELLING DIRECT NUMERICAL SIMULATION OF DAMAGE PROGRESSION IN LAMINATED COMPOSITE PLATES USING MULTI-SCALE MODELLING DIRECT NUMERICAL SIMULATION OF DAMAGE PROGRESSION IN LAMINATED COMPOSITE PLATES USING MULTI-SCALE

More information

Name: Partner(s): Date: Angular Momentum

Name: Partner(s): Date: Angular Momentum Nae: Partner(s): Date: Angular Moentu 1. Purpose: In this lab, you will use the principle of conservation of angular oentu to easure the oent of inertia of various objects. Additionally, you develop a

More information

Solving initial value problems by residual power series method

Solving initial value problems by residual power series method Theoretical Matheatics & Applications, vol.3, no.1, 13, 199-1 ISSN: 179-9687 (print), 179-979 (online) Scienpress Ltd, 13 Solving initial value probles by residual power series ethod Mohaed H. Al-Sadi

More information

L2 IntroSurvey. EIEN20 Design of Electrical Machines, IEA, Today s goal. L2: Variety of electrical machines.

L2 IntroSurvey. EIEN20 Design of Electrical Machines, IEA, Today s goal. L2: Variety of electrical machines. L: Variety of electrical achines Machine construction: an overview Transforer is it achine too? Today s goal ntroduction to achine construction Constructional layouts and echanical arrangeents Supply &

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Description of the nonlinear viscoelastic and thixotropic properties of human blood by the modified model of Maxwell-Gurevich-Rabinovich

Description of the nonlinear viscoelastic and thixotropic properties of human blood by the modified model of Maxwell-Gurevich-Rabinovich L. Hadjikov et al. / Series on Bioechanics, Vo.23, No., 27 Description of the nonlinear viscoelastic and thixotropic properties of huan blood by the odified odel of Maxwell-urevich-Rabinovich L. Hadjikov,

More information

On the Navier Stokes equations

On the Navier Stokes equations On the Navier Stokes equations Daniel Thoas Hayes April 26, 2018 The proble on the existence and soothness of the Navier Stokes equations is resolved. 1. Proble description The Navier Stokes equations

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization

Support Vector Machine Classification of Uncertain and Imbalanced data using Robust Optimization Recent Researches in Coputer Science Support Vector Machine Classification of Uncertain and Ibalanced data using Robust Optiization RAGHAV PAT, THEODORE B. TRAFALIS, KASH BARKER School of Industrial Engineering

More information

Chapter 2: Introduction to Damping in Free and Forced Vibrations

Chapter 2: Introduction to Damping in Free and Forced Vibrations Chapter 2: Introduction to Daping in Free and Forced Vibrations This chapter ainly deals with the effect of daping in two conditions like free and forced excitation of echanical systes. Daping plays an

More information

Mathematical Study on MHD Squeeze Flow between Two Parallel Disks with Suction or Injection via HAM and HPM and Its Applications

Mathematical Study on MHD Squeeze Flow between Two Parallel Disks with Suction or Injection via HAM and HPM and Its Applications International Journal of Engineering Trends and Technology (IJETT) Volue-45 Nuber -March 7 Matheatical Study on MHD Squeeze Flow between Two Parallel Disks with Suction or Injection via HAM and HPM and

More information

Incorporating strain gradient effects in a multi-scale constitutive framework for nickel-base superalloys

Incorporating strain gradient effects in a multi-scale constitutive framework for nickel-base superalloys Incorporating strain gradient effects in a ulti-scale constitutive fraework for nickel-base superalloys Tiedo Tinga, Marcel Brekelans, Marc Geers To cite this version: Tiedo Tinga, Marcel Brekelans, Marc

More information

Traction transmission gearbox mechanical properties numerical calculation and strength analysis

Traction transmission gearbox mechanical properties numerical calculation and strength analysis raction transission gearbox echanical properties nuerical calculation and strength analysis Jialin ian,a, Zheng Liang,b, Lin Yang,c, Xueqing Mei 2,d, Baichuan Xiao 3, e, Bei Zhang 4 Southwest Petroleu

More information

Kinetic Theory of Gases: Elementary Ideas

Kinetic Theory of Gases: Elementary Ideas Kinetic Theory of Gases: Eleentary Ideas 9th February 011 1 Kinetic Theory: A Discussion Based on a Siplified iew of the Motion of Gases 1.1 Pressure: Consul Engel and Reid Ch. 33.1) for a discussion of

More information

COMPONENT MODE SYNTHESIS, FIXED-INTERFACE MODEL Revision A

COMPONENT MODE SYNTHESIS, FIXED-INTERFACE MODEL Revision A COMPONEN MODE SYNHESS, FXED-NERFACE MODEL Revision A By o rvine Eail: toirvine@aol.co February, ntroduction Coponent ode synthesis is a ethod for analyzing the dynaic behavior of a syste consisting of

More information

Anisotropic reference media and the possible linearized approximations for phase velocities of qs waves in weakly anisotropic media

Anisotropic reference media and the possible linearized approximations for phase velocities of qs waves in weakly anisotropic media INSTITUTE OF PHYSICS PUBLISHING JOURNAL OF PHYSICS D: APPLIED PHYSICS J. Phys. D: Appl. Phys. 5 00 007 04 PII: S00-770867-6 Anisotropic reference edia and the possible linearized approxiations for phase

More information

III.H Zeroth Order Hydrodynamics

III.H Zeroth Order Hydrodynamics III.H Zeroth Order Hydrodynaics As a first approxiation, we shall assue that in local equilibriu, the density f 1 at each point in space can be represented as in eq.iii.56, i.e. f 0 1 p, q, t = n q, t

More information

A new Lagrangian of the simple harmonic oscillator 1 revisited

A new Lagrangian of the simple harmonic oscillator 1 revisited A new Lagrangian of the siple haronic oscillator 1 revisited Faisal Ain Yassein Abdelohssin Sudan Institute for Natural Sciences, P.O.BOX 3045, Khartou, Sudan Abstract A better and syetric new Lagrangian

More information

Computer Model For Sieves Vibrations Analysis, Using an Algorithm Based on the False-Position Method

Computer Model For Sieves Vibrations Analysis, Using an Algorithm Based on the False-Position Method Aerican Journal of Applied Sciences 6 (): 48-56, 9 ISSN 546-939 9 Science Publications Coputer Model For Sieves Vibrations Analysis, Using an Algorith Based on the False-Position Method Dinu I. Stoicovici,

More information

2.003 Engineering Dynamics Problem Set 2 Solutions

2.003 Engineering Dynamics Problem Set 2 Solutions .003 Engineering Dynaics Proble Set Solutions This proble set is priarily eant to give the student practice in describing otion. This is the subject of kineatics. It is strongly recoended that you study

More information

A BLOCK MONOTONE DOMAIN DECOMPOSITION ALGORITHM FOR A NONLINEAR SINGULARLY PERTURBED PARABOLIC PROBLEM

A BLOCK MONOTONE DOMAIN DECOMPOSITION ALGORITHM FOR A NONLINEAR SINGULARLY PERTURBED PARABOLIC PROBLEM INTERNATIONAL JOURNAL OF NUMERICAL ANALYSIS AND MODELING Volue 3, Nuber 2, Pages 211 231 c 2006 Institute for Scientific Coputing and Inforation A BLOCK MONOTONE DOMAIN DECOMPOSITION ALGORITHM FOR A NONLINEAR

More information

Plastic ductile damage evolution and collapse of plates and shells

Plastic ductile damage evolution and collapse of plates and shells Plastic ductile daage evolution and collapse of plates and shells I. Kreja 1 & R. Schidt 2 1 Technical University of Gdansk, Poland 2 Aachen University of Technology, Gerany Abstract This paper deals with

More information

On the characterization of non-linear diffusion equations. An application in soil mechanics

On the characterization of non-linear diffusion equations. An application in soil mechanics On the characterization of non-linear diffusion equations. An application in soil echanics GARCÍA-ROS, G., ALHAMA, I., CÁNOVAS, M *. Civil Engineering Departent Universidad Politécnica de Cartagena Paseo

More information

Excitability of guided waves in composites with PWAS transducers

Excitability of guided waves in composites with PWAS transducers Excitability of guided waves in coposites with PWAS transducers Yanfeng Shen and Victor Giurgiutiu Citation: AIP Conference Proceedings 65, 658 (25); doi:.63/.494666 View online: http://dx.doi.org/.63/.494666

More information

P016 Toward Gauss-Newton and Exact Newton Optimization for Full Waveform Inversion

P016 Toward Gauss-Newton and Exact Newton Optimization for Full Waveform Inversion P016 Toward Gauss-Newton and Exact Newton Optiization for Full Wavefor Inversion L. Métivier* ISTerre, R. Brossier ISTerre, J. Virieux ISTerre & S. Operto Géoazur SUMMARY Full Wavefor Inversion FWI applications

More information

Comput. Methods Appl. Mech. Engrg.

Comput. Methods Appl. Mech. Engrg. Coput. Methods Appl. Mech. Engrg. 200 (2011) 2768 2781 Contents lists available at ScienceDirect Coput. Methods Appl. Mech. Engrg. journal hoepage: www.elsevier.co/locate/ca A posteriori error analysis

More information

Using a De-Convolution Window for Operating Modal Analysis

Using a De-Convolution Window for Operating Modal Analysis Using a De-Convolution Window for Operating Modal Analysis Brian Schwarz Vibrant Technology, Inc. Scotts Valley, CA Mark Richardson Vibrant Technology, Inc. Scotts Valley, CA Abstract Operating Modal Analysis

More information

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6.

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6. PHY10 Electricity Topic 6 (Lectures 9 & 10) Electric Current and Resistance n this topic, we will cover: 1) Current in a conductor ) Resistivity 3) Resistance 4) Oh s Law 5) The Drude Model of conduction

More information

Chapter 8 Deflection. Structural Mechanics 2 Dept of Architecture

Chapter 8 Deflection. Structural Mechanics 2 Dept of Architecture Chapter 8 Deflection Structural echanics Dept of rchitecture Outline Deflection diagras and the elastic curve Elastic-bea theory The double integration ethod oent-area theores Conjugate-bea ethod 8- Deflection

More information

On the approximation of Feynman-Kac path integrals

On the approximation of Feynman-Kac path integrals On the approxiation of Feynan-Kac path integrals Stephen D. Bond, Brian B. Laird, and Benedict J. Leikuhler University of California, San Diego, Departents of Matheatics and Cheistry, La Jolla, CA 993,

More information

Order Recursion Introduction Order versus Time Updates Matrix Inversion by Partitioning Lemma Levinson Algorithm Interpretations Examples

Order Recursion Introduction Order versus Time Updates Matrix Inversion by Partitioning Lemma Levinson Algorithm Interpretations Examples Order Recursion Introduction Order versus Tie Updates Matrix Inversion by Partitioning Lea Levinson Algorith Interpretations Exaples Introduction Rc d There are any ways to solve the noral equations Solutions

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 1, 2011

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 2, No 1, 2011 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volue, No 1, 11 Copyright 1 All rights reserved Integrated Publishing services Research article ISSN 976 499 Coparison of various shear deforation

More information

ANALYTICAL INVESTIGATION AND PARAMETRIC STUDY OF LATERAL IMPACT BEHAVIOR OF PRESSURIZED PIPELINES AND INFLUENCE OF INTERNAL PRESSURE

ANALYTICAL INVESTIGATION AND PARAMETRIC STUDY OF LATERAL IMPACT BEHAVIOR OF PRESSURIZED PIPELINES AND INFLUENCE OF INTERNAL PRESSURE DRAFT Proceedings of the ASME 014 International Mechanical Engineering Congress & Exposition IMECE014 Noveber 14-0, 014, Montreal, Quebec, Canada IMECE014-36371 ANALYTICAL INVESTIGATION AND PARAMETRIC

More information

Strain Rate and Temperature Effects on the Nonlinear Behavior of Woven Composites

Strain Rate and Temperature Effects on the Nonlinear Behavior of Woven Composites ICCM 17 UK 29 Strain Rate and Teperature Effects on the Nonlinear Behavior of Woven Coposites Liqun Xing, Ken Reifsnider Departent of Mechanical Engineering University of South Carolina, Colubia, SC xingliqun@gail.edu

More information