Impact hammer test of an Aluminium 6082 T6 plate, 260 x 246 x 1.5 mm, free boundary conditions
Description
Plate data
------------
E = 70 GPa
ν = 0.33
ρ = 2700 kg/m^3
h = 1.50 mm (±0.01mm)
width = 246 mm
length = 260 mm
Experiment description
-----------------------------
- a Cartesian coordinate system (XYZ) is defined in one of the corners of the plate, with XY laying on the mid-plane of the plate;
- the X axis is aligned with the length direction;
- the Y axis is aligned with the width direction;
- the free boundary conditions are approximated experimentally by means of soft cotton wires, and the plate is tested while hanging on the cotton wires that are fixed at two corners, by means of adhesive tapes;
- a mesh of 5 by 5 points is defined on the plate, with the following coordinates (in meters):
1, [0., 0.]
2, [0.065, 0.]
3, [0.13, 0.]
4, [0.195, 0.]
5, [0.26, 0.]
6, [0., 0.0615]
7, [0.065, 0.0615]
8, [0.13, 0.0615]
9, [0.195, 0.0615]
10, [0.26, 0.0615]
11, [0., 0.123]
12, [0.065, 0.123]
13, [0.13, 0.123]
14, [0.195, 0.123]
15, [0.26, 0.123]
16, [0., 0.1845]
17, [0.065, 0.1845]
18, [0.13, 0.1845]
19, [0.195, 0.1845]
20, [0.26, 0.1845]
21, [0., 0.246]
22, [0.065, 0.246]
23, [0.13, 0.246]
24, [0.195, 0.246]
25, [0.26, 0.246]
- the accelerometer is fixed at point 5;
- the time-response to the hammer impact is obtained for each point by hitting with the impact hammer at each point;
- three time-response data points are obtained at each point;
- for all measurements a total of 2^15 = 32768 time samples are obtained, corresponding to a time interval of 0 <= t <= 3.840 s, and a minimum sampling rate of 8000 Hz.
Details about the hardware
----------------------------------
1) Data Acquisition Module NI 9234
With four input channels simultaneously acquire at rates up to 51.2 kS/s (kilosamples per second). The operating temperature limits are from -40 °C to 70 °C, maximum of 5 g vibration, and maximum of 50 g shock.
2) Impact hammer with load cell 086C02
The first channel corresponds to the impact hammer load cell measurements, in Newtons [N]. The hardware sensitivity (+-15%) is 50 mV/lbf or 11.2 mV/N.
3) Unidirectional Accelerometer 352A24
The second channel corresponds to the accelerometer measurements, in gravity units [g], being 1 gravity unit = 9.81 m/s^2. The hardware sensitivity (+-10%) is 100 mV/g or 10.2 mV/(m/s^2).
Reading the experimental data
--------------------------------------
I use the https://nptdms.readthedocs.io/en/stable/quickstart.html module to read the experimental data saved with the "*tdms" extension. The following example illustrates how to read the data at all the points:
from nptdms import TdmsFile
# reading from the experimental results
# - the hammer impact force in [N] as a function of time from df.iloc[:, 0]
# - the accelerations in [g] as a function of time from df.iloc[:, 1]
times = {}
hammer_impacts = {}
accelerometer = {}
for point in usedpoints:
tdms = TdmsFile('WaveForms Point%02d.tdms' % point)
df = tdms.as_dataframe()
df.index = df.index/df.shape[0] * tmax
times[point] = df.index
hammer_impacts[point] = df.iloc[:, 0]
accelerometer[point] = df.iloc[:, 1]
Files
Files
(13.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2b840186d1b63100c527be63f71d2550
|
526.1 kB | Download |
|
md5:cd4ee86eb05d3a745ad80bb1e2aa6aea
|
526.1 kB | Download |
|
md5:0e6ec23c4d81e94f80acc0aa83ac6154
|
526.1 kB | Download |
|
md5:55d57621ac98ef204a4098d29d6ae079
|
526.1 kB | Download |
|
md5:33a69d8dcf308374f1f3f891e9b318b3
|
526.1 kB | Download |
|
md5:0ea2d6777e3ffde0a38f5d8443629812
|
526.1 kB | Download |
|
md5:a2b420a49227b3f9dce6012da7d177ec
|
526.1 kB | Download |
|
md5:6255c5acaba0d794d1177598aaa4b05c
|
526.1 kB | Download |
|
md5:dc9b0700dfd2613c865d89ba6bbf8f80
|
526.1 kB | Download |
|
md5:5537bd7df838c0978f292ef0f336825a
|
526.1 kB | Download |
|
md5:31ee117e43dec5c8c14b25dcbe653bcd
|
526.1 kB | Download |
|
md5:b74580140eade01e5d75fff7c4678379
|
526.1 kB | Download |
|
md5:b6d90389a13a6935915a2834f3ee0bc5
|
526.1 kB | Download |
|
md5:70e230bbea3727339f409966353f08d6
|
526.1 kB | Download |
|
md5:b923558b325f80064804bddac4e509de
|
526.1 kB | Download |
|
md5:f500e55b84db63401bee66f1043d93ed
|
526.1 kB | Download |
|
md5:2921283486e9638f590d7d73c579ac40
|
526.1 kB | Download |
|
md5:a6051e84f8486d1b3c5973bc002ac94d
|
526.1 kB | Download |
|
md5:004509abcaf32d084bdb4ebd87ed8e21
|
526.1 kB | Download |
|
md5:00103b225ae8c094ff30e2a289eaa0a1
|
526.1 kB | Download |
|
md5:c061a9d27d59ee18ae57f9b7f607f1f4
|
526.1 kB | Download |
|
md5:71185b3a94534fc87fced8c68577729c
|
526.1 kB | Download |
|
md5:04508199d31d4a7afc31ea883ea4cf30
|
526.1 kB | Download |
|
md5:87636d32ef8a3f8afeffc9a41006aba6
|
526.1 kB | Download |
|
md5:6d508f0253732d53e680478e5cd9f731
|
526.1 kB | Download |