Simulator Coupling for the Simulation of Heterogeneous Systems

Size: px
Start display at page:

Download "Simulator Coupling for the Simulation of Heterogeneous Systems"

Transcription

1 Workshop of CFDR in Berlin am 17. Juni 1999 Simulator Coupling for the Simulation of Heterogeneous Systems Peter Schwarz Simulation of heterogeneous systems Principles of the coupling of simulators Examples 1

2 Example of a Heterogeneous System acceleration sensor acceleration a = a max * sin ( ωt + φ ) electrode capacitor C 1 electrode electrostatic force electronic circuit beam displacement seismic mass electrode capacitor C 2 electrode beam elektrostatic force 2

3 Connection of Different Domains in Heterogeneous Systems mechanical subsystem Capacity C 1 elektrical subsystem Capacity C 2 Seismic Mass thermal subsystem domains interact via the exchange of signals 3

4 Modelling of Heterogeneous Systems f 1 (x 1, x 2, x 3,..., x m ) = 0 e. g. circuit diagram bond graph description TF s I R part of x 1 f 2 (x 1, x 2, x 3,..., x m ) = 0 e. g. ODE, PDE F T.. part of x 2 = M.. v + D v. + S ϕ ϕ. v ϕ... part of x 3 - K - f(.) f 3 (x 1, x 2, x 3,..., x m ) = 0 e. g. control blocks 4

5 Simulation Tools for Subsystems (at EAS) VHDL Simulation Logic Simulation Analog Simulation Analog + Digital FEM Neural Network Symbolic Analysis System Design VSS, Leapfrog, ModelSim, Fusion Verilog-XL, Lsim, ViewSim, VCS SPICE3, HSPICE, MDS, ITI-Sim, Matlab/Simulink, Spectre SABER, ELDO, Lsim, PSpice (DesignLab7.1), KOSIM, ViewSim/AD CAPA, ANSYS SNNS, InterAct, Neural Works Explorer, DESIRE/NEUNET, Matlab-Toolbox Neural Networks Analog Insydes (Mathematica) VisualHDL (Summit), Renoir (Mentor), Statemate MAGNUM (i-logix) 5

6 Coupled Simulation of Heterogeneous Systems Mathematical description f 1 (x 1, x 2, x 3,..., x m ) = 0 f 2 (x 1, x 2, x 3,..., x m ) = 0 f 3 (x 1, x 2, x 3,..., x m ) = 0 Method 1 Simulation with one circuit and system simulator... f m (x 1, x 2, x 3,..., x m ) = 0 Method 2 Coupling of simulators for different domains relaxation method Newton method 6

