C Library Functions  - vcl67 (3)

NAME

vcl67(3f) - [M_steam67] compute the specific volume of the liquid at pressure P and temperature T

CONTENTS

Synopsis
Description
Options
Return Values

SYNOPSIS

FUNCTION vcl67(p, t)

   doubleprecision,intent(in) :: p
   doubleprecision,intent(in) :: t
   doubleprecision            :: vcl67

DESCRIPTION

Function vcl67 will compute the specific volume of the liquid at pressure P and temperature T.

    DEFINITION AND PURPOSE:
       o V=f(P,T)
       o Calculates specific volume

REGION OF APPLICATION: Region 1 with P[max] = 1000 bars = 14,503.7738 psia

CALLING SEQUENCE: V=VCL(P,T)

OPTIONS

p water pressure, in PSIA.
t water temperature, in degrees F.

RETURN VALUES

vcl67 specific volume.


Nemo Release 3.1 vcl67 (3) July 22, 2023
Generated by manServer 1.08 from 90cb2bcb-b76b-4b57-8d25-a0839f3d2677 using man macros.