HV_NRTL Interface

public interface HV_NRTL

Module Procedures

public function init_hvnrtl(b, del1, alpha, gji, use_kij, kij) result(mixrule)

This is the Huron-Vidal mixing rule that includes the NRTL model modified by Huron and Vidal.

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: b(:)
real(kind=pr), intent(in) :: del1(:)
real(kind=pr), intent(in) :: alpha(:,:)
real(kind=pr), intent(in) :: gji(:,:)
logical, intent(in) :: use_kij(:,:)
real(kind=pr), intent(in) :: kij(:,:)

Return Value type(HV_NRTL)