摘要: 介绍应力张量的对称性推导即柯西应力公式 阅读全文
posted @ 2025-01-02 12:21 GeoFXR 阅读(103) 评论(0) 推荐(0)
摘要: 空间曲线的线性参数插值 ​ 在断层曲面拟合的过程中,发现当解释的空间数据点过于稀疏的化,其断层面拟合的效果较差,我们采用空间曲线线性插值加密的算法,增加插值控制点的数量,改善插值的效果。 1.1 问题描述即算法描述 已知空间三维离散折线 \(l=(p_1,p_2,...,p_i,...,p_n)\) 阅读全文
posted @ 2024-12-29 15:19 GeoFXR 阅读(128) 评论(0) 推荐(0)
摘要: 2.5 Proof that strain tensor is a tensor To prove that \(\varepsilon_{ij}\) is a tensor it is necessary to show that under a rotation of axis the comp 阅读全文
posted @ 2024-12-25 23:47 GeoFXR 阅读(71) 评论(0) 推荐(0)
摘要: 3. The Stress Tensor The development of the theory of elasticity took about two centuries, beginning with Galileo in the 1600s. The most difficult pro 阅读全文
posted @ 2024-12-25 16:12 GeoFXR 阅读(156) 评论(0) 推荐(0)
摘要: Introduction of Deformation, Strain and Rotation Tensors Elasticity theory, which lies at the core of seismology, is most generally studies as a branc 阅读全文
posted @ 2024-12-17 15:47 GeoFXR 阅读(243) 评论(0) 推荐(0)
摘要: Introduction of Rotation Transformation And Rotation Matrix 1.1 Summary of vector analysis A vector is defined as a directed line segment, having both 阅读全文
posted @ 2024-12-10 10:56 GeoFXR 阅读(195) 评论(0) 推荐(0)
摘要: Cartesian Tensors In subsequent chapters the following three tensors will be introduced. (1) The strain tensor \(\varepsilon_{ij}\) : \[\varepsilon_{i 阅读全文
posted @ 2024-12-09 02:08 GeoFXR 阅读(91) 评论(0) 推荐(0)
摘要: 震源机制解,或称断层面解,是用地球物理学方法判别断层类型和地震发震机制的一种方法。一次地震发生后,通过对不同的地震台站所接受到的地震波信号进行数学分析,即可求出其震源机制解。震源机制解不仅可以使人了解断层的类型(是正断层、逆断层还是走滑断层),而且可以揭示断层在地震前后具体的运动情况。 ​一般震源机制解可以表示为地震断层产状(三参数:走向(strike)、倾角(dip)及滑动角(rake))与地震矩张量表示。本笔记首先给出地震断层和地震矩张量的介绍和相互关系,在给出震源机制参数的图像学表示震源沙滩球的绘制关系。 阅读全文
posted @ 2024-04-30 17:48 GeoFXR 阅读(3550) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-11-06 16:16 GeoFXR 阅读(14) 评论(0) 推荐(0)
摘要: Python 镜像源是指可以用来下载 Python 相关软件包的在线仓库地址。Python 在国内使用的比较广泛,为了提高安装包的下载速度,一般会配置国内镜像源。常见的 Python 镜像源包括以下几个: 默认情况下 pip 使用的是国外的镜像,在下载的时候速度非常慢,本文我们介绍使用国内清华大学的 阅读全文
posted @ 2023-08-27 23:05 GeoFXR 阅读(6593) 评论(0) 推荐(0)