Example: Obtain the equation of motion of the mechanical system given below. Write the form of the output θ(t) in case of free vibration and determine.

Slides:



Advertisements
Similar presentations
Module 2 Modal Analysis ANSYS Dynamics.
Advertisements

MODELING OF MECHANICAL SYSTEMS BY ANSYS
For System Dynamics & Control
H(s) x(t)y(t) 8.b Laplace Transform: Y(s)=X(s) H(s) The Laplace transform can be used in the solution of ordinary linear differential equations. Let’s.
MDOF SYSTEMS WITH DAMPING General case Saeed Ziaei Rad.
Solutions of system of nonlinear equations: Newton-Raphson Example 4: The kinematic equations for a Four-Bar mechanism can be written as (5th semester,
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS Example: Mathematical model of a mechanical system is defined as a system of differential equations as follows:
Lecture 17. System Response II
A spring with a mass of 6 kg has damping constant 33 and spring constant 234. Find the damping constant that would produce critical damping
Mechanical and Electrical Vibrations. Applications.
S1-1 SECTION 1 REVIEW OF FUNDAMENTALS. S1-2 n This section will introduce the basics of Dynamic Analysis by considering a Single Degree of Freedom (SDOF)
HOMEWORK 01C Eigenvalues Problem 1: Problem 2: Problem 3: Problem 4: Lecture 1 Problem 5: Problem 6:
Mechanical Vibrations
Autumn 2008 EEE8013 Revision lecture 1 Ordinary Differential Equations.
Linear Differential Equations with Constant Coefficients: Example: f(t): Input u(t): Output (response) Characteristic Equation: Homogenous solution f(t)=0.
From a vibration measurement on a machine, the damping ratio and undamped vibration frequency are calculated as 0.36 and 24 Hz, respectively. Vibration.
A PPLIED M ECHANICS Lecture 06 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Chapter 7. Free and Forced Response of Single-Degree-of-Freedom Linear Systems 7.1 Introduction Vibration: System oscillates about a certain equilibrium.
Examples: Write the transfer function of the electrical circuit including Op-Amp (Operational Amplifier). Write the Matlab program to calculate the eigenvalues.
1 Lecture D32 : Damped Free Vibration Spring-Dashpot-Mass System Spring Force k > 0 Dashpot c > 0 Newton’s Second Law (Define) Natural Frequency and Period.
SECOND ORDER LINEAR Des WITH CONSTANT COEFFICIENTS.
Simpson’s Rule: Example: Calculate the integral of the given function.
o Problem Reconsider Problem
Solutions of system of nonlinear equations: Newton-Raphson Example 4: The kinematic equations for a Four-Bar mechanism can be written as (5th semester,
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
1 MIDTERM EXAM REVIEW. 2 m 081.SLDASM REVIEW Excitation force 50N normal to face k=10000N/m m=6.66kg Modal damping 5%
2.1 Step Input Response: Eigenvalues: p 1 =-4.526, p 2,3 = ±2.7883i, p 4 = Final value theorem: Stability: If the step response reaches to.
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
1. Plotting Graph with Matlab:
H(s) 8.b Laplace Transform:
Lesson 20: Process Characteristics- 2nd Order Lag Process
Time Response Analysis
(x(t) depends on the initial conditions)
Chapter 2 Response to Harmonic Excitation
1. Plotting Graph with Matlab:
Equations of Motion: Kinetic energy: Potential energy: Sin≈
Theoretical Mechanics DYNAMICS
Equations of Motion: Kinetic energy: Potential energy: Sin≈
1. Plotting Graph with Matlab:
1. Plotting Graph with Matlab:
SECOND-ORDER CIRCUITS
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
ME321 Kinematics and Dynamics of Machines
(x(t) depends on the initial conditions)
(x(t) depends on the initial conditions)
UNIT-II TIME RESPONSE ANALYSIS
SYSTEM OF DIFFERENTIAL EQUATIONS
Equations of Motion: Kinetic energy: Potential energy: Sin≈
Simpson’s Rule: Example: Calculate the integral of the given function.
ME321 Kinematics and Dynamics of Machines
SECOND-ORDER CIRCUITS
4. Closed-Loop Responses Using the Laplace Transform Method
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Boyce/DiPrima 10th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
VIBRATION.
VIBRATION.
Homework 02 ANSYS: Problem 1: (The system in Homework 01C- Problem 5)
1. Plotting Graph with Matlab:
Newton-Raphson Example 4:
Linear Differential Equations with Constant Coefficients:
o Problem Reconsider Problem
Eigenvalues: p1=-4.526, p2,3= ±2.7883i, p4=
2a. Transfer function of closed loop system
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Newton-Raphson Example 4:
1. Plotting Graph with Matlab:
Newton-Raphson Example 4:
Newton-Raphson Example 4:
(x(t) depends on the initial conditions)
Presentation transcript:

Example: Obtain the equation of motion of the mechanical system given below. Write the form of the output θ(t) in case of free vibration and determine the proper t and t values in order to plot the response versus time. M(t) clc;clear m=5; L=2; k=2000; c=20; syms s; pol=(7/3*m*L^2)*s^2+c*L^2*s+k*L^2 vpa(solve(pol),5) Re 13.065i -0.857 Img

Form of the output θ(t) Re 13.065i -0.857 Img

For complex roots (eigenvalues)  - i p p=-± Damping ratio Re 13.065i -0.857 Img For complex roots (eigenvalues) For p=-0.857+13.065i (Suitable time increment) (Time to reach the steady-state response)

(Free vibration) m x(t) (Characteristic polinom) Roots are repeated if Roots are real and different if Roots are complex conjugate if  

MODELING MECHANICAL SYSTEMS USING ANSYS Example: ωn=18.71 rad/s=2.98 Hz 2 m node k k=35000 N/m node m=100 kg 1 Run notepad.exe and write the code given below /prep7 et,1,mass21 /solu To run the program using ANSYS Input window /input,e01,txt et,2,combin14 d,all,ux,0 r,1,0,100 d,all,uz,0 r,2,35000,0 d,1,uy,0 n,1,0,0 antype,2 n,2,0,0.25 modopt,lanb,1 type,1 solve finish real,1 General Postproc > Results Summary e,2 type,2 real,2 e,1,2 eplot

Example: Model the mechanical system using ANSYS and find the damped and andamped natural frequencies. Using Matlab clc;clear m=5; L=2; k=2000; c=20; syms s; pol=(7/3*m*L^2)*s^2+c*L^2*s+k*L^2 vpa(solve(pol/(2*pi)),5)

Undamped natural frequencies Damped natural frequencies (rad/s) (Hz) Undamped natural frequencies Damped natural frequencies clc;clear; m1=5; m2=3; k1=1000; k2=2000; c1=5; c2=5; M=[m1,0;0 m2]; C=[c1+c2,-c2;-c2,c2]; K=[k1+k2,-k2;-k2,k2]; syms s; sist=M*s^2+C*s+K; p=solve(det(sist)); display ('Eigenvalues are') vpa(p,5) (Hz)

ANSYS Model Constants used in the model Declerations for element types Definition of Real Constants Creation of nodes Creation of elements Preprocessing Solution

Example: Spring supported beam model ANSYS APDL (Ansys Parametric Design Language) CODE