alpha Subroutine

public subroutine alpha(self, Tr, a, dadt, dadt2)

Soave function and it’s derivatives.

Type Bound

AlphaSoave

Arguments

Type IntentOptional Attributes Name
class(AlphaSoave), intent(in) :: self
real(kind=pr), intent(in) :: Tr(:)

Reduced temperature

real(kind=pr), intent(out) :: a(:)

real(kind=pr), intent(out) :: dadt(:)

real(kind=pr), intent(out) :: dadt2(:)