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 where is the desired thermodynamic property and and 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:
Name | Symbol | Description |
---|---|---|
beta | Volumetric expansion coefficient | |
c | Speed of sound | |
cp | Isobaric specific heat capacity | |
cv | Isochoric specific heat capacity | |
e | Specific internal energy | |
g | Gibbs free energy | |
gamma | Ratio of specific heats | |
h | Specific enthalpy | |
k | Thermal conductivity | |
mu | Dynamic viscosity | |
p | Pressure | |
rho | Density | |
s | Specific entropy | |
T | Temperature | |
v | Specific volume |
Available Objects
- Fluid Properties App
- BrineFluidPropertiesFluid properties for brine
- CO2FluidPropertiesFluid properties for carbon dioxide (CO2) using the Span & Wagner EOS
- CaloricallyImperfectGasFluid properties for an ideal gas with imperfect caloric behavior.
- FlibeFluidPropertiesFluid properties for flibe
- FlinakFluidPropertiesFluid properties for flinak
- HeliumFluidPropertiesFluid properties for helium
- HydrogenFluidPropertiesFluid properties for Hydrogen (H2)
- IdealGasFluidPropertiesFluid properties for an ideal gas
- IdealRealGasMixtureFluidPropertiesClass for fluid properties of an arbitrary vapor mixture
- LeadBismuthFluidPropertiesFluid properties for Lead Bismuth eutectic 2LiF-BeF2
- LeadFluidPropertiesFluid properties for Lead
- MethaneFluidPropertiesFluid properties for methane (CH4)
- NaClFluidPropertiesFluid properties for NaCl
- NaKFluidPropertiesFluid properties for NaK
- NitrogenFluidPropertiesFluid properties for Nitrogen (N2)
- SimpleFluidPropertiesFluid properties for a simple fluid with a constant bulk density
- SodiumPropertiesFluid properties for sodium
- SodiumSaturationFluidPropertiesFluid properties for liquid sodium at saturation conditions
- StiffenedGasFluidPropertiesFluid properties for a stiffened gas
- StiffenedGasTwoPhaseFluidPropertiesTwo-phase stiffened gas fluid properties
- TabulatedBicubicFluidPropertiesFluid properties using bicubic interpolation on tabulated values provided
- TabulatedFluidPropertiesFluid properties using bicubic interpolation on tabulated values provided
- TemperaturePressureFunctionFluidPropertiesSingle-phase fluid properties that allows to provide thermal conductivity, density, and viscosity as functions of temperature and pressure.
- TwoPhaseFluidPropertiesIndependent2-phase fluid properties for 2 independent single-phase fluid properties
- Water97FluidPropertiesFluid properties for water and steam (H2O) using IAPWS-IF97
Available Actions
- Fluid Properties App
- AddFluidPropertiesDeprecatedActionAdd a UserObject object to the simulation.