abs_volume_initializer Interface

interface
public function abs_volume_initializer(self, n, p, t)

Arguments

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

Ar Model

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

Moles vector

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

Pressure [bar]

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

Temperature [K]

Return Value real(kind=pr)

Initial volume [L]

Description

Function that provides an initializer value for the liquid-root of newton solver of volume. In the case the model will use the volume_michelsen routine this value should provide the co-volume of the model.