7 Method 1 Simulation with one Circuit and System Simulator ENTITY beam IS PORT ( TERMINAL t1_1 : kinematic ; TERMINAL t2_1 : kinematic ; TERMINAL t3_1 : kinematic ; TERMINAL t4_1 : rotational; TERMINAL t5_1 : rotational; TERMINAL t6_1 : rotational; TERMINAL t7_2 : kinematic ; TERMINAL t8_2 : kinematic ; TERMINAL t9_2 : kinematic ; TERMINAL Capacity t10_2 C: 1 rotational; TERMINAL t11_2 : rotational; TERMINAL t12_2 Seismic : rotational Mass ) ; END beam ; Capacity C 2 QUANTITY v_t1_1 ACROSS qval_14 THROUGH t1_1; QUANTITY v_t2_1 ACROSS qval_16 THROUGH t2_1; QUANTITY v_t3_1 ACROSS qval_18 THROUGH t3_1; QUANTITY v_t4_1 ACROSS qval_19 THROUGH t4_1; QUANTITY v_t5_1 ACROSS qval_20 THROUGH t5_1; QUANTITY v_t6_1 ACROSS qval_21 THROUGH t6_1; QUANTITY v_t7_2 ACROSS qval_23 THROUGH t7_2; QUANTITY v_t8_2 ACROSS qval_25 THROUGH t8_2; QUANTITY v_t9_2 ACROSS qval_27 THROUGH t9_2; QUANTITY v_t10_2 ACROSS qval_28 THROUGH t10_2; Way QUANTITY pv_t9_2 : REAL ; QUANTITY pv_t13_3 : REAL ; QUANTITY pv_t14_3 : REAL ; QUANTITY pv_t15_3 : REAL ; QUANTITY pv_t19_4 : REAL ; QUANTITY pv_t20_4 : REAL ; QUANTITY pv_t21_4 : REAL ; BEGIN Description of the terminal behavior of subsystems Modelling of the heterogenous system by a connection of multiports qval_14 == (-((((((( e-19 * pv_t1_1 DOT)+(( ) * v_t1_1))+(( ) * v_t2_1))+((-(0.0066)) * v_t6_1))+((- ( )) * v_t13_3))+((-( )) * v_t14_3))+((-(0.0066)) * v_t18_3))) ; -- tolerance "default_force"; Prerequisite qval_16 == (-((((((( e-19 * pv_t2_1 DOT)+(( ) * v_t1_1))+(( ) * v_t2_1))+((0.0066) * v_t6_1))+((- ( )) * v_t13_3))+((-( )) * v_t14_3))+((0.0066) * v_t18_3))) ; -- tolerance "default_force"; qval_18 == (-((((((( e-19 * pv_t3_1 DOT)+((0.0070) * v_t3_1))+(( ) * v_t4_1))+((-( )) * v_t5_1))+((- (0.0070)) * v_t15_3))+(( ) * v_t16_3))+((-( )) * v_t17_3))) ; -- tolerance "default_force"; qval_19 == (-((((((( ) * v_t3_1)+(( ) * v_t4_1))+((-( )) * v_t5_1))+((-( )) * Behavioral description language v_t15_3))+(( ) * v_t16_3))+((-( )) * v_t17_3))) ; -- tolerance "default_angular_force" ; qval_20 (e. == g. (-(((((((-( )) VHDL-AMS, * v_t3_1)+((-( )) MAST, HDL-A, * v_t4_1))+(( )...) * v_t5_1))+(( ) * v_t15_3))+((- ( )) * v_t16_3))+(( ) * v_t17_3))) ; -- tolerance "default_angular_force" ; qval_21 == (-(((((((-(0.0066)) * v_t1_1)+((0.0066) * v_t2_1))+(( ) * v_t6_1))+((0.0066) * v_t13_3))+((-(0.0066)) * v_t14_3))+(( ) * v_t18_3))) ; -- tolerance "default_angular_force" ; qval_23 == (-((((((( e-19 * pv_t7_2 DOT)+(( ) * v_t7_2))+(( ) * v_t8_2))+((0.0066) * v_t12_2))+((- ( )) * v_t19_4))+((-( )) * v_t20_4))+((0.0066) * v_t24_4))) ; -- tolerance "default_force"; Usage of simulators, solving systems qval_25 == (-((((((( e-19 * pv_t8_2 DOT)+(( ) * v_t7_2))+(( ) * v_t8_2))+((-(0.0066)) * v_t12_2))+((- ( )) of differential * v_t19_4))+((-( )) algebraic * v_t20_4))+((-(0.0066)) equations * v_t24_4))) ; -- tolerance "default_force"; qval_27 == (-((((((( e-19 * pv_t9_2 DOT)+((0.0070) * v_t9_2))+((-( )) * v_t10_2))+(( ) * v_t11_2))+((- (0.0070)) * v_t21_4))+((-( )) * v_t22_4))+(( ) * v_t23_4))) ; -- tolerance "default_force"; qval_28 == (-(((((((-( )) * v_t9_2)+(( ) * v_t10_2))+((-( )) * v_t11_2))+(( ) * v_t21_4))+(( ) Saber, ELDO, * v_t22_4))+((-( )) VHDL-AMS * v_t23_4))) Design ; -- tolerance station, "default_angular_force"... ; qval_29 == (-((((((( ) * v_t9_2)+((-( )) * v_t10_2))+(( ) * v_t11_2))+((-( )) * v_t21_4))+((- 7

8 Simulation with one circuit and system simulator Modelling of Micromechanical Systems m n l 1 2 L Across and Through quantities of a beam element: displacement w, angle ϕ, forces F, angular forces T B 5 FEM-formulas as starting point for the description of the terminal behavior B 3 B 4 C 1 Partitioning into B i : Beam elements C j : Coupling elements B 1 B 2 w l1 w m1 w n1 ϕ l1 ϕ m1 ϕ n1 F l1 F m1 F n1 T l1 T m1 T n1 F T = M w.. D w S ϕ ϕ w ϕ multi-pole as beam element F l2 w l2 F m2 w m2 F n2 w n2 T l2 ϕ l2 T m2 ϕ m2 T n2 ϕ n2 8

9 Method 2 Simulator Coupling with Relaxation Method Situation at time t Simulator 1 f 1 (x 1, x 2 ) = 0 x 1 (i+1) = V 1 (x 2 (i) ) ( x 1 (0),x 2 (0) ) x 1 x 1 (2) x 1 = V 1 (x 2 ) Simulator 2 f 2 (x 1, x 2 ) = 0 x 1 (3) x 2 (i+1) = V 2 (x 1 (i+1) ) x 1 (1) x 2 = V 2 (x 1 ) x 2 i=i+1 x 1 (i+1) - x 1 (i) < ε next time step no x 2 (i+1) - x 2 (i) < ε yes Solution of a system of nonlinear equations in each time step 9

10 Simulator Coupling Requirements Increasing time, time intervals Repetition of time intervals The simulation time must increase monotonously. Time repetition is allowed only within well-known (user-defined) time intervals. The simulator must be able to receive commands from the counterpart to both repeat and change a time interval. Communication Both the usage of received data and sending must be possible during simulation. The communication has to take place at the end of the time intervals mentioned above. 10

11 Implementation of Couplings backplane Data exchange A B... M coupled simulators A B coupled simulators via a simulation backplane direct coupling Requirements open simulation interface source code of the simulator 11

12 Couplings Realized at EAS SABER + Verilog-XL ELDO + LSIM ELDO + Verilog-XL ELDO + KOSIM + VSystem KOSIM + ANSYS KOSIM + CAPA KOSIM + SNNS COSSAP + Verilog COSSAP + Leapfrog COSSAP + Leapfrog + Verilog COSSAP + SABER + Leapfrog KOSIM + ITISIM 12

13 Data Exchange between Different Processes Principle Applicability Performance Our applications Shared memory on one and the same host different processes best possible - Sockets different hosts, different platforms high COSSAP - Saber - Leapfrog Pipes PVM (Parallel Virtual Machine) File transfer on one and the same host parent-and-child-processes different processes (named pipe) different hosts, different platforms different hosts, different platforms common file system high lower than socket s performance very low (due to high synchronisation effort) KOSIM - ADDA KOSIM - ANSYS KOSIM - KOSIM Saber - ANSYS KOSIM - ANSYS Saber - ANSYS ELDO - ANSYS KOSIM - KOSIM KOSIM - ADDA 13

14 Simulator Coupling: Electro-Thermal Analysis of ICs and MEMS U CC Temperature at T R 1 R 2 Temperature at T 1 2 T 1 T 2 Power Dissipation P v1 P v2 Temperature Circuit Simulator Saber Thermal Simulator ANSYS Temperature Step Response Temperature Distribution (Header, Die) Temperature Distribution (Top of Die) 14

15 Electro-Mechanical System Controlled acceleration sensor acceleration 0 displacement [m] C 1 F 1 without control displacement C 2 F 2-1e-8 with control Coupling: FEM simulator and circuit simulator (mechanics) (control electronics) Zeit [ms] P.-C. Eccardt (Siemens AG) et.al.:coupled Finite Element and Network Simulation for Microsystem Components. MST 96,

16 Block Diagram Acceleration ANSYS KOSIM Reference Input Electrost. Force Mass Acceleration Force Resulting Force PID Controller Electro static Sensor Evaluation Circuit Displacement Control Voltage Displacement Proportional Voltage 16

17 Data Exchange ANSYS F a PVM, File Transfer Time t Displacement u KOSIM Displacement F e Time t Electrostatic Force F e Circuit Electrostatic Force use of interfaces to programable languages - user commands (FORTRAN77) in ANSYS - C-Interface of KOSIM inclusion of system and PVM comands into subroutines 17

18 Simulation Example of Electromechanical Interaction Mechanical subsystem Force Electrical subsystem Shifting of force target (disturbance variable) Mass Rotatory inertia - Preamplifier Position difference + + PI-Controller - ITI -SIM Elastic supportt Piezoactor Power amplifier KOSIM 18

19 Advantages and Disadvantages of Simulator Coupling Existing models for subsystems can be used Modelling efforts decrease Powerful well established tools for subsystems can be applicated Simulator Coupling Solutions have to be worked out User should be familiar with the simulators and the solution for the coupling Computation time is as a rule very large Convergence problems may occur using Relaxation method 19

20 Summary Increasing role of system modeling and simulation Two different methods - Modeling by generalized Kirchhoffian networks and application of modern circuit simulators with HDL entry (VHDL-AMS, Modelica,...) - Simulator Coupling Simulator Coupling may reduce modelling efforts for non-electrical/electrical systems Problems using Simulator Coupling may be large computation times and convergence 20

Symbolic Model Reduction for Linear and Nonlinear DAEs

Symbolic Model Reduction for Linear and Nonlinear DAEs Symbolic Model Reduction for Linear and Nonlinear DAEs Symposium on Recent Advances in MOR TU Eindhoven, The Netherlands November 23rd, 2007 Thomas Halfmann thomas.halfmann@itwm.fraunhofer.de Overview

More information

System Level Modeling of Microsystems using Order Reduction Methods

System Level Modeling of Microsystems using Order Reduction Methods System Level Modeling of Microsystems using Order Reduction Methods Sven Reitz, Jens Bastian, Joachim Haase, Peter Schneider, Peter Schwarz Fraunhofer Institute for Integrated Circuits, Branch Lab Design

More information

Simulator Coupling for Electro-Thermal Simulation of Integrated Circuits

Simulator Coupling for Electro-Thermal Simulation of Integrated Circuits Theminic 96, International Workshop on Thermal Investigations of I s and Microstructures, 25.-27.9.1996, Proceedings pp. 89-93 Simulator oupling for Electro-Thermal Simulation of Integrated ircuits Stefan

More information

Physics Based Approach to Multi-domain Multilevel System Simulation

Physics Based Approach to Multi-domain Multilevel System Simulation Physics Based Approach to Multi-domain Multilevel System Simulation 2011 REGIONAL CONFERENCES 1 ANSYS, Inc. Mark Christini ANSYS & Process Engineering System Sub-System ANSYS - Simplorer Mixed-Signal Multi-Domain

More information

Simplorer and Mechanical. David Twyman Technical Services

Simplorer and Mechanical. David Twyman Technical Services Simplorer and Mechanical David Twyman Technical Services 1 Overview Simplorer Architecture, Methodology and Operation Simplorer and Mechanical Rigid Body Dynamics to Mechanical Link (Cosimulation) Mechanical

More information

Dynamics and control of mechanical systems

Dynamics and control of mechanical systems Dynamics and control of mechanical systems Date Day 1 (03/05) - 05/05 Day 2 (07/05) Day 3 (09/05) Day 4 (11/05) Day 5 (14/05) Day 6 (16/05) Content Review of the basics of mechanics. Kinematics of rigid

More information

General procedure for formulation of robot dynamics STEP 1 STEP 3. Module 9 : Robot Dynamics & controls

General procedure for formulation of robot dynamics STEP 1 STEP 3. Module 9 : Robot Dynamics & controls Module 9 : Robot Dynamics & controls Lecture 32 : General procedure for dynamics equation forming and introduction to control Objectives In this course you will learn the following Lagrangian Formulation

More information

Lab 3: Quanser Hardware and Proportional Control

Lab 3: Quanser Hardware and Proportional Control Lab 3: Quanser Hardware and Proportional Control The worst wheel of the cart makes the most noise. Benjamin Franklin 1 Objectives The goal of this lab is to: 1. familiarize you with Quanser s QuaRC tools

More information

A CAPACITIVE ACCELEROMETER MODEL

A CAPACITIVE ACCELEROMETER MODEL Électronique et transmission de l information A CAPACITIVE ACCELEROMETER MODEL FLORIN CONSTANTINESCU, ALEXANDRU GABRIEL GHEORGHE, MIRUNA NIŢESCU *1 Key words: MEMS models, Transient analysis, Capacitive

More information

Robust Design Optimization of Electromagnetic Actuator Systems Using Heterogeneous Models

Robust Design Optimization of Electromagnetic Actuator Systems Using Heterogeneous Models Faculty of Electrical and Computer Engineering Institute of Electromechanical and Electronic Design Prof. Dr.-Ing. habil. Jens Lienig Robust Design Optimization of Electromagnetic Actuator Systems Using

More information

Converter System Modeling via MATLAB/Simulink

Converter System Modeling via MATLAB/Simulink Converter System Modeling via MATLAB/Simulink A powerful environment for system modeling and simulation MATLAB: programming and scripting environment Simulink: block diagram modeling environment that runs

More information

An equivalent-circuit model. systems) electrostatic actuator using open-source. software Qucs

An equivalent-circuit model. systems) electrostatic actuator using open-source. software Qucs An equivalent-circuit model for MEMS electrostatic actuator using open-source software Qucs Makoto Mita 1 and Hiroshi Toshiyoshi 2a) 1 Institute of Space and Astronautical Science (ISAS), The Japan Aerospace

More information

BEHAVIORAL MODELING AND TRANSIENT ANALYSIS WITH ANALOG INSYDES

BEHAVIORAL MODELING AND TRANSIENT ANALYSIS WITH ANALOG INSYDES BEHAVIORAL MODELING AND TRANSIENT ANALYSIS WITH ANALOG INSYDES Thomas Halfmann, Eckhard Hennig, Manfred Thole ITWM Institut für Techno- und Wirtschaftsmathematik, Kaiserslautern, Germany {halfmann, hennig,

More information

Coupled Drive Apparatus Modelling and Simulation

Coupled Drive Apparatus Modelling and Simulation University of Ljubljana Faculty of Electrical Engineering Victor Centellas Gil Coupled Drive Apparatus Modelling and Simulation Diploma thesis Menthor: prof. dr. Maja Atanasijević-Kunc Ljubljana, 2015

More information

CHAPTER 5 FIXED GUIDED BEAM ANALYSIS

CHAPTER 5 FIXED GUIDED BEAM ANALYSIS 77 CHAPTER 5 FIXED GUIDED BEAM ANALYSIS 5.1 INTRODUCTION Fixed guided clamped and cantilever beams have been designed and analyzed using ANSYS and their performance were calculated. Maximum deflection

More information

Experimental methods. Sensors of displacement and its derivation. 07/10/2016 KTS/EXM1 - Sensors of displacement and its derivation

Experimental methods. Sensors of displacement and its derivation. 07/10/2016 KTS/EXM1 - Sensors of displacement and its derivation Experimental methods Sensors of displacement and its derivation 1 Position sensors with discrete signal Limit Switches (contact) Source: www.honeywell.com 2 Position sensors with discrete signal Inductive

More information

An efficient and accurate MEMS accelerometer model with sense finger dynamics for applications in mixed-technology control loops

An efficient and accurate MEMS accelerometer model with sense finger dynamics for applications in mixed-technology control loops BMAS 2007, San Jose, 20-21 September 2007 An efficient and accurate MEMS accelerometer model with sense finger dynamics for applications in mixed-technology control loops Chenxu Zhao, Leran Wang and Tom

More information

PTB S 16.5 MN HYDRAULIC AMPLIFICATION MACHINE AFTER MODERNIZATION

PTB S 16.5 MN HYDRAULIC AMPLIFICATION MACHINE AFTER MODERNIZATION IMEKO 22 nd TC3, 15 th TC5 and 3 rd TC22 International Conferences 3 to 5 February, 2014, Cape Town, Republic of South Africa PTB S 16.5 MN HYDRAULIC AMPLIFICATION MACHINE AFTER MODERNIZATION R. Kumme

More information

THERMAL MODELING OF INTEGRATED CIRCUITS IN DIGITAL SIMULATION ENVIRONMENTS

THERMAL MODELING OF INTEGRATED CIRCUITS IN DIGITAL SIMULATION ENVIRONMENTS U.P.B. Sci. Bull., Series C, Vol. 75, Iss. 4, 2013 ISSN 2286 3540 THERMAL MODELING OF INTEGRATED CIRCUITS IN DIGITAL SIMULATION ENVIRONMENTS Vlad MOLEAVIN 1, Ovidiu-George PROFIRESCU 2, Marcel PROFIRESCU

More information

Modified Nodal Analysis for MEMS Design Using SUGAR

Modified Nodal Analysis for MEMS Design Using SUGAR Modified Nodal Analysis for MEMS Design Using SUGAR Ningning Zhou, Jason Clark, Kristofer Pister, Sunil Bhave, BSAC David Bindel, James Demmel, Depart. of CS, UC Berkeley Sanjay Govindjee, Depart. of CEE,

More information

Modeling and Experimentation: Compound Pendulum

Modeling and Experimentation: Compound Pendulum Modeling and Experimentation: Compound Pendulum Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin Fall 2014 Overview This lab focuses on developing a mathematical

More information

CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version

CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version Norman S. Nise California State Polytechnic University, Pomona John Wiley fir Sons, Inc. Contents PREFACE, vii 1. INTRODUCTION, 1

More information

Einbindung elastischer Körper in die Mehrkörpersimulationsbibliothek

Einbindung elastischer Körper in die Mehrkörpersimulationsbibliothek Einbindung elastischer Körper in die Mehrkörpersimulationsbibliothek von SimulationX Tobias Zaiczek, Sven Reitz, Olaf Enge-Rosenblatt, Peter Schneider Fraunhofer Institut für Integrierte Schaltungen, Institutsteil

More information

Multidomain Design and Optimization based on COMSOL Multiphysics: Applications for Mechatronic Devices Ara Bissal, Octavian Craciun, Veronica

Multidomain Design and Optimization based on COMSOL Multiphysics: Applications for Mechatronic Devices Ara Bissal, Octavian Craciun, Veronica Multidomain Design and Optimization based on COMSOL Multiphysics: Applications for Mechatronic Devices Ara Bissal, Octavian Craciun, Veronica Biagini, & Jesper Magnusson Table of contents Introduction

More information

Contents. Dynamics and control of mechanical systems. Focus on

Contents. Dynamics and control of mechanical systems. Focus on Dynamics and control of mechanical systems Date Day 1 (01/08) Day 2 (03/08) Day 3 (05/08) Day 4 (07/08) Day 5 (09/08) Day 6 (11/08) Content Review of the basics of mechanics. Kinematics of rigid bodies

More information

Lesson 14: Van der Pol Circuit and ode23s

Lesson 14: Van der Pol Circuit and ode23s Lesson 4: Van der Pol Circuit and ode3s 4. Applied Problem. A series LRC circuit when coupled via mutual inductance with a triode circuit can generate a sequence of pulsing currents that have very rapid

More information

School of Engineering Faculty of Built Environment, Engineering, Technology & Design

School of Engineering Faculty of Built Environment, Engineering, Technology & Design Module Name and Code : ENG60803 Real Time Instrumentation Semester and Year : Semester 5/6, Year 3 Lecture Number/ Week : Lecture 3, Week 3 Learning Outcome (s) : LO5 Module Co-ordinator/Tutor : Dr. Phang

More information

EE C245 ME C218 Introduction to MEMS Design

EE C245 ME C218 Introduction to MEMS Design EE C45 ME C8 Introduction to MEMS Design Fall 007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 9470 Lecture 5: Output t

More information

CHAPTER 4 DESIGN AND ANALYSIS OF CANTILEVER BEAM ELECTROSTATIC ACTUATORS

CHAPTER 4 DESIGN AND ANALYSIS OF CANTILEVER BEAM ELECTROSTATIC ACTUATORS 61 CHAPTER 4 DESIGN AND ANALYSIS OF CANTILEVER BEAM ELECTROSTATIC ACTUATORS 4.1 INTRODUCTION The analysis of cantilever beams of small dimensions taking into the effect of fringing fields is studied and

More information

Institute for Electron Microscopy and Nanoanalysis Graz Centre for Electron Microscopy

Institute for Electron Microscopy and Nanoanalysis Graz Centre for Electron Microscopy Institute for Electron Microscopy and Nanoanalysis Graz Centre for Electron Microscopy Micromechanics Ass.Prof. Priv.-Doz. DI Dr. Harald Plank a,b a Institute of Electron Microscopy and Nanoanalysis, Graz

More information

ENGI9496 Modeling and Simulation of Dynamic Systems Bond Graphs

ENGI9496 Modeling and Simulation of Dynamic Systems Bond Graphs ENGI9496 Modeling and Simulation of Dynamic Systems Bond Graphs Topics covered so far: Analogies between mechanical (translation and rotation), fluid, and electrical systems o Review of domain-specific

More information

Reduced Order Modeling Enables System Level Simulation of a MEMS Piezoelectric Energy Harvester with a Self-Supplied SSHI-Scheme

Reduced Order Modeling Enables System Level Simulation of a MEMS Piezoelectric Energy Harvester with a Self-Supplied SSHI-Scheme Reduced Order Modeling Enables System Level Simulation of a MEMS Piezoelectric Energy Harvester with a Self-Supplied SSHI-Scheme F. Sayed 1, D. Hohlfeld², T. Bechtold 1 1 Institute for Microsystems Engineering,

More information

PARALLEL DIGITAL-ANALOG CONVERTERS

PARALLEL DIGITAL-ANALOG CONVERTERS CMOS Analog IC Design Page 10.2-1 10.2 - PARALLEL DIGITAL-ANALOG CONVERTERS CLASSIFICATION OF DIGITAL-ANALOG CONVERTERS CMOS Analog IC Design Page 10.2-2 CURRENT SCALING DIGITAL-ANALOG CONVERTERS GENERAL

More information

Mechatronics 1: ME 392Q-6 & 348C 31-Aug-07 M.D. Bryant. Analogous Systems. e(t) Se: e. ef = p/i. q = p /I, p = " q C " R p I + e(t)

Mechatronics 1: ME 392Q-6 & 348C 31-Aug-07 M.D. Bryant. Analogous Systems. e(t) Se: e. ef = p/i. q = p /I, p =  q C  R p I + e(t) V + - K R + - - k b V R V L L J + V C M B Analogous Systems i = q. + ω = θ. C -. λ/l = q v = x F T. Se: e e(t) e = p/i R: R 1 I: I e C = q/c C = dq/dt e I = dp/dt Identical dierential equations & bond

More information

EE C245 / ME C218 INTRODUCTION TO MEMS DESIGN FALL 2011 C. Nguyen PROBLEM SET #7. Table 1: Gyroscope Modeling Parameters

EE C245 / ME C218 INTRODUCTION TO MEMS DESIGN FALL 2011 C. Nguyen PROBLEM SET #7. Table 1: Gyroscope Modeling Parameters Issued: Wednesday, Nov. 23, 2011. PROBLEM SET #7 Due (at 7 p.m.): Thursday, Dec. 8, 2011, in the EE C245 HW box in 240 Cory. 1. Gyroscopes are inertial sensors that measure rotation rate, which is an extremely

More information

Satellite Attitude Control System Design Using Reaction Wheels Bhanu Gouda Brian Fast Dan Simon

Satellite Attitude Control System Design Using Reaction Wheels Bhanu Gouda Brian Fast Dan Simon Satellite Attitude Control System Design Using Reaction Wheels Bhanu Gouda Brian Fast Dan Simon Outline 1. Overview of Attitude Determination and Control system. Problem formulation 3. Control schemes

More information

Symbolic Modeling of Electromechanical Multibody Systems

Symbolic Modeling of Electromechanical Multibody Systems Université catholique de Louvain Symbolic Modeling of Electromechanical Multibody Systems Laurent Sass Electromechanical engineer Ph.D. Thesis Members of the jury: Pr. J.D. Legat (UCL), president Pr. P.

More information

ELG4112. Electromechanical Systems and Mechatronics

ELG4112. Electromechanical Systems and Mechatronics ELG4112 Electromechanical Systems and Mechatronics 1 Introduction Based on Electromechanical Systems, Electric Machines, and Applied Mechatronics Electromechanical systems integrate the following: Electromechanical

More information

Electrical and Magnetic Modelling of a Power Transformer: A Bond Graph Approach

Electrical and Magnetic Modelling of a Power Transformer: A Bond Graph Approach Vol:6, No:9, Electrical and Magnetic Modelling of a Power Transformer: A Bond Graph Approach Gilberto Gonzalez-A, Dunia Nuñez-P International Science Index, Electrical and Computer Engineering Vol:6, No:9,

More information

ACTIVE VIBRATION CONTROL PROTOTYPING IN ANSYS: A VERIFICATION EXPERIMENT

ACTIVE VIBRATION CONTROL PROTOTYPING IN ANSYS: A VERIFICATION EXPERIMENT ACTIVE VIBRATION CONTROL PROTOTYPING IN ANSYS: A VERIFICATION EXPERIMENT Ing. Gergely TAKÁCS, PhD.* * Institute of Automation, Measurement and Applied Informatics Faculty of Mechanical Engineering Slovak

More information

Continuous system simulation. Prof. S. Shakya

Continuous system simulation. Prof. S. Shakya Continuous system simulation Prof. S. Shakya Continuous system If the dependent variable or any of its derivatives appear in any other form, such as being raised to a power, or are combined in any other

More information

Silicon Capacitive Accelerometers. Ulf Meriheinä M.Sc. (Eng.) Business Development Manager VTI TECHNOLOGIES

Silicon Capacitive Accelerometers. Ulf Meriheinä M.Sc. (Eng.) Business Development Manager VTI TECHNOLOGIES Silicon Capacitive Accelerometers Ulf Meriheinä M.Sc. (Eng.) Business Development Manager VTI TECHNOLOGIES 1 Measuring Acceleration The acceleration measurement is based on Newton s 2nd law: Let the acceleration

More information

Multi-domain Modeling and Simulation of a Linear Actuation System

Multi-domain Modeling and Simulation of a Linear Actuation System Multi-domain Modeling and Simulation of a Linear Actuation System Deepika Devarajan, Scott Stanton, Birgit Knorr Ansoft Corporation Pittsburgh, PA, USA Abstract In this paper, VHDL-AMS is used for the

More information

Comparison of Simulation Programs for Supercapacitor Modelling Model Creation and Verification PATRIK JOHANSSON BJÖRN ANDERSSON

Comparison of Simulation Programs for Supercapacitor Modelling Model Creation and Verification PATRIK JOHANSSON BJÖRN ANDERSSON Comparison of Simulation Programs for Supercapacitor Modelling Model Creation and Verification Master of Science Thesis PATRIK JOHANSSON BJÖRN ANDERSSON 180p Electrical Engineering Department of Energy

More information

Modeling and simulation of multiport RF switch

Modeling and simulation of multiport RF switch Journal of Physics: Conference Series Modeling and simulation of multiport RF switch To cite this article: J Vijay et al 006 J. Phys.: Conf. Ser. 4 715 View the article online for updates and enhancements.

More information

Rigid Manipulator Control

Rigid Manipulator Control Rigid Manipulator Control The control problem consists in the design of control algorithms for the robot motors, such that the TCP motion follows a specified task in the cartesian space Two types of task

More information

FEEDBACK CONTROL SYSTEMS

FEEDBACK CONTROL SYSTEMS FEEDBAC CONTROL SYSTEMS. Control System Design. Open and Closed-Loop Control Systems 3. Why Closed-Loop Control? 4. Case Study --- Speed Control of a DC Motor 5. Steady-State Errors in Unity Feedback Control

More information

Transduction Based on Changes in the Energy Stored in an Electrical Field

Transduction Based on Changes in the Energy Stored in an Electrical Field Lecture 6- Transduction Based on Changes in the Energy Stored in an Electrical Field Actuator Examples Microgrippers Normal force driving In-plane force driving» Comb-drive device F = εav d 1 ε oε F rwv

More information

Modeling of Electromechanical Systems

Modeling of Electromechanical Systems Page 1 of 54 Modeling of Electromechanical Systems Werner Haas, Kurt Schlacher and Reinhard Gahleitner Johannes Kepler University Linz, Department of Automatic Control, Altenbergerstr.69, A 4040 Linz,

More information

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 47 CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 5.1 INTRODUCTION This chapter describes the simulation model and experimental set up used for the fault analysis. For the simulation set up, the

More information

A MULTI-DOMAIN FUNCTIONAL DEPENDENCY MODELING TOOL BASED ON EXTENDED HYBRID BOND GRAPHS. Zsolt Lattmann. Thesis. Submitted to the Faculty of the

A MULTI-DOMAIN FUNCTIONAL DEPENDENCY MODELING TOOL BASED ON EXTENDED HYBRID BOND GRAPHS. Zsolt Lattmann. Thesis. Submitted to the Faculty of the A MULTI-DOMAIN FUNCTIONAL DEPENDENCY MODELING TOOL BASED ON EXTENDED HYBRID BOND GRAPHS By Zsolt Lattmann Thesis Submitted to the Faculty of the Graduate School of Vanderbilt University in partial fulfillment

More information

7.Piezoelectric, Accelerometer and Laser Sensors

7.Piezoelectric, Accelerometer and Laser Sensors 7.Piezoelectric, Accelerometer and Laser Sensors 7.1 Piezoelectric sensors: (Silva p.253) Piezoelectric materials such as lead-zirconate-titanate (PZT) can generate electrical charge and potential difference

More information

Design and Simulation of Comb Drive Capacitive Accelerometer by Using MEMS Intellisuite Design Tool

Design and Simulation of Comb Drive Capacitive Accelerometer by Using MEMS Intellisuite Design Tool Design and Simulation of Comb Drive Capacitive Accelerometer by Using MEMS Intellisuite Design Tool Gireesh K C 1, Harisha M 2, Karthick Raj M 3, Karthikkumar M 4, Thenmoli M 5 UG Students, Department

More information

YTÜ Mechanical Engineering Department

YTÜ Mechanical Engineering Department YTÜ Mechanical Engineering Department Lecture of Special Laboratory of Machine Theory, System Dynamics and Control Division Coupled Tank 1 Level Control with using Feedforward PI Controller Lab Date: Lab

More information

(Refer Slide Time: 00:01:30 min)

(Refer Slide Time: 00:01:30 min) Control Engineering Prof. M. Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 3 Introduction to Control Problem (Contd.) Well friends, I have been giving you various

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67 1/67 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 6 Mathematical Representation of Physical Systems II State Variable Models for Dynamic Systems u 1 u 2 u ṙ. Internal Variables x 1, x 2 x n y 1 y 2. y m Figure

More information

Automatic Control Systems. -Lecture Note 15-

Automatic Control Systems. -Lecture Note 15- -Lecture Note 15- Modeling of Physical Systems 5 1/52 AC Motors AC Motors Classification i) Induction Motor (Asynchronous Motor) ii) Synchronous Motor 2/52 Advantages of AC Motors i) Cost-effective ii)

