Course introduction Flashcards

1
Q

How is C given in Rayleigh damping?

A

C=alphaM+betaK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does LTI stand for?

A

Linear time-invariant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the conditions for a system be a LTI system?

A
  • Stable (input results in a bounded response)
  • Linear (material behave linear elastically with small displacements, linear damping)
  • No contact problems
  • Time-invariant (mass, damping and stiffness matrices are not functions of time)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When is a Matrix positive definite?

A

When for all x execpt x=0, is X^T A x > 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the spatially discrete formulation expression for an LTI system without damping?

A

Md(t).. + Kd(t) = B_2*u(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

when is the motion for a system free motion/eigenmotion?

A

When for all time is the input 0, ∀t:u=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is any given matrix A converted to the corresponding modal matrix?

A

A_tilde = Phi^T A Phi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the spatially discrete formulation expression for an LTI system with damping?

A

Md(t)..+Cd.(t) + Kd(t) = Bu(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which variables are used to determine the
Rayleigh’s damping coefficients?

A

damping ratio and omega

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an important property of a system where the damping matrix C is positive definite?

A

The system is stable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the condition for the existence of classical damping?

A

M^-1 K and M^-1 C commute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the expression for the linear viscous damping model

A

f_d=C*d.(t)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the three steps in the Galerkin’s method

A
  1. Discretization
  2. Pre-multiplication with S_e^T
  3. Integration over the element
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the strong formulation of the undamped LTI system

A

rho*phi..=nabla^T sigma_c+b_c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the elemental expression for the damped LTI system with Galerkin’s method applied and evaulated?

A

M_e d.._e + C_e d_e. + K_e d_e = f_e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How many DOFs are there in a 2d beam element?

A

6

17
Q

What is the DOF of a beam element?

A

d_1^x, d_1^y, theta_1, d_2^x, d_2^y, theta_2

18
Q

How is a rigid BC applied?

A

Multiplying the associated DOF of the mass, damping and stiffness matrix with zero

19
Q

When the mass matrix is mass-normalized (M=I), then K_tilde=Lambda, how is Lambda defined?

A

Lambda=diag(omega_j^2)

20
Q

When using the ‘[Phi,Lam]=eig(K,M)’ function in Matlab, What is Phi?

A

Mode shapes

21
Q

When using the ‘[Phi,Lam]=eig(K,M)’ function in Matlab, how is the eigenfrequency determined from Lam?

A

omega=diag(sqrt(Lam))