Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=pr), | public, | allocatable | :: | P(:) |
Pressure [Pa] |
||
real(kind=pr), | public, | allocatable | :: | T(:) |
Temperature [K] |
||
real(kind=pr), | public, | allocatable | :: | Vx(:) |
Molar volume [L/mol] in the liquid phase |
||
real(kind=pr), | public, | allocatable | :: | Vy(:) |
Molar volume [L/mol] in the vapor phase |
||
type(linear_interp_1d), | private | :: | interpolator_get_P | ||||
type(linear_interp_1d), | private | :: | interpolator_get_T |
Get the saturation pressure for a given temperature.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(PurePsat), | intent(inout) | :: | pt | |||
real(kind=pr), | intent(in) | :: | T |
Get the saturation temperature for a given pressure.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(PurePsat), | intent(inout) | :: | pt | |||
real(kind=pr), | intent(in) | :: | P |