More information

Trajectory Planning, Setpoint Generation and Feedforward for Motion Systems

Trajectory Planning, Setpoint Generation and Feedforward for Motion Systems 2 Trajectory Planning, Setpoint Generation and Feedforward for Motion Systems Paul Lambrechts Digital Motion Control (4K4), 23 Faculty of Mechanical Engineering, Control Systems Technology Group /42 2

More information

Combinatorial Logic Design Principles

Combinatorial Logic Design Principles Combinatorial Logic Design Principles ECGR2181 Chapter 4 Notes Logic System Design I 4-1 Boolean algebra a.k.a. switching algebra deals with boolean values -- 0, 1 Positive-logic convention analog voltages

More information

Fundamental principles

Fundamental principles Dynamics and control of mechanical systems Date Day 1 (03/05) - 05/05 Day (07/05) Day 3 (09/05) Day 4 (11/05) Day 5 (14/05) Day 6 (16/05) Content Review of the basics of mechanics. Kinematics of rigid

More information

Chapter 8. Model of the Accelerometer. 8.1 The static model 8.2 The dynamic model 8.3 Sensor System simulation

Chapter 8. Model of the Accelerometer. 8.1 The static model 8.2 The dynamic model 8.3 Sensor System simulation Chapter 8. Model of the Accelerometer 8.1 The static model 8.2 The dynamic model 8.3 Sensor System simulation 8.3 Sensor System Simulation In order to predict the behavior of the mechanical sensor in combination

