Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | has_hall | ||||
logical, | private | :: | use_hall_substitution | ||||
logical, | private | :: | electron_inertia | ||||
real(kind=dp), | private | :: | electron_fraction | ||||
logical, | public | :: | use_dropoff | ||||
logical, | public | :: | use_inertia_dropoff |
procedure, public :: enable | |
procedure, public :: enable_electron_inertia | |
procedure, public :: disable | |
procedure, public :: is_enabled | |
procedure, public :: is_using_substitution | |
procedure, public :: has_electron_inertia | |
procedure, public :: set_electron_fraction | |
procedure, public :: get_electron_fraction |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(hall_settings_t), | intent(inout) | :: | this | |||
real(kind=dp), | intent(in) | :: | electron_fraction |