reservoir_authoring_spec Derived Type

type, public :: reservoir_authoring_spec

局所 reservoir inflow の公開 authoring 設定。


Inherited by

type~~reservoir_authoring_spec~~InheritedByGraph type~reservoir_authoring_spec reservoir_authoring_spec type~app_config_authoring app_config_authoring type~app_config_authoring->type~reservoir_authoring_spec reservoir

Components

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

Source Code

  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