More information

Transduction Based on Changes in the Energy Stored in an Electrical Field. Lecture 6-5. Department of Mechanical Engineering

Transduction Based on Changes in the Energy Stored in an Electrical Field. Lecture 6-5. Department of Mechanical Engineering Transduction Based on Changes in the Energy Stored in an Electrical Field Lecture 6-5 Transducers with cylindrical Geometry For a cylinder of radius r centered inside a shell with with an inner radius

More information

SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 1 EXAMINATIONS 2012/2013 XE121. ENGINEERING CONCEPTS (Test)

SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER 1 EXAMINATIONS 2012/2013 XE121. ENGINEERING CONCEPTS (Test) s SCHOOL OF COMPUTING, ENGINEERING AND MATHEMATICS SEMESTER EXAMINATIONS 202/203 XE2 ENGINEERING CONCEPTS (Test) Time allowed: TWO hours Answer: Attempt FOUR questions only, a maximum of TWO questions

More information

7-9 October 2009, Leuven, Belgium Electro-Thermal Simulation of Multi-channel Power Devices on PCB with SPICE

7-9 October 2009, Leuven, Belgium Electro-Thermal Simulation of Multi-channel Power Devices on PCB with SPICE Electro-Thermal Simulation of Multi-channel Power Devices on PCB with SPICE Torsten Hauck*, Wim Teulings*, Evgenii Rudnyi ** * Freescale Semiconductor Inc. ** CADFEM GmbH Abstract In this paper we will

