tws/Mogi.h マニュアル

(The documentation of tws/Mogi.h)

Last Update: 2021/12/8


tws/Mogi.hでは 茂木モデルを用いて地殻変動計算を行う関数が定義されている。 変位だけでなく傾斜変動も計算できる。 標高0mの水平な地表面に限定せず、 任意の標高に置いた水平な地表面や、一定勾配で傾斜した地表面での計算も できるようにしている。
Functions to compute a crustal deformation based on the Mogi model are defined in tws/Mogi.h. Not only the displacement but also the tilt can be calculated. The ground surface is not limited to a flat plane at an altitude of 0 m; calculations on a flat ground surface at an arbitrary altitude, as well as on an inclined ground surface with a constant slope, are supported.

このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
使用上の注意
Remark
Mogi 茂木モデルに基づいて変位または傾斜変動の特定の一成分を計算する。
Compute a specified displacement or a tilt component based on the Mogi model.
 
Mogi_Ux
【マニュアル未作成】
[The documentation has yet to be created]
変位の\(x\)成分を計算する。
Compute the \(x\)-component of the displacement.
関数Mogiからの内部呼び出しを想定して作っているので 引数のチェックなどは一切行われない。 決して直接呼び出すことはせず、常に関数Mogiを通じて用いること。
Never call these functions directly from your own computer code; the arguments are not checked in these functions as they are assumed to be called from function Mogi.
Mogi_Uy
【マニュアル未作成】
[The documentation has yet to be created]
変位の\(y\)成分を計算する。
Compute the \(y\)-component of the displacement.
Mogi_Uz
【マニュアル未作成】
[The documentation has yet to be created]
変位の\(z\)成分を計算する。
Compute the \(z\)-component of the displacement.
Mogi_Tx
【マニュアル未作成】
[The documentation has yet to be created]
傾斜変動の\(x\)成分を計算する。
Compute the \(x\)-component of the tilt.
Mogi_Ty
【マニュアル未作成】
[The documentation has yet to be created]
傾斜変動の\(y\)成分を計算する。
Compute the \(y\)-component of the tilt.