Contents


RP.rho_crit

 

The procedure RP.rho_crit provides the critical density.

 

Call RP.rho_crit(F$:rho_crit)

 

Inputs:

F$   Fluid name

 

Outputs:

rho_crit  critical density (kg/m^3, kmol/m^3, lbm/ft^3, lbmol/ft^3)

 

Example

$UnitSystem SI Mass J K Pa

F$='RP1'

Call RP.rho_crit(F$: rho_crit)

 

Solution

{rho_crit = 247.7 [kg/m^3]}

 

RocketProps Index