P_wilson Function

public function P_wilson(model, z, T) result(P)

P_wilson

Description

Calculate the pressure at a given T of a mixture using the Wilson equation.

Arguments

Type IntentOptional Attributes Name
class(BaseModel), intent(in) :: model

Model of the mixture.

real(kind=pr), intent(in) :: z(:)

Mole fractions of the components.

real(kind=pr), intent(in) :: T

Temperature [K].

Return Value real(kind=pr)