ymaeda_opentoolsの更新履歴
バージョン2023-09-25a
(Version history: ymaeda_opentools 2023-09-25a)
- stack_cross_spectrum_multi_resultsコマンド
(structural_surveyサブパッケージ)を追加。
Added stack_cross_spectrum_multi_results command
(structural_survey sub package).
- imsequencefile_convert, imsequencefile_fiftコマンド
(sequenceサブパッケージ)において、
入力ファイルがimsequence2形式の場合に
周波数不一致エラーが起きにくくなるように修正。
Modified imsequencefile_convert
and imsequencefile_fift commands
(sequence sub package)
to suppress inconsistent frequency errors
in case of the imseq2 input file format.
- ヘッダファイルIAPWS95/macro.h, IAPWS95/check.h, IAPWS95/phase.h,
IAPWS95/thermal_conductivity.h, IAPWS95/viscosity.hを追加。
Added header files IAPWS95/macro.h, IAPWS95/check.h,
IAPWS95/phase.h, IAPWS95/thermal_conductivity.h,
and IAPWS95/viscosity.h.
- 関数IAPWS95_calculate_psi, IAPWS95_calculate_Delta,
IAPWS95_calculate_Delta_bi (IAPWS95/forward.h)を追加。
Added functions IAPWS95_calculate_psi,
IAPWS95_calculate_Delta, and IAPWS95_calculate_Delta_bi
(IAPWS95/forward.h).
- 上記の関数を用いるように関数IAPWS95_calculate_residual
(IAPWS95/forward.h)のコードを修正。
この修正は計算結果には影響しない。
Modified the code for function IAPWS95_calculate_residual
to make use of the functions above.
This update does not affect the computation results.
- struct IAPWS95_phase型構造体を追加。
Added a struct IAPWS95_phase-type structure.
- struct IAPWS95_ideal型構造体にメンバ
phi_delta_o, phi_deltadelta_o, phi_tautau_o, phi_deltatau_oを追加。
関数IAPWS95_caldulate_ideal (IAPWS95/forward.h)において
これらのメンバの計算を追加。
Added members phi_delta_o, phi_deltadelta_o,
phi_tautau_o, and phi_deltatau_o
to a struct IAPWS95_ideal-type structure,
and added computations of these members in function
IAPWS95_calculate_ideal (IAPWS95/forward.h).
- struct IAPWS95_residual型構造体にメンバ
phi_tautau_r, phi_deltatau_rを追加。
関数IAPWS95_calculate_residual (IAPWS95/forward.h)において
これらのメンバの計算を追加。
Added members phi_tautau_r and phi_deltatau_r
to a struct IAPWS95_residual-type structure,
and added computations of these members in function
IAPWS95_calculate_residual (IAPWS95/forward.h).
- 関数IAPWS95_forward_calculation (IAPWS95/forward.h)
のコードを修正
(IAPWS95/macro.hで定義したマクロ使用)。
この修正は計算結果には影響しない。
Modified the code for function IAPWS95_forward_calculation
(IAPWS95/forward.h)
to use the macros defined in IAPWS95/macro.h.
This update does not affect the computation results.
- struct IAPWS95_state型構造体にメンバu, h, cv, cp, w, dp_drho_fixTを追加。
関数IAPWS95_forward_calculation (IAPWS95/forward.h)において
これらのメンバの計算を追加。
Added members u, h, cv, cp,
w, and dp_drho_fixT
to a struct IAPWS95_state-type structure,
and added the computation of these members in function
IAPWS95_forward_calculation (IAPWS95/forward.h).
- 関数IAPWS95_calculate_density_givenTP_liquid,
IAPWS95_calculate_density_givenTP_gas,
IAPWS95_calculate_density_givenTP_supercritical,
IAPWS95_calculate_density_givenTP
(IAPWS95/given_TP.h)を追加。
Added functions IAPWS95_calculate_density_givenTP_liquid,
IAPWS95_calculate_density_givenTP_gas,
IAPWS95_calculate_density_givenTP_supercritical, and
IAPWS95_calculate_density_givenTP
(IAPWS95/given_TP.h).
- 関数imsequence2_plus_imsequence2_overwrite,
imsequence2_minus_imsequence2_overwrite
(sequence/operation.h)を追加。
Added functions imsequence2_plus_imsequence2_overwrite
and imsequence2_minus_imsequence2_overwrite
(sequence/operation.h).
- struct waterPML_parameters型構造体にメンバ
topography_file_format, topography_interpolation_method
を追加。
Added members topography_file_format
and topography_interpolation_method
to a struct waterPML_parameters-type structure.