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
- Thermal Hydraulics App
- LinearFluidPropertiesFluid properties for a fluid with density linearly dependent on temperature and pressure
- Potassium App
- PotassiumLiquidFluidPropertiesFluid properties of potassium vapor.
- PotassiumTwoPhaseFluidPropertiesTwo-phase potassium fluid properties
- PotassiumVaporFluidPropertiesFluid properties of potassium vapor.
- 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
- IdealGasMixtureFluidPropertiesClass for fluid properties of an ideal gas mixture
- IdealRealGasMixtureFluidPropertiesClass for fluid properties of an arbitrary vapor mixture
- LeadBismuthFluidPropertiesFluid properties for Lead Bismuth eutectic 2LiF-BeF2
- LeadFluidPropertiesFluid properties for Lead
- LeadLithiumFluidPropertiesFluid properties for Lead Lithium eutectic (83% Pb, 17% Li)
- MethaneFluidPropertiesFluid properties for methane (CH4)
- NaClFluidPropertiesFluid properties for NaCl
- NaKFluidPropertiesFluid properties for NaK
- NitrogenFluidPropertiesFluid properties for Nitrogen (N2)
- SalineMoltenSaltFluidPropertiesMolten salt fluid properties using Saline
- 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
- TwoPhaseNCGPartialPressureFluidPropertiesTwo-phase fluid with single NCG using partial pressure mixture model
- Water97FluidPropertiesFluid properties for water and steam (H2O) using IAPWS-IF97
- Sodium App
- SodiumLiquidFluidPropertiesFluid properties of sodium vapor.
- SodiumTwoPhaseFluidPropertiesTwo-phase sodium fluid properties
- SodiumVaporFluidPropertiesFluid properties of sodium vapor.
- Air App
- AirSBTLFluidPropertiesFluid properties of air (gas phase).
- Helium App
- HeliumSBTLFluidPropertiesFluid properties of nirtogen (gas phase).
- Nitrogen App
- NitrogenSBTLFluidPropertiesFluid properties of nitrogen (gas phase).
- Sub Channel App
- PBSodiumFluidPropertiesClass that provides the methods that realize the equations of state for Liquid Sodium
- Carbon Dioxide App
- CarbonDioxideHEMFluidPropertiesFluid properties of carbon dioxide for the homogeneous equilibrium model.
- CarbonDioxideLiquidFluidPropertiesFluid properties of liquid carbon dioxide (meta stable).
- CarbonDioxideTwoPhaseFluidPropertiesTwo-phase carbon dioxide fluid properties
- CarbonDioxideVaporFluidPropertiesFluid properties of steam (meta stable).
Available Actions
- Fluid Properties App
- AddFluidPropertiesActionAdd a UserObject object to the simulation.