Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public | :: | Lf |
Latent heat of fusion |
|||
real(kind=real64), | public | :: | Tf |
Freezing point |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_gcc_non_segregation_pa), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | T | |||
real(kind=real64), | intent(in), | optional | :: | Pw | ||
real(kind=real64), | intent(in), | optional | :: | rhoW | ||
real(kind=real64), | intent(in), | optional | :: | rhoI |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_gcc_non_segregation_pa), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | T | |||
real(kind=real64), | intent(in), | optional | :: | Pw | ||
real(kind=real64), | intent(in), | optional | :: | rhoW | ||
real(kind=real64), | intent(in), | optional | :: | rhoI |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_gcc_non_segregation_pa), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | T | |||
real(kind=real64), | intent(in), | optional | :: | Pw | ||
real(kind=real64), | intent(in), | optional | :: | rhoW | ||
real(kind=real64), | intent(in), | optional | :: | rhoI |
type, extends(abst_gcc) :: type_gcc_non_segregation_pa contains procedure, pass(self) :: calc => calc_GCC_NonSeg_Pa procedure, pass(self) :: deriv => calc_GCC_NonSeg_Pa_derivative procedure, pass(self) :: deriv2 => calc_GCC_NonSeg_Pa_derivative_2nd end type type_gcc_non_segregation_pa