| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | calculate_hydraulic | ||||
| logical, | public | :: | calculate_mechanical | ||||
| logical, | public | :: | calculate_thermal | ||||
| character(len=:), | public, | allocatable | :: | coupling_mode |
type :: type_analysis_controls logical :: calculate_thermal logical :: calculate_hydraulic logical :: calculate_mechanical character(:), allocatable :: coupling_mode end type type_analysis_controls