record FluidConstants
"Extended fluid constants"
extends Modelica.Media.Interfaces.Types.Basic.FluidConstants;
Temperature criticalTemperature
"Critical temperature";
AbsolutePressure criticalPressure
"Critical pressure";
MolarVolume criticalMolarVolume
"Critical molar Volume";
Real acentricFactor
"Pitzer acentric factor";
// Temperature triplePointTemperature "Triple point temperature";
// AbsolutePressure triplePointPressure "Triple point pressure";
Temperature meltingPoint
"Melting point at 101325 Pa";
Temperature normalBoilingPoint
"Normal boiling point (at 101325 Pa)";
DipoleMoment dipoleMoment
"Dipole moment of molecule in Debye (1 debye = 3.33564e10-30 C.m)";
Boolean hasIdealGasHeatCapacity=false
"True if ideal gas heat capacity is available";
Boolean hasCriticalData=false
"True if critical data are known";
Boolean hasDipoleMoment=false
"True if a dipole moment known";
Boolean hasFundamentalEquation=false
"True if a fundamental equation";
Boolean hasLiquidHeatCapacity=false
"True if liquid heat capacity is available";
Boolean hasSolidHeatCapacity=false
"True if solid heat capacity is available";
Boolean hasAccurateViscosityData=false
"True if accurate data for a viscosity function is available";
Boolean hasAccurateConductivityData=false
"True if accurate data for thermal conductivity is available";
Boolean hasVapourPressureCurve=false
"True if vapour pressure data, e.g., Antoine coefficents are known";
Boolean hasAcentricFactor=false
"True if Pitzer accentric factor is known";
SpecificEnthalpy HCRIT0=0.0
"Critical specific enthalpy of the fundamental equation";
SpecificEntropy SCRIT0=0.0
"Critical specific entropy of the fundamental equation";
SpecificEnthalpy deltah=0.0
"Difference between specific enthalpy model (h_m) and f.eq. (h_f) (h_m - h_f)";
SpecificEntropy deltas=0.0
"Difference between specific enthalpy model (s_m) and f.eq. (s_f) (s_m - s_f)";
end FluidConstants;