| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | para_conduction | ||||
| logical, | private | :: | fixed_tc_para | ||||
| real(kind=dp), | private | :: | fixed_tc_para_value | ||||
| logical, | private | :: | perp_conduction | ||||
| logical, | private | :: | fixed_tc_perp | ||||
| real(kind=dp), | private | :: | fixed_tc_perp_value |
| procedure, public :: disable | |
| procedure, public :: is_enabled | |
| procedure, public :: enable_para_conduction | |
| procedure, public :: has_parallel_conduction | |
| procedure, public :: set_fixed_tc_para | |
| procedure, public :: get_fixed_tc_para | |
| procedure, public :: has_fixed_tc_para | |
| procedure, public :: enable_perp_conduction | |
| procedure, public :: has_perpendicular_conduction | |
| procedure, public :: set_fixed_tc_perp | |
| procedure, public :: get_fixed_tc_perp | |
| procedure, public :: has_fixed_tc_perp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(inout) | :: | this | |||
| real(kind=dp), | intent(in) | :: | tc_para |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(conduction_settings_t), | intent(inout) | :: | this | |||
| real(kind=dp), | intent(in) | :: | tc_perp |