RKPR_D1mix Subroutine

public subroutine RKPR_D1mix(self, n, d1i, D1, dD1i, dD1ij)

RKPR parameter mixing rule.

The RKPR EoS doesn’t have a constant value for each component, so a proper mixing rule should be provided. A linear combination is used.

Type Bound

QMR_RKPR

Arguments

Type IntentOptional Attributes Name
class(QMR_RKPR), intent(in) :: self
real(kind=pr), intent(in) :: n(:)
real(kind=pr), intent(in) :: d1i(:)
real(kind=pr), intent(out) :: D1
real(kind=pr), intent(out) :: dD1i(:)
real(kind=pr), intent(out) :: dD1ij(:,:)