局所 reservoir inflow の公開 authoring 設定。
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | present | = | .false. | ||
| character(len=32), | public | :: | inflow_model | = | 'source_vdf' | ||
| real(kind=dp), | public | :: | phi_infty | = | 0.0_dp | ||
| integer(kind=i32), | public | :: | face_potential_grid_n | = | 3_i32 |
type :: reservoir_authoring_spec logical :: present = .false. character(len=32) :: inflow_model = 'source_vdf' real(dp) :: phi_infty = 0.0_dp integer(i32) :: face_potential_grid_n = 3_i32 end type reservoir_authoring_spec