Samlade Flashcards

(31 cards)

1
Q

What does the following two Matlab functions do (1) eig(a,b) and (2) fft(x)?

A

Eig(a,b) solves the eigenvalue problem.
fft(x) is the fast fourier transform → for a given signal in time-domain it transforms it to the frequency domain.

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

What numerical methods can be used to solve the equation of motion?

A

Newmark method (numerical solution), central difference method (numerical solution) or duhamel’s integral (analytical solution).
(Newmark is an implicit method and CDM is an explicit method)

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

Give 3 solutions to build earthquake-resistant structures.

A

Reinforce the building structure with: Shear walls and cross braces and horizontal frames (diaphragms)
Use of earthquake resistant materials: Lightweight materials (as wool), structural steel (various shapes allow material to bend without breaking)

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

What is the dynamic magnification factor (or dynamic response factor)? Make a typical
plot to show how it looks for a single-degree-of-freedom system exposed to a harmonic
load. Show schematically how this curve changes when damping is increased (1,5 point)

A

The dynamic response factor = The dynamic magnification factor quantifies the ratio of the system’s maximum steady-state response to the static displacement caused by the same load.

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

What are the advantages/disadvantages of using a lumped mass matrix?

A

The mass of a structure or system is concentrated (lumped) at the discrete points (usually nodes) of the system, rather than being distributed continuously across the elements.

Advantages - Reduces complexity and simplifies matrix operations. For time integration schemes like explicit methods (e.g., in dynamic analysis or crash simulations), the lumped mass matrix leads to better numerical stability.

Disadvantages - The lumped mass matrix is a simplified approximation and may not accurately represent the actual mass distribution of the system, this can lead to less accurate results. Not suitable for systems with complex geometry or mass distribution, the lumped mass approach may be insufficient.

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

What are Transient Vibrations and Steady-State Vibrations? Show with a simple graph.
(1 point)

A

Two types of forced vibration:
- Transient vibrations are temporary vibrations that occur in a system due to a sudden disturbance or force, and they gradually decrease in amplitude over time. The system moves toward an equilibrium or steady state as energy is lost through damping (friction, air resistance, etc.)
- Steady-state vibrations occur when a system is subjected to a continuous, periodic force and the system vibrates at a constant amplitude and frequency.

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

What does the following Matlab functions do (1) eig(a,b), (2) fft(x), and (3) hann(x)?

A

Eig(a,b) - computes the generalized eigenvalues, describing the systems natural frequencies.

fft(x) - fast fourier transform, the function returns in fourier coefficients, which are complex numbers representing the amplitude and phase of different frequency components of the signal.

hann (x) - generates a hann window, that helps minimize discounties at the edges of a time domain signal before performing frequency-domain analysis.

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

How large is roughly the damping ratio in (1) a welded steel structure, (2) a riveted steel
structure, (3) a reinforced concrete structure, and (4) a pre-stressed concrete structure?
Give approx. values in %. (1 point)

A

1.≈ 0.5%
2.> 1 %
3.≈ 2 %
4.< 3 %

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

Describe very briefly the concept of mode-superposition, advantages & disadvantages and its limitation (1 point)

A

Mode-superposition is used in structural dynamics to analyze the response of a system under dynamic loading. It is a method used to determine the response of a multi degree of freedom system against an applied load. The idea is to transform the MDOF into a series of SDOF systems.

One advantage is that the superposition requires less CPU (computational effort) usage because it only focuses on solving for the most significant modes of the structure.

Disadvantage is that you only can use it for systems with elastic behavior and another is that for bigger problems the computational matrix becomes big and reduces the CPU effectiveness.

Limitations:
1. Superposition considers linearity of the system (linear assumption)
2. Limited accuracy for higher modes

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

What is aliasing (or folding) in the concept of signal analysis? Give an example (1 point)

A

Aliasing is under sampling, meaning that the max-frequencies in the signals are higher than half of the Nyquist frequency (the sampling frequency).

Example: imagine an audio signal with frequencies up to fmax = 15 Hz and if we use Nyquist sampling frequency as fs=20Hz, all the frequencies above 10 Hz will incorrectly appear as lower frequencies, resulting in a distorted and unclear audio signal.

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

Give 3 factors which can influence the level of damping in a railway bridge (1 point)

A
  • Ballasted/non ballasted (higher damping if ballasted due to friction)
  • Temperature (stiffness can increase → lower damping)
  • Friction at e.g. supports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When the damping is assumed to be proportional to the speed of vibration, what is such damping usually called in other words? (0.5 point)

A

Viscous damping is damping that is proportional to the velocity of the system.

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

The train operator SJ is planning to procure new high-speed trains that can travel at 300 km/h. The train coaches have axel distance of 20 m. Bridges with what frequency will be experiencing resonant vibrations from this train? (1 point)

A

f=4.167 Hz

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

What simple methods can be used to estimate damping from a measured signal?

A

We have two methods, logarithmic decrement method and half-power bandwidth method that can be used to estimate damping ratio of a signal. Logarithmic decrement is used in the time domain and half power bandwidth method is used in the frequency domain.

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

A railway bridge with a fundamental frequency of 3.5 Hz carries a high-speed train having an axel distance of 20 m. What is the expected critical speed at which resonance will occur?

A

vcr = 252 km/h

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

Give expressions for the Modal mass and Modal stiffness.

A

Modal mass, Mn = ΦnT * M * Φn
Modal stiffenss, Kn = ΦnT * K * Φn

17
Q

Describe the difference between explicit and implicit time stepping methods.

A

In explicit time stepping methods the equations of motion are evaluated at the current time step t=ti and assumptions are used to determine the displacement ui+1.

While in the implicit methods the equations of motion are evaluated at the current time step and the next (future) (t=ti+1) and assumptions used to determine the displacement ui+1.

18
Q

Describe one common method used for constructing the damping matrix C in FEM

A

You can use the Rayleigh (or proportional damping). The damping matrix C can be expressed as a linear combination of the mass M and the stiffness K.

It formulates damping proportional to M and K as C = a0M+a1K

19
Q

What does the Nyquist sampling theorem state (answer very briefly)?

A

Describes how you can correctly reconstruct a signal if the sampling frequency is at least twice as high as the highest frequency in the signal. It states that to avoid Aliasing when sampling you should sample with a frequency at least 2 times higher than the maximum frequency.

Expressed as: fs>2*fmax

20
Q

What are the symbols (ω, ωn, φ, ξ, p0/k) in the displacement formula for the SDOF-system representing?

A

ω - omega - circular frequency of the load
ωn - the natural frequency of the system
φ - phi - the phase angle, representing the phase difference between the applied force and systems respons
ξ - xi - damping ratio, measures the daming in the system (represents the relationship between actual damping and critical damping)
p0/k - the static deformation (p0 = amplitude of the force and k=stiffness of the system)

21
Q

Explain when the phenomenon of resonance occur

A

Resonance occurs when: ω=ωn

Resonance occurs when a system is subjected to a periodic force whose frequency is equal or very close to the system’s natural frequency. At resonance, the system can experience large amplitude oscillations.

22
Q

The axial stiffness of a pile can be represented with a spring. Derive an expression for the spring stiffness k

A

Kolla svar i dokument

23
Q

Explain with simple graphs what frequencies are removed when applying a) low-pass filter, b) high-pass filter, c) band-pass filter

A

Kolla ritningar i dokument.

Low-pass filter: Allows low frequencies and removes high frequencies.
High-pass filter: Allows high frequencies and removes lower frequencies.
Band-pass filter: Allows frequencies within a certain range, removes both very low and very high frequencies.

(Dessa filter används för att manipulera signaler genom att selektivt blockera eller tillåta vissa frekvenskomponenter. Exempelvis används high-pass filter i mobiltelefoner för att filtrera bort lågfrekventa störningar som vindljud eller buller från vibrationer. Eller band-passfilter används i radioapparater för att lyssna på en specifik radiostation och blockera andra frekvenser.)

24
Q

When conducting a dynamic analysis of a civil structure, why do we typically just assume a value of damping in the modes?

A

We usually assume a value for damping in dynamic analysis because precise modeling of damping is complex, while the assumed values generally provide a reasonable approximation, to ensure safety and accuracy in the structural performance.

25
Write the equation of motion of a single-degree-of-freedom damped system. Is the equation a statement of (1) conservation of energy, (2) Newton’s law, or (3) impulse-momentum (choose one)
The equation of motion for a SDOF damped system: mass*acceleration + damping coefficient * velocity + stiffness* displacement = external force The equation is a statement of (2) Newton’s law: F=m*a
26
Plot the spectrum of an impulse and the spectrum of a zero damped single-DOF system
Se svar dokument
27
Give three sources of damping in civil engineering structures
Frequency and mode of vibrations, amplitude of vibrations, cracked or uncracked concrete.
28
Which is the most important factor that reduces the magnitude of dynamic factor at resonance?
Damping, ensuring that the system doesn't experience unbounded or extreme oscillations.
29
What is leakage in the concept of signal analysis? Give an example!
Leakage is a phenomenon in fast Fourier transform, caused by a shortening of a time domain waveform. Meaning that a signal is not perfectly periodic within the sampled time window. The FFT assumes that the signal is periodic, starts and ends at the same value. So if we have a signal that does not complete whole cycles we will see a leakage.
30
In terms of seismic design and structure performance, comment (using diagrams) briefly on ductility.
Building structures with high ductility in seismic areas is crucial for several reasons related to safety, performance, and resilience during and after an earthquake. Structures with high ductility are less likely to experience sudden or brittle failure, ductile structures tend to exhibit warning signs (like cracking) before failure occurs.
31
Describe the difference between mode-superposition and direct time integration analysis
The mode-superposition is a modal analysis (frequency domain) compared with the direct time integration analysis that is a direct numerical solution (time domain). The numerical solution (time step) calculates the response of the structure at each time step, capturing the full dynamics of the system. While the mode-superposition simplifies the problem by reducing the dimensions of the system, focusing only on the significant modes of vibration.