get_P Function

public function get_P(pt, T) result(P)

Get pressure

Get the saturation pressure for a given temperature.

Description

This function returns the saturation pressure for a given temperature. The function uses an interpolator to get the required value.

Examples

P = pt%get_P(T)

Type Bound

PurePsat

Arguments

Type IntentOptional Attributes Name
class(PurePsat), intent(inout) :: pt
real(kind=pr), intent(in) :: T

Return Value real(kind=pr)


Calls

proc~~get_p~~CallsGraph proc~get_p PurePsat%get_P evaluate evaluate proc~get_p->evaluate

Called by

proc~~get_p~~CalledByGraph proc~get_p PurePsat%get_P proc~refit_rkpr_k refit_rkpr_k proc~refit_rkpr_k->proc~get_p proc~rkpr RKPR proc~rkpr->proc~refit_rkpr_k