More information

Dynamics and control of mechanical systems

Dynamics and control of mechanical systems Dynamics and control of mechanical systems Date Day 1 (03/05) - 05/05 Day 2 (07/05) Day 3 (09/05) Day 4 (11/05) Day 5 (14/05) Day 6 (16/05) Content Review of the basics of mechanics. Kinematics of rigid

More information

Multi-Domain Modeling: Electrical and Mechanical

Multi-Domain Modeling: Electrical and Mechanical Filename: AET_lab6b ECE535 Smart Sensors and Fuel Cell Laboratory #6b Objectives: Multi-Domain Modeling: Electrical and Mechanical 1. To study Multi-Domain Modeling, using MEMS Accelerometer.. To learn

More information

a + b Time Domain i(τ)dτ.

a + b Time Domain i(τ)dτ. R, C, and L Elements and their v and i relationships We deal with three essential elements in circuit analysis: Resistance R Capacitance C Inductance L Their v and i relationships are summarized below.

More information

Chapter 33. Alternating Current Circuits

Chapter 33. Alternating Current Circuits Chapter 33 Alternating Current Circuits 1 Capacitor Resistor + Q = C V = I R R I + + Inductance d I Vab = L dt AC power source The AC power source provides an alternative voltage, Notation - Lower case

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

