waterPML_sub/calculate_V.h マニュアル

(The documentation of waterPML_sub/calculate_V.h)

Last Update: 2023/8/4


waterPML_sub/calculate_V.hでは 時刻\(t-\Delta t\)での速度場と時刻\(t-\Delta t/2\)での応力場を用いて 時刻\(t\)での速度場を計算する関数 が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to compute the velocity field at time \(t\) given the velocity field at time \(t-\Delta t\) and the stress field at time \(t-\Delta t/2\) are defined in waterPML_sub/calculate_V.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
TF_calculate_V 時刻\(t-\Delta t\)での速度場と時刻\(t-\Delta t/2\)での応力場を用いて 時刻\(t\)での速度場を計算する。 デバッグモードでは時刻\(t-\Delta t/2\)での応力場と 時刻\(t\)での速度場を出力する。
Compute the velocity field at time \(t\) given the velocity field at time \(t-\Delta t\) and the stress field at time \(t-\Delta t/2\). Output the stress field at time \(t-\Delta t/2\) and the velocity field at time \(t\) in case of the debugging mode.