飛沫の方程式モジュール
基礎変数クラス 時間間隔や代表値を格納
| procedure , public , :: repValue => representativeValue Function | |
| procedure , public , :: TimeStep2RealTime Function |
飛沫方程式ソルバクラス 蒸発方程式や運動方程式を解くメソッドを保持
| procedure , public , :: repValue => representativeValue Function | |
| procedure , public , :: TimeStep2RealTime Function | |
| procedure , public , :: dropletEnvironment Function | |
| procedure , public , :: set_dropletEnvironment Subroutine | |
| procedure , public , :: set_gravity_acceleration Subroutine | |
| procedure , public , :: set_minimumRadiusRatio Subroutine | |
| procedure , public , :: set_coeff_drdt Subroutine | |
| procedure , public , :: next_velocity Function | |
| procedure , public , :: next_position Function | |
| procedure , public , :: get_radiusLowerLimitRatio Function | |
| procedure , public , :: evaporationEq => evaporationEquation Function | |
| procedure , public , :: solve_motionEquation Subroutine |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | delta_t | |||
| double precision, | intent(in) | :: | L_represent | |||
| double precision, | intent(in) | :: | U_represent |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | delta_t | |||
| double precision, | intent(in) | :: | L_represent | |||
| double precision, | intent(in) | :: | U_represent | |||
| double precision, | intent(in) | :: | direction_g(3) | |||
| real, | intent(in) | :: | Temperature | |||
| real, | intent(in) | :: | RelativeHumidity |