Skip to main content
Version: 8.1

system.thermo.if97.dielectricConstant

Calculates dielectric constant.

Syntax

system.thermo.if97.dielectricConstant(h, s) # Enthalpy and Entropy
system.thermo.if97.dielectricConstant(p, h) # Pressure and Enthalpy
system.thermo.if97.dielectricConstant(p, s) # Pressure and Entropy
system.thermo.if97.dielectricConstant(p, t) # Pressure and Temperature
system.thermo.if97.dielectricConstant(rho, t) # Density and Temperature
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublehSpecific Enthalpy (J/kg)
DoublepAbsolute Pressure (Pa)
DoublesSpecific Entropy (J/(kg·K))
DoubletTemperature (K)
DoublerhoDensity (kg/m³)

Returns

Double - Dielectric Constant [-]

A measure of a substance's ability to store electrical energy in an electric field.

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure and Temperature

p = 101325
t = 298.15
result = system.thermo.if97.dielectricConstant(p=p, t=t)
print result
Result
78.4085151171