FluidProperties System

Overview

FluidProperties objects define interfaces for computing thermodynamic properties of fluids (liquids and gases).

Interfaces

Because two independent, intensive thermodynamic properties define a thermodynamic state, most interfaces in these objects are of the form f(a,b)f(a,b) where ff is the desired thermodynamic property and aa and bb are independent, intensive thermodynamic properties that define the thermodynamic state. The corresponding function name is f_from_a_b. See the following table for the list of thermodynamic properties and their corresponding names in the interfaces:

NameSymbolDescription
betaβ\betaVolumetric expansion coefficient
cccSpeed of sound
cpcpc_pIsobaric specific heat capacity
cvcvc_vIsochoric specific heat capacity
eeeSpecific internal energy
gggGibbs free energy
gammaγ=cpcv\gamma=\frac{c_p}{c_v}Ratio of specific heats
hhhSpecific enthalpy
kkkThermal conductivity
muμ\muDynamic viscosity
pppPressure
rhoρ\rhoDensity
sssSpecific entropy
TTTTemperature
vvvSpecific volume

Available Objects

Available Actions