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_3phase_2d), | intent(inout) | :: | self | |||
type(type_domain), | intent(inout) | :: | domain | |||
type(type_proereties_manager), | intent(inout) | :: | property | |||
real(kind=real64), | intent(in) | :: | porosity(:) | |||
real(kind=real64), | intent(in) | :: | dt | |||
integer(kind=int32), | intent(in) | :: | step | |||
integer(kind=int32), | intent(in) | :: | iter |