加入千万工业人行列
您需要 登录 才可以下载或查看,没有账号?注册
x
不是直接粘度除以密度就够了么?
为什么出来这么多方法,而且计算结果还和粘度除以密度的不一样?
O(∩_∩)O谢谢
@homingpigeon
Kinematic Viscosity [KVIS] of Liquid Phase
Liquid viscosities are computed from the kinematic viscosity and the density. For purposes of this calculation, the density (sometimes in the form of specific gravity) is computed with the API method. In order to use this option, a KVIS method must be declared on the METHOD statement. A KVIS option is available only with the VISCOSITY(L) keyword.
KVIS methods include mixing rules that combine data for individual components to obtain a value for the bulk liquid. Each KVIS method can inter-convert between property values and index values. User-added methods may implement either or both conversions.
See Special Methods for Liquid Viscosity in the PRO/II Component and Thermophysical Properties Reference Manual for specific equations used by these methods.
See Special Stream Properties in chapter 8 of the Thermodynamic Data Keyword Manual for mixing rules used by these methods.
Simsci This is a perturbation expansion method that uses n-alkanes as a reference system. It divides the conversions between property values and index values into 3 regions and applies a different equation in each region. For region 1: KVIS <= 0.2 cS, region 2: 0.2 <KVIS < 10000 cS, region 3: KVIS >= 10000 cS. Based on data at two temperatures of 100F and 210F, it was developed to be well behaved when extrapolated.
UsForm This selects a user-defined equation-based calculation method implemented in user-added subroutine SPUSER.FOR. The method returns property values (that subsequently may be converted to Index values). Refer to the topic Subroutine SPUSER in chapter 17 of the User-Added Subroutines User Guide for a discussion of implementing these methods.
Index Uses property values of individual components to calculate an index value for each component. It then sums the indices on a weight, molar, or liquid volume basis.
UsIndex This selects a user-defined index method implemented in user-added subroutine CVUSER.FOR. The method returns Index values (that later may be converted tp property values). Refer to the topic Subroutine CVUSER in chapter 17 of the User-Added Subroutines User Guide for a discussion of implementing these methods.
Chevron It converts kinematic viscosities in centiStokes to an index that are blended on a liquid volume basis.
Maxwell It converts kinematic viscosities in centiStokes to an index that are blended on a liquid volume basis. Slightly more complex correlation than the Chevron method.
Refutas It converts kinematic viscosities in centiStokes to an index that are blended on a liquid weight basis. Similar in form to the Maxwell correlation.
NIST23 Vapor viscosities are computed using the NIST23 method.
GERG04 Vapor viscosities are computed using the GERG04 method.
|