ray/calculateLayered.h マニュアル

(The documentation of ray/calculateLayered.h)

Last Update: 2021/12/6


ray/calculateLayered.hでは 速度一定の複数の層から成る構造のもとでの 波線計算を行う関数が定義されている。 なおP波・S波は考えず、スカラー波として計算を行う。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to calculate the rays under a layered structure composed of several uniform layers are defined in ray/calculateLayered.h. The P and S waves are not taken into account; the ray is calculated for a scalar wave. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
calculate_traveltime_2layers 水平2層構造のもとで2地点を結ぶ走時を計算する。
Compute the travel time between two points in a medium of two horizontal layers.
calculate_traveltime_2layers_inclined 層境界が一定角度で傾いた2層構造のもとで2地点を結ぶ走時を計算する。
Calculate the travel time between two points in a medium of two layers separated by an inclined boundary that has a constant slope.
calculate_traveltime_2layers_inclined3D 層境界が一定角度で傾いた2層構造のもとで2地点を結ぶ走時を計算する。 層境界の傾きと2地点の位置を3次元で与えるバージョン。
Calculate the travel time between two points in a medium of two layers separated by an inclined boundary that has a constant slope. The slope and two point locations are given in 3D.
calculate_traveltime_2layers_givenRayType 水平2層構造のもとで2地点を結ぶ走時を 特定の種類の波線(例:直達波、屈折波、PS変換波)について計算する。
Compute the travel time of a given ray type (e.g., a direct wave, a refracted wave, and a P-S converted wave) between two points in a medium of two horizontal layers.
calculate_traveltime_2layers_inclined3D_givenRayType 層境界が一定角度で傾いた2層構造のもとで2地点を結ぶ走時を 特定の種類の波線(例:直達波、屈折波、PS変換波)について計算する。 層境界の傾きと2地点の位置を3次元で与えるバージョン。
Calculate the travel time of a given ray type (e.g., a direct wave, a refracted wave, and a P-S conversion wave) between two points in a medium of two layers separated by an inclined boundary that has a constant slope. The slope and two point locations are given in 3D.
calculate_traveltime_multi_layers 水平多層構造のもとで2地点を結ぶ走時を計算する。
Compute the travel time between two points in horizontally stratified multi layers.