Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | SpecificHeat_soil | |||
real(kind=real64), | intent(in) | :: | phi_soil | |||
real(kind=real64), | intent(in) | :: | SpecificHeat_water | |||
real(kind=real64), | intent(in) | :: | phi_water | |||
real(kind=real64), | intent(in) | :: | SpecificHeat_ice | |||
real(kind=real64), | intent(in) | :: | phi_ice |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_sph_3phase), | intent(in) | :: | self | |||
type(type_gauss_point_state), | intent(in) | :: | state |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(type_input), | intent(in) | :: | input | |||
integer(kind=int32), | intent(in) | :: | i_material |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(holder_sphs), | intent(inout) | :: | self | |||
type(type_input), | intent(in) | :: | input | |||
integer(kind=int32), | intent(in) | :: | i_material |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_sph), | intent(in) | :: | self | |||
type(type_gauss_point_state), | intent(in) | :: | state |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | material1 |
soil, rock, concrete |
|||
real(kind=real64), | public | :: | material2 |
water |
|||
real(kind=real64), | public | :: | material3 |
ice |
|||
real(kind=real64), | public | :: | material4 |
gas |
|||
integer(kind=int32), | public | :: | material_id |
procedure(abst_calc_sph_gauss_point), public, deferred, pass(self) :: calc_gauss_point |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abst_sph), | public, | allocatable | :: | p |
procedure, public, pass(self) :: initialize => initialize_holder_sphs |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | material1 |
soil, rock, concrete |
|||
real(kind=real64), | public | :: | material2 |
water |
|||
real(kind=real64), | public | :: | material3 |
ice |
|||
real(kind=real64), | public | :: | material4 |
gas |
|||
integer(kind=int32), | public | :: | material_id |
private interface construct_sph_3phase () |
procedure, public :: calc_gauss_point => calc_sph_gauss_point_3phase |