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_m), | 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_m), | 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_m), | 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_m contains procedure, pass(self) :: calc => calc_GCC_NonSeg_m procedure, pass(self) :: deriv => calc_GCC_NonSeg_m_derivative procedure, pass(self) :: deriv2 => calc_GCC_NonSeg_m_derivative_2nd end type type_gcc_non_segregation_m