The Pull-In of Symmetrically and Asymmetrically Driven Microstructures and the Use in DC Voltage References

The Pull-In of Symmetrically and Asymmetrically Driven Microstructures and the Use in DC Voltage References IEEE Instrumentation and Measurement Technology Conference Anchorage, AK, USA, 1-3 May 00 The Pull-In of Symmetrically and Asymmetrically Driven Microstructures and the Use in DC Voltage References L.A.

More information

AP Physics 1. Course Overview

AP Physics 1. Course Overview Radnor High School Course Syllabus AP Physics 1 Credits: Grade Weighting: Yes Prerequisites: Co-requisites: Length: Format: 1.0 Credit, weighted Honors chemistry or Advanced Chemistry Honors Pre-calculus

More information

Mathematical Modelling Using SimScape (Electrical Systems)

Mathematical Modelling Using SimScape (Electrical Systems) Experiment Three Mathematical Modelling Using SimScape (Electrical Systems) Control Systems Laboratory Dr. Zaer Abo Hammour Dr. Zaer Abo Hammour Control Systems Laboratory 1. Model and simulate MultiDomain

More information

Experimental analysis of spring hardening and softening nonlinearities in. microelectromechanical oscillators. Sarah Johnson

Experimental analysis of spring hardening and softening nonlinearities in. microelectromechanical oscillators. Sarah Johnson Experimental analysis of spring hardening and softening nonlinearities in microelectromechanical oscillators. Sarah Johnson Department of Physics, University of Florida Mentored by Dr. Yoonseok Lee Abstract

More information

EE C245 ME C218 Introduction to MEMS Design Fall 2007

EE C245 ME C218 Introduction to MEMS Design Fall 2007 EE C245 ME C218 Introduction to MEMS Design Fall 2007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 Lecture 17: Energy

More information

Index. Index. More information. in this web service Cambridge University Press

Index. Index. More information.  in this web service Cambridge University Press A-type elements, 4 7, 18, 31, 168, 198, 202, 219, 220, 222, 225 A-type variables. See Across variable ac current, 172, 251 ac induction motor, 251 Acceleration rotational, 30 translational, 16 Accumulator,

More information

FUNCTIONAL THERMAL SIMULATION MODELS FOR DIGITAL INTEGRATED CIRCUITS

FUNCTIONAL THERMAL SIMULATION MODELS FOR DIGITAL INTEGRATED CIRCUITS THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volume 9, Number 1/2008, pp. 000 000 FUNCTIONAL THERMAL SIMULATION MODELS FOR DIGITAL INTEGRATED CIRCUITS Vlad

More information

Model of a DC Generator Driving a DC Motor (which propels a car)

Model of a DC Generator Driving a DC Motor (which propels a car) Model of a DC Generator Driving a DC Motor (which propels a car) John Hung 5 July 2011 The dc is connected to the dc as illustrated in Fig. 1. Both machines are of permanent magnet type, so their respective

More information

Lubricating Oil Pollution Detection Sensor Design

Lubricating Oil Pollution Detection Sensor Design Sensors & Transducers 014 by IFSA Publishing, S. L. http://www.sensorsportal.com Lubricating Oil Pollution Detection Sensor Design Zhichun WANG, Zengjia WANG, Jianhang WANG, Wentao LI College of information

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents PHYSICS COURSE OVERVIEW... 1 UNIT 1: KINEMATICS... 1 UNIT 2: DYNAMICS... 2 UNIT 3: WORK AND ENERGY... 2 UNIT 4: INTRODUCTION TO WAVES...

More information

Large Scale Computation of Coupled. Electro-Acoustic Systems using ANSYS and CAPA

Large Scale Computation of Coupled. Electro-Acoustic Systems using ANSYS and CAPA Large Scale Computation of Coupled Electro-Acoustic Systems using ANSYS and CAPA H.Landes, M. Kaltenbacher, R. Lerch Chair of Sensor Technology, University of Erlangen-Nürnberg Summary: The numerical simulation

More information

CONTROL * ~ SYSTEMS ENGINEERING

CONTROL * ~ SYSTEMS ENGINEERING CONTROL * ~ SYSTEMS ENGINEERING H Fourth Edition NormanS. Nise California State Polytechnic University, Pomona JOHN WILEY& SONS, INC. Contents 1. Introduction 1 1.1 Introduction, 2 1.2 A History of Control

More information

Mahboubeh Molavi-Arabshahi. School of Mathematics, Iran University of Science and Technology (IUST), Narmak, Tehran, Iran.

Mahboubeh Molavi-Arabshahi. School of Mathematics, Iran University of Science and Technology (IUST), Narmak, Tehran, Iran. Proceedings of the 2 nd International Conference on Combinatorics, Cryptography and Computation (I4C2017) Solving Some Ordinary Differential Equations in Mechanical Engineering using Runge Kutta and Heun

More information

Course #: SC-81 Grade Level: Prerequisites: Algebra with Geometry recommended # of Credits: 1

Course #: SC-81 Grade Level: Prerequisites: Algebra with Geometry recommended # of Credits: 1 Course #: SC-81 Grade Level: 10-12 Course Name: Physics Level of Difficulty: Medium Prerequisites: Algebra with Geometry recommended # of Credits: 1 Strand 1: Inquiry Process s 1: 2: 3: 4: Science as inquiry

More information

SCI403: Physics. Course length: Two semesters. Materials: Physics: Problems and Solutions; materials for laboratory experiments

SCI403: Physics. Course length: Two semesters. Materials: Physics: Problems and Solutions; materials for laboratory experiments SCI403: Physics This course provides a comprehensive survey of all key areas: physical systems, measurement, kinematics, dynamics, momentum, energy, thermodynamics, waves, electricity, and magnetism, and

More information

Multidomain Systems: Electronic, Hydraulic, and Mechanical Subsystems of an Universal Testing Machine Modeled with Modelica

Multidomain Systems: Electronic, Hydraulic, and Mechanical Subsystems of an Universal Testing Machine Modeled with Modelica Multidomain Systems: Electronic, Hydraulic, and Mechanical Subsystems of an Universal Testing Machine Modeled with Modelica Christoph Clauß Christoph.Clauss@eas.iis.fhg.de Fraunhofer-Institut für Integrierte

More information

Exp. #1-1 : Measurement of the Characteristics of the Centripetal Force by Using Springs and a Computer Interface

Exp. #1-1 : Measurement of the Characteristics of the Centripetal Force by Using Springs and a Computer Interface PAGE 1/13 Exp. #1-1 : Measurement of the Characteristics of the Centripetal Force by Using Springs and a Computer Interface Student ID Major Name Team No. Experiment Lecturer Student's Mentioned Items

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Advanced Level *2082050702* PHYSICS 9702/04 Paper 4 A2 Structured Questions May/June 2007 1 hour 45 minutes Candidates

More information

The Application of RESCUER Software to Modelling of Coupled Problems in Modern Devices

The Application of RESCUER Software to Modelling of Coupled Problems in Modern Devices The Application of RESCUER Software to Modelling of Coupled Problems in Modern Devices Mariusz ZUBERT, Andrzej NAPIERALSKI Motto By relieving the brain of all unnecessary work, a good notation sets it

More information

Section 4. Nonlinear Circuits

Section 4. Nonlinear Circuits Section 4 Nonlinear Circuits 1 ) Voltage Comparators V P < V N : V o = V ol V P > V N : V o = V oh One bit A/D converter, Practical gain : 10 3 10 6 V OH and V OL should be far apart enough Response Time:

More information

Lecture 7, ATIK. Continuous-time filters 2 Discrete-time filters

Lecture 7, ATIK. Continuous-time filters 2 Discrete-time filters Lecture 7, ATIK Continuous-time filters 2 Discrete-time filters What did we do last time? Switched capacitor circuits with nonideal effects in mind What should we look out for? What is the impact on system

More information

VLSI Design Verification and Test Simulation CMPE 646. Specification. Design(netlist) True-value Simulator

VLSI Design Verification and Test Simulation CMPE 646. Specification. Design(netlist) True-value Simulator Design Verification Simulation used for ) design verification: verify the correctness of the design and 2) test verification. Design verification: Response analysis Specification Design(netlist) Critical

More information

FOR REDUCE SUB-SYNCHRONOUS RESONANCE TORQUE BY USING TCSC

FOR REDUCE SUB-SYNCHRONOUS RESONANCE TORQUE BY USING TCSC FOR REDUCE SUB-SYNCHRONOUS RESONANCE TORQUE BY USING TCSC Shrikant patel 1, N.K.Singh 2, Tushar kumar 3 Department of Electrical Engineering, Scope College of Engineering Bhopal,(M.P.) Emil:Shrikantcseb@gmail.com

More information

Modelling, identification and simulation of the inverted pendulum PS600

Modelling, identification and simulation of the inverted pendulum PS600 Acta Montanistica Slovaca Ročník 15(010), číslo 1, 14-18 Modelling, identification and simulation of the inverted pendulum PS600 Jiří Marholt and František azdoš 1 This paper deals with modelling, identification

More information

Curriculum Catalog

Curriculum Catalog 2018-2019 Curriculum Catalog 2018 Glynlyon, Inc. Table of Contents PHYSICS COURSE OVERVIEW...1 UNIT 1: KINEMATICS... 1 UNIT 2: DYNAMICS... 2 UNIT 3: WORK AND ENERGY... 2 UNIT 4: INTRODUCTION TO WAVES...

More information

EKV MOS Transistor Modelling & RF Application

EKV MOS Transistor Modelling & RF Application HP-RF MOS Modelling Workshop, Munich, February 15-16, 1999 EKV MOS Transistor Modelling & RF Application Matthias Bucher, Wladek Grabinski Electronics Laboratory (LEG) Swiss Federal Institute of Technology,

More information

Chapter 1 Introduction to System Dynamics

Chapter 1 Introduction to System Dynamics Chapter 1 Introduction to System Dynamics SAMANTHA RAMIREZ Introduction 1 What is System Dynamics? The synthesis of mathematical models to represent dynamic responses of physical systems for the purpose

More information

MCE603: Interfacing and Control of Mechatronic Systems

MCE603: Interfacing and Control of Mechatronic Systems MCE603: Interfacing and Control of Mechatronic Systems Chapter 7: Actuators and Sensors Topic 7d: Piezoelectric Actuators. Reference: Various articles. Cleveland State University Mechanical Engineering

More information

Lecture 19. Measurement of Solid-Mechanical Quantities (Chapter 8) Measuring Strain Measuring Displacement Measuring Linear Velocity

Lecture 19. Measurement of Solid-Mechanical Quantities (Chapter 8) Measuring Strain Measuring Displacement Measuring Linear Velocity MECH 373 Instrumentation and Measurements Lecture 19 Measurement of Solid-Mechanical Quantities (Chapter 8) Measuring Strain Measuring Displacement Measuring Linear Velocity Measuring Accepleration and

More information

Miniature Electronically Trimmable Capacitor V DD. Maxim Integrated Products 1

Miniature Electronically Trimmable Capacitor V DD. Maxim Integrated Products 1 19-1948; Rev 1; 3/01 Miniature Electronically Trimmable Capacitor General Description The is a fine-line (geometry) electronically trimmable capacitor (FLECAP) programmable through a simple digital interface.

More information

NETWORK MODELING OF PHYSICAL SYSTEM DYNAMICS

NETWORK MODELING OF PHYSICAL SYSTEM DYNAMICS NETWORK MODELING OF PHYSICAL SYSTEM DYNAMICS a.k.a. lumped parameter modeling Discussion GOAL: Systematic approach to synthesizing multi-domain physical system models MODEL TYPES: Purpose of the model

More information