yaeos__equilibria_pure_psat Module

Module used to calculate the saturation pressure of pure components at a given temperature.



Functions

public function Psat(eos, ncomp, T)

Calculation of saturation pressure of a pure component using the secant method.

Arguments

Type IntentOptional Attributes Name
class(ArModel), intent(in) :: eos

Model that will be used

integer, intent(in) :: ncomp

Number of component in the mixture from which the saturation pressure will be calculated

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

Temperature [K]

Return Value real(kind=pr)