| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(type_input), | intent(inout) | :: | input | |||
| type(type_dp_3d), | intent(inout), | pointer | :: | coordinate | ||
| type(type_domain), | intent(inout) | :: | domain |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_thermal_crs), | intent(inout) | :: | self | |||
| type(type_domain), | intent(inout) | :: | domain | |||
| type(type_properties_manager), | intent(in) | :: | property | |||
| type(type_variable), | intent(inout) | :: | temperature | |||
| type(type_variable), | intent(inout) | :: | porosity | |||
| type(type_controls), | intent(inout) | :: | controls | |||
| type(type_bc), | intent(inout) | :: | bc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_thermal_crs), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_thermal_crs), | intent(inout) | :: | self | |||
| type(type_variable), | intent(inout) | :: | temperature | |||
| type(type_controls), | intent(in) | :: | controls |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(type_thermal_crs), | intent(inout) | :: | self | |||
| type(type_domain), | intent(inout), | target | :: | domain | ||
| type(type_properties_manager), | intent(inout) | :: | property | |||
| real(kind=real64), | intent(in) | :: | temperature(:) | |||
| real(kind=real64), | intent(in) | :: | porosity(:) | |||
| type(type_controls), | intent(in) | :: | controls |