Inbuilt Material Properties

Fluid Properties

Flow Simulator uses a separate routine to calculate fluid properties. The fluid properties are determined by a perfect gas assumption (properties as a function of temperature only) or interpolation of real gas data. Consider the following mixing conditions:
  • Air as a perfect gas
  • Mixture of air as a perfect gas and steam
  • Mixture of air as a perfect gas and real gas
  • Mixture of two real gases
When using air as a perfect gas, the properties are returned as a function of the absolute temperature. When using steam or real gas, the properties are returned as a function of absolute temperature, pressure, and the secondary fluid mass fractions. The following fluid properties are returned:
γ
Specific heat ratio.
Cp
Specific heat at constant pressure.
R
Gas constant.
K
Thermal conductivity.
μ
Viscosity.
Pr
Prandtl number.
Nomenclature
T
Fluid temperature.
Ru
Universal gas constant.
X
Secondary fluid mass fraction in pounds of second fluid per pound of mixture.
MW1
Molecular weight of fluid 1.
MW2
Molecular weight of fluid 2.

Air Properties

Ideal Gas Assumption

If air is assumed to behave as an ideal gas, its properties are determined by functions dependent on temperature only. The specific heat ratio, taken from NACA 1135, equation 180, is given as:

Thermal conductivity and viscosity are assumed to follow Sutherland’s Law. The following equations, taken from White, are used:

Using a value of 28.96451 for the molecular weight of air, the gas constant becomes:

The specific heat and Prandtl number for air are then calculated from the above using the equations:

The range of validity of these air properties is –300 F to 3500 F.

Steam Properties

The steam properties were derived from ASME steam tables. The thermodynamic properties cover the range where the fluid is a vapor for temperatures between 100 ℉ and 1500 ℉ and pressures between 1.0 psia and 1500 psia. Specific heat ratio and the inverse of specific heat at constant pressure are contained in table form in the program, and linear interpolation by temperature and pressure is used to extract values. The transport properties k and μ are functions of temperature only and are calculated using the equations:


Figure 1.

The saturation temperature of steam is contained in tabular form and is checked to ensure that chamber temperature remains in the superheated range in all chambers. The solution is stopped if this error occurs. A warning is displayed and/or printed if the temperature in a chamber gets within 50 ℉ of saturation.

Properties of Mixed Air, Steam, and Real Gases

In Flow Simulator, you can analyze systems with mixtures of steam, air, and real gases (for example, methane and carbon dioxide). The system used to do this is approximate because ideal gas assumptions employ Cp rather than enthalpy for the calculation of the temperature of mixing streams of different fluids.

The mass weighted mixing model is always used for the thermodynamic properties of specific heat at constant pressure. The partial pressure of the fluid is used to obtain properties for steam and real gas. Ideal air properties are not a function of pressure. The mass weighted mixing equations, presented here for specific heat, entropy, enthalpy, and density, are as follows:
Figure 2.
The molecular weight and gas constant of the mixture are calculated using:
Figure 3.
The viscosity and conductivity of the mixture are calculated using molecular mixing models. For the molecular mixing model, the mole fraction of the second fluid, X2, is calculated from the second fluid mass fraction as:
Figure 4.

Specific equations for the transport properties were obtained from reference [6].

Viscosity for the air-steam mixtures (and viscosity and thermal conductivity for mixtures with real gas) are calculated using the Chapman-Enskog Kinetic Theory from the equation:


Figure 5.


Figure 6.


Figure 7.

All temperatures are in absolute units.

The Prandtl number and the specific heat ratio for the mixture are computed using the mixed properties:


Figure 8.

Incompressible Liquid Properties

In Flow Simulator, you can model incompressible liquids. Flow Simulator supports seven liquids:
  • Water
  • Jet A
  • Mil PRF 23699 oil
  • Mil 7808 oil
  • VG-32 oil
  • Ethylene glycol - water solution
  • Propylene glycol - water solution
Note: In the fluid property calculation equations below, TS,F are in Fahrenheit.

Jet A

Cp=0.162798639+Ts* 0.000576067

k=0.101627999Ts*5.58261*105

μ=0.038750078*(10104.0265*log10(Ts1.8)+9.56600.7)*ρ

ρ= 65.00814877Ts*0.028173705


Figure 9.

MIL PRF 23699 Oil

Cp=0.38675+Ts* 0.0006155T2s*4.25*107

k=0.080333333Ts*3.333333333*105

μ=0.038750078*(10103.454450232*log10(Ts1.8)+8.7854146691.153263695)*ρ

ρ= 62.60095344*(1.00.00045*(Ts59))


Figure 10.

Mil 7808 oil

Cp=0.38675+Ts* 0.0006155T2s*4.25*107

k=0.088333333Ts*1.333333333*105

μ=0.038750078*(10103.985828904*log10(Ts1.8)+9.9797183050.430374380)*ρ

ρ= 60.099410610*(1.00.00045*(Ts59))


Figure 11.
Note: In the fluid property calculation equations above, TS,F are in Fahrenheit.

VG32 Oil

VG32 Oil properties are implemented as tables in Flow Simulator. The tables for each fluid property are plotted below.


Figure 12.
Ethylene Glycol - Water Solution
T
Temperature of the solution in Celsius
x
Mass fraction of Ethylene Glycol
Density Calculation - D. Bohne, S. Fischer, and E. Obermeie: Thermal Conductivity, Density, Viscosity, and Prandtl-Numbers of Ethylene Glycol-Water Mixtures




Figure 13.


Figure 14. Density of ethylene glycol-water mixtures

Thermal Conductivity Calculation: D. Bohne, S. Fischer, and E. Obermeie: Thermal Conductivity, Density, Viscosity, and Prandtl-Numbers of Ethylene Glycol-Water Mixtures

κH20 = 0.570990 + 1.67156e-3 * T - 6.09054e-6 * T2

κEG = 0.245110 + 1.75500e-4 * T - 8.52000e-7 * T2

κCONST = 0.6635 – 0.3698 * x – 8.85e-4 * T

κSOL = (1-x) * kH20+ x * κEG - κCONST * (κH20- κEG ) * (1-x) * x

κSOL = κSOL * 0.5781759824 (convert from W/m-K to BTU/hr-ft-degR)


Figure 15. Thermal conductivity of ethylene glycol-water mixtures

Dynamic Viscosity Calculation: Tongfan Sun and Amyn S. Teja: Density, Viscosity, and Thermal Conductivity of Aqueous Ethylene, Diethylene, and Triethylene Glycol Mixtures between 290 K and 450 K

µEG = -3.613590 + 986.5190 / (T + 127.8610)

µH20 = -3.758023 + 590.9808 / (T + 137.2645)

µCONST = -0.165301 -0.287325 * x +1.10978e-3 * T

µSOL = EXP [ x * µEG + (1-x) * µH20 + (µEG - µH20)* x * (1-x) * µCONST]

µSOL = µSOL * 2.4190883293091 (convert from mPa/s to lbm/hr-ft)


Figure 16. Viscosity of ethylene glycol-water mixtures

Specific Heat Calculations/Property Tables (source: Engineering Toolbox (https://www.engineeringtoolbox.com/)

Propylene Glycol - Water Solution, Tongfan Sun and Amyn S. Teja: Density, Viscosity and Thermal Conductivity of Aqueous Solutions of Propylene Glycol, Dipropylene Glycol, and Tripropylene Glycol between 290 K and 460 K
T
Temperature of the solution in Celsius
w
Mass fraction of ethylene glycol


Figure 17. Density Calculation


Figure 18. Density Calculation

Thermal conductivity calculation:

µH20 = 0.570990 + 1.67156e-3 * T - 6.09054e-6 * (T2)

µPG = 0.191160 + 1.19999e-4 / (T + 9.24590e-7)

µCONST = 0.362200 + 9.03450e-2 * FS - 2.0935e-4 * T *

µSOL = (1-FS) * µH20 + w * µPG - µCONST * (µH20 - µPG) * (1-w) * w

µSOL = µSOL * 0.5781759824 (convert from W/m-K to BTU/hr-ft-degR)


Figure 19.

Specific Heat Calculations/property tables - source is Engineering Toolbox (https://www.engineeringtoolbox.com/)

Dynamic Viscosity Calculations/property tables - source is Engineering Toolbox (https://www.engineeringtoolbox.com/)

Water

Water properties are implemented as tables in Flow Simulator. The tables for each fluid property are plotted below:
Figure 20.
Figure 21.
Figure 22.
Figure 23.
Figure 24.

Solid Material Properties

Flow Simulator supports the following solid materials:
  • Stainless Steel 321
  • Inco 625
  • SuperWool 607
  • Ceramic Paper
  • PTFE_PBI
  • Copper
  • Aluminum
Stainless Steel 321
ρ = 501.11 ! lbm/ft^3
EMISS = 0.85
Cp = 0.119503 ! BTU/(lb.F)
Figure 25.
Inco 625
ρ = 523.58 ! lbm/ft^3
EMISS = 0.71
Cp = 0.098 ! BTU/(lb.F)
Figure 26.
Superwool 607
ρ = 13.10988 ! lbm/ft^3
EMISS = 0.79
Cp = 0.1624152097 ! BTU/(lb.F)
Figure 27.
PTFE_PBI
k = 0.142 ! BTU/hr.ft.F
ρ = 137.3416 ! lbm/ft^3
EMISS = 0.92
Cp = 0.23168 ! BTU/(lb.F)
Copper
ρ = 558.0 lbm/ft^3
EMISS = 0.55
Cp = 0.0932 BTU/(lb.F)


Figure 28.
Aluminum
ρ = 169.0 lbm/ft^3
EMISS = 0.40
Cp = 0.215 BTU/(lb.F)


Figure 29.

General Mixing Equations

These mixing laws are used in Flow Simulator for mixtures of two or more built-in fluids or if the Coolprop mixing fails.

Liquid Mixtures

1ρmix=N speci=1xiρi

“Refutas” method is used for viscosity of liquids

VBNmix=N speci=1xi*(10.975+14.534*ln(ln(νi+0.8)))
νmix=exp(exp(VBNmix10.97514.534))0.8
μmix=νmix*ρmix
kmix=exp(N speci=1xi*ln(ki))
Cpmix=N speci=1xi*Cpi

xi=mass fraction of species i

ρ=density,  μ=viscosity,  Cp=Specific Heat at constant pressure,   k=conductivity

ν=kinematic viscosity

Liquid/Gas Mixtures

1ρmix=N speci=1xiρi
1μmix=N speci=1xiμi
kmix=exp(N speci=1xi*ln(ki))
Cpmix=N speci=1xi*Cpi

Gas Mixtures

The properties of each species in a gas mixture is retrieved using the partial pressure of the gas.

ρmix=N speci=1ρi
zmix=N speci=1zi

“Wilke’s” correlation is used for viscosity and conductivity of gases.

ϕij=181+MWiMWj*(1+μiμj4MWjMWi)2
μmix=N speci=1yi*μiNspecj=1yi*ϕij
kmix=N speci=1yi*kiNspecj=1yi*ϕij
Cpmix=N speci=1xi*Cpi
γterm=N speci=1xi*γiγi1                   γmix=γtermγterm1

yi=mole fraction of species i

z=compressibility factor

γ=specific heat ratio

MWi=molecular weight of species i