首页 > 其他分享 >GENG3405 Stress rotation Friction

GENG3405 Stress rotation Friction

时间:2024-09-12 16:29:23浏览次数:1  
标签:Stress your wall thickness values Fig rotation thicknesses GENG3405

GENG3405. Part 1 – 2024

Submission (LMSby 5 pm 16 September 2024.

This is a group assignment. Please do FRUIT

The assignment tests both your ability to do the tasks and to explain how you did them. Instructions

1.   A1 is obtained as follows: Take the last three digits of the student number of each group member and divide it by 1000. Then find arithmetic average of the numbers obtained for all group members.

2.   The submitted (hard copy) report should start with the cover sheet (use the standard form). The cover sheet must list all group members and be signed by all members of the group. The absence of the name and signature of a group member will automatically result in zero mark for this member.

3.   The report should include the full justifications of your solutions, the programs developed and full references to the sources you used.

4.   ChatGPD or similar are not allowed.

Problem Determine A1. Explain how it is determined.

Problem 2: Stress rotation (Friction)

A block contains a fracture inclined at a=40o, with respect to the horizontal and holds on friction, Fig. 1.2. The block is loaded by stress px=40MPa, py=50MPa, pz= 18MPa. Determine if sliding can occur over the fracture. In order to do this, develop a Matlab/Python program to determine the possibility of sliding for any values of stress, angle of inclination and friction coefficient. Use the friction law

τmax  = c+μσN                (1)

where tmax is the maximum shear stress in the plane of the fracture, σN is the normal stress acting on the fracture plane.

For particular calculations to be reported, the values of the parameters and μ (the cohesion and friction coefficient, respectively)   should be obtained from the appropriate literature. For illustration, use aluminium over aluminium or granite over granite  (Civil, Mining and Environmental).

In your report, please explain the  theory behind your algorithm  with the reference to the corresponding slides in the lecture notes.

Note. The cohesion can in some cases be zero. In all cases you need to justify your choice of parameters and μ by properly referring to the source (e.g. handbook).

 

Fig. 1.2 Block with fracture under compressive loading.

Problem 3 Determination of thickness of two layers. Linear model (Use Matlab/Python for computations.)

A wall made of steel developed two corroded layers: the external layer of thickness d2  is heavily damaged and the internal layer of thickness d1  is relatively less damaged as can be seen in Fig. 2. The total thickness of the wall, L, is known but the thicknesses of the damaged layers are unknown. To determine these thicknesses without 代 写GENG3405 Stress rotation Frictiondisrupting the wall, ultrasonic measurements are conducted by placing a transmitter of acoustic pulses at the point and a receiver at the point as shown in Fig. 2. The system times measure the durations tp and ts needed for the p (pressure)

- wave and s (sear) - wave to traverse the wall.

The aim of this question is to construct a linear model (a set of linear equations) top determine the unknown thicknesses. You can proceed according to the following steps:

1. Model formulation. Suppose the thicknesses, d1 and d2 of the damaged layers are known. Write the equations to determine the times tand ts needed for p and s waves to cross the wall. Assume that the total wall thickness, L, is known as well as the p - and s wave velocities: c0(p) , c1(p) , c2(p) , c0(s) , c1(s) , c2(s)   of each layer and the undamaged material, see Fig. 2.

2. Test example. Suppose you know the thicknesses of the layers: d1 =2 mm and d2= 1 mm. Determine the times tp and ts needed for p and s waves to traverse the wall. Assume L=10 mm,

c0(p)  = 5 km / sec

c1(p)  = 4.45721093750000 km / sec

c2(p)  = 4.68033845625000 k/ sec

c0(s)  = 3.125 km / sec

c1(s)  = 1.61766128656250 km / sec

c2(s)  = 2.05351933062500 km / sec

3. Model calibration. Suppose you know the durations tand ts . Determine the thicknesses from the model built in step 1. Check if they coincide with the values for the thicknesses assumed in step 2.

4. Model analysis. Suppose that the measurements of the times are conducted with small errors: the value measured for tis 0.2% lower than the one obtained in step 2, while tis 0.1% higher than the one obtained in step 2. Determine the layer thicknesses with these slightly incorrect values for the times and find the error in the thickness determination. Use two direct methods and two iterative methods of your choice. For the iterative methods, use a tolerance (relative error) of 10-6. How many iterations are required to achieve the specified tolerance. Compare your results to the thicknesses obtained in step 2. Comment on the agreement or discrepancy that you obtain when you use direct and iterative methods. Check the condition number and comment.

5. Improvement of the  method. Suppose you conduct  10 measurements with random errors, independently and uniformly distributed within the interval (-0.1%, 0.1%) and then average the result. Has the situation improved? How many measurements you need to achieve a 10% accuracy?

 

Fig. 2. Schematics of ultrasonic measurements of layer thicknesses.

Problem 4. Different thicknesses of the combined damaged layer at different points – interpolation

1.   Damaged layers do not usually have uniform. thickness. Through the acoustic measurements (from Problem 3) the values for the total thickness (d=d1+d2) were found at different points along the z-axis, Fig. 2. These values are listed in Table 1. Using these points find the functional dependence d(z) using (a) polynomial interpolation, (b) cubic spline interpolation and (3) the best fit quadratic polynomial using the least squares method. Use Matlab for computations.

2.   Compare the results and comment on the comparison

Table 1. Values of the combined thickness of the damaged zone for different values of z.

z, mm

0

10

20

30

40

50

60

d, mm

2.9

3.1

2.1

3.3*(1+A1)

4

4.4

3.9

 

标签:Stress,your,wall,thickness,values,Fig,rotation,thicknesses,GENG3405
From: https://www.cnblogs.com/qq---99515681/p/18410350

相关文章

  • 【AD9361 数字基带】多片基带内FPGA补偿 I/Q Rotation
    I/Q旋转Rotation在许多多通道射频系统中,如AD-FMCOMMS5,甚至在AD-FMCOMMS2、AD-FMCOMMS3上,都需要测量或校正两个复数(I/Q)RF信号之间的相位差。从纯粹的数学描述来看,单个正弦波没有相位,一个相位只能在两个不同的正弦波之间发展。增加复杂性的是,我们没有一个单一的真实......
  • opencascade AIS_RubberBand AIS_RotationMode源码学习
    //!相机旋转类型Camerarotationmode.enumAIS_RotationMode{AIS_RotationMode_BndBoxActive,//!<defaultOCCTrotationAIS_RotationMode_PickLast,//!<rotatearoundlastpickedpointAIS_RotationMode_PickCenter,//!<rotatearoundpointatthecenter......
  • swiftui中使用scaleEffect和rotationEffect实现缩放和旋转效果
    在SwiftUI中,你可以使用.scaleEffect()和.rotationEffect()来实现缩放和旋转动画,缩放和旋转的内容可以是图片,文字等view视图。scaleEffect可以实现缩放效果,配合动画可以实现好看的过度效果,其中的参数是缩放的倍数,1表示原本大小,大于1表示放大,小于1表示缩小。示例代码:Text("He......
  • linux-c-log-rotation-scheme
    linux-c-log-rotation-scheme#include<sys/types.h>#include<sys/stat.h>#include<unistd.h>voidlogworker(){ino_tinode=0;FILE*logfile;logfile=fopen(logfilename,"a+");while(running){......
  • 健壮性测试工具-stress-ng
    stress-ng用于模拟系统资源占用的压力测试工具,不限于CPU、磁盘、网络、内存、进程、文件系统等。安装方式:源码安装,源码包下载地址https://fossies.org/linux/privat/stress-ng-0.17.08.tar.gz/ 下载后解压 进入安装目录,进行编译安装make&&makeinstall安装完后,验证安装......
  • dremio-stress dremio 压力测试工具
    dremio-stress是基于rest埃及jdbc的dremio压力测试工具,实现上相对简单,并不是比较复杂的东西,可以结合一些业务场景使用同时建议和dremio-diagnostic-collector配合起来说明此工具应该并非官方的,实际如果需要进行大规模测试基于tpc-h会更加标准参考资料https://github.com......
  • MPAndroidChart setLabelRotationAngle bug
    MPAndroidChartsetLabelRotationAnglebug(应该包括其他关于修改x/ylabel的bug)库是好库,但就是不更新了。。bug描述:修改labelRotationAngle(setLabelRotationAngle()),手势缩放一下视图,才触发自动调整视图,会导致图表大小发生变化。用起来就是,第一次显示,label被截断,必须手动缩放一......
  • P3521 [POI2011] ROT-Tree Rotations
    ​P3521[POI2011]ROT-TreeRotations线段树合并首先左右子树交换只会改变「跨过左右子树的逆序对」数量,对其他逆序对不会有任何影响,所以我们选择对每个结点的左右子树求解,判断是否交换。考虑对于每个节点建一个权值线段树,那么贡献就可以在merge操作中求解,原因是在权值线段......
  • 服务器Stressapptes压力测试
    Stressapptest测试文档测试步骤1. 解压stressapptest.tar包tar–xvfstressapptest.tar2. 在root用户下进入测试目录sudosu-cd/home/user/Desktop/stressapptest/src3. 开始进行测试./stressapptest–s3600–m4–i4–c4–C4–M1024-s:测试时间-m:复制线......
  • mpstat,stress Linux系统调优工具
    mpstat,stressLinux系统调优工具当我们在处理复杂的系统调优工作时,我们需要使用一些专门的工具来帮助我们分析系统的性能和稳定性。在Linux系统中,mpstat和stress是两个非常常用的工具,它们分别用于监测系统的性能和模拟系统的高负载情况。本篇博客将对mpstat和stress这两个工具进......