Name | Description |
---|
FluidConstants | |
ThermodynamicState | |
BaseProperties | |
saturationPressure | Return saturation pressure from T |
saturationTemperature | Return saturation temperature from P |
saturationTemperature_derp | Return derivative of saturation temperature w.r.t. pressure |
eosCriticalConstants | |
pressureEOS_dT | Return pressure given temperature and density, by EOS |
densities_pT | Return liquid and gas densities at give temperature and pressure, by EOS, bellow the critical temperature |
dhsFrom_pT | Return liquid and gas densities at give temperature and pressure, by EOS, bellow the critical temperature |
solveEOS | Calls the external function that calculates some basic thermodynamic properties of the phases, used later for the definition of the ThermodynamicState and the calculation of all thermodynamic properties |
setState_pTX | Return ThermodynamicState record as function of p,T and composition X or Xi. The function from T and P is unable to compute any gas fraction different from 0 or 1 |
setState_dTX | Return thermodynamic state as function of density, T and composition X or Xi |
setState_phX | Return thermodynamic state as function of pressure, enthalpy and composition X or Xi |
setState_psX | Return thermodynamic state as function of pressure, entropy and composition X or Xi |
setDewState | The input is a SaturationProperties record called sat. Returns the ThermodynamicState record at the dew point |
setBubbleState | The input is a SaturationProperties record called sat. Returns the ThermodynamicState record at the bubble point |
setSmoothState | Return thermodynamic state so that it smoothly approximates: if x > 0 then state_a else state_b |
pressure | Return pressure |
temperature | Return temperature |
density | Return density |
density_derp_T | Return density derivative w.r.t. pressure at const temperature |
density_derT_p | Return density derivative w.r.t. temperature at constant pressure |
density_derp_h | Return density derivative w.r.t. pressure at const specific enthalpy |
density_derh_p | Return density derivative w.r.t. specific enthalpy at constant pressure |
specificEnthalpy | Return specific enthalpy |
specificInternalEnergy | Return specific internal energy |
specificEntropy | Return specific entropy |
specificGibbsEnergy | Return specific Gibbs energy |
specificHelmholtzEnergy | Return specific Helmholtz energy |
specificHeatCapacityCp | Return specific heat capacity at constant pressure |
specificHeatCapacityCv | Return specific heat capacity at constant volume |
isentropicExponent | Return isentropic exponent |
velocityOfSound | Return velocity of sound |
isobaricExpansionCoefficient | Returns the isobaric expansion coefficient beta |
isothermalCompressibility | Returns overall the isothermal compressibility factor |
jouleThomsonCoefficient | |
isothermalThrottlingCoefficient | OK. The ExternalMedia function is not found !! |
dynamicViscosity | Return dynamic viscosity from a ThermodynamicState record |
thermalConductivity | Return thermal conductivity |
liquidDynamicViscosity | Return liquid dynamic viscosity from a ThermodynamicState record |
gasDynamicViscosity | Return gas dynamic viscosity from a ThermodynamicState record |
liquidThermalConductivity | Return liquid thermal conductivity from a ThermodynamicState record |
gasThermalConductivity | Return gas thermal conductivity from a ThermodynamicState record |
surfaceTension | Return surface tension |
bubbleDensity | Return bubble point density |
dBubbleDensity_dPressure | Return bubble point density derivative |
dewDensity | Return dew point density |
dDewDensity_dPressure | Return dew point density derivative |
bubbleEnthalpy | Return bubble point specific enthalpy |
dBubbleEnthalpy_dPressure | Return bubble point specific enthalpy derivative |
dewEnthalpy | Return dew point specific enthalpy |
dDewEnthalpy_dPressure | Return bubble point specific enthalpy derivative |
vaporizationEnthalpy | |
bubbleEntropy | Return bubble point specific entropy |
dewEntropy | Return dew point specific entropy |
dPressureVap_dSpecificVolume_Tv | Derivative of pressure with regards to specific volume, at constant T |
dPressureVap_dTemperature_Tv | Derivative of pressure with regards to temperature, at constant v |
enthalpySatLiq_T | Function that calculates the enthalpy of saturated liquid based on temperature |
enthalpySatVap_T | Function that calculates the specific enthalpy of saturated vapor based on temperature |
isentropicExponentVap_Tv | Function that calculates the isentropic exponent of vapor based on temperature and specific volume |
pressureSatVap_T | Function that calculates the pressure of saturated vapor based on temperature |
pressureVap_Tv | Function that calculates the pressure vapor based on temperature and specific volume |
specificIsobaricHeatCapacityVap_Tv | Function that calculates the specific isobaric heat capacity of vapor based on temperature and specific volume |
specificIsochoricHeatCapacityVap_Tv | Function that calculates the specific isochoric heat capacity of vapor
based on temperature and specific volume |
specificVolumeVap_pT | Function that calculates the specific volume of the vapor based on pressure and temperature |