DielectricModelling

Dielectric modelling properties.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Create a dielectric medium
    
dielectric = project.Media:AddDielectric(2.16, 0.001, 1000)

    -- Modify the loss tangent of the dielectric
    
dielectric.DielectricModelling.LossTangent = 0.002

Usage locations (object properties)

The following objects have properties using the DielectricModelling object:

Property List

AngularFrequencyLowerLimit
Medium's angular frequency lower limit. Only applicable if DielectricModelling DefinitionMethod is Djordjevic-Sarkar. (Read/Write Expression)
AngularFrequencyUpperLimit
Medium's angular frequency upper limit. Only applicable if DielectricModelling DefinitionMethod is Djordjevic-Sarkar. (Read/Write Expression)
AttenuationFactor
Medium's attenuation factor. Only applicable if DielectricModelling DefinitionMethod is ColeCole or Havriliak-Negami. (Read/Write Expression)
Conductivity
Medium's conductivity (S/m). Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent or Djordjevic-Sarkar and ConductivityType is set to Conductivity. (Read/Write Expression)
ConductivityType
Medium's conductivity type. Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent or FrequencyList. (Read/Write MediumDielectricConductivityTypeEnum)
DefinitionMethod
Dielectric definition method. (Read/Write MediumDielectricDefinitionMethodEnum)
LossTangent
Medium's loss tangent. Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent and ConductivityType is set to LossTangent. (Read/Write Expression)
PhaseFactor
Medium's phase factor. Only applicable if DielectricModelling DefinitionMethod is Havriliak-Negami. (Read/Write Expression)
RealPermittivityVariation
Medium's real permittivity variation.Only applicable if DielectricModelling DefinitionMethod is Djordjevic-Sarkar. (Read/Write Expression)
RelativeHighFrequencyPermittivity
Medium's relative high frequency permittivity. Only applicable if DielectricModelling DefinitionMethod is DebyeRelaxation, ColeCole, Havriliak-Negami or Djordjevic-Sarkar. (Read/Write Expression)
RelativePermittivity
Medium's frequency independent, relative permittivity. Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent. (Read/Write Expression)
RelativeStaticPermittivity
Medium's relative static permittivity. Only applicable if DielectricModelling DefinitionMethod is DebyeRelaxation, ColeCole or Havriliak-Negami. (Read/Write Expression)
RelaxationFrequency
Medium's relaxation frequency. Only applicable if DielectricModelling DefinitionMethod is DebyeRelaxation, ColeCole or Havriliak-Negami. (Read/Write Expression)

Collection List

FrequencyPoints
The collection of linear interpolated frequency points of dielectric properties. Only applicable if DielectricModelling DefinitionMethod is FrequencyList. (DielectricFrequencyCollection of DielectricFrequencyPoint.)

Property Details

AngularFrequencyLowerLimit
Medium's angular frequency lower limit. Only applicable if DielectricModelling DefinitionMethod is Djordjevic-Sarkar.
Type
Expression
Access
Read/Write
AngularFrequencyUpperLimit
Medium's angular frequency upper limit. Only applicable if DielectricModelling DefinitionMethod is Djordjevic-Sarkar.
Type
Expression
Access
Read/Write
AttenuationFactor
Medium's attenuation factor. Only applicable if DielectricModelling DefinitionMethod is ColeCole or Havriliak-Negami.
Type
Expression
Access
Read/Write
Conductivity
Medium's conductivity (S/m). Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent or Djordjevic-Sarkar and ConductivityType is set to Conductivity.
Type
Expression
Access
Read/Write
ConductivityType
Medium's conductivity type. Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent or FrequencyList.
Type
MediumDielectricConductivityTypeEnum
Access
Read/Write
DefinitionMethod
Dielectric definition method.
Type
MediumDielectricDefinitionMethodEnum
Access
Read/Write
LossTangent
Medium's loss tangent. Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent and ConductivityType is set to LossTangent.
Type
Expression
Access
Read/Write
PhaseFactor
Medium's phase factor. Only applicable if DielectricModelling DefinitionMethod is Havriliak-Negami.
Type
Expression
Access
Read/Write
RealPermittivityVariation
Medium's real permittivity variation.Only applicable if DielectricModelling DefinitionMethod is Djordjevic-Sarkar.
Type
Expression
Access
Read/Write
RelativeHighFrequencyPermittivity
Medium's relative high frequency permittivity. Only applicable if DielectricModelling DefinitionMethod is DebyeRelaxation, ColeCole, Havriliak-Negami or Djordjevic-Sarkar.
Type
Expression
Access
Read/Write
RelativePermittivity
Medium's frequency independent, relative permittivity. Only applicable if DielectricModelling DefinitionMethod is FrequencyIndependent.
Type
Expression
Access
Read/Write
RelativeStaticPermittivity
Medium's relative static permittivity. Only applicable if DielectricModelling DefinitionMethod is DebyeRelaxation, ColeCole or Havriliak-Negami.
Type
Expression
Access
Read/Write
RelaxationFrequency
Medium's relaxation frequency. Only applicable if DielectricModelling DefinitionMethod is DebyeRelaxation, ColeCole or Havriliak-Negami.
Type
Expression
Access
Read/Write

Collection Details

FrequencyPoints
The collection of linear interpolated frequency points of dielectric properties. Only applicable if DielectricModelling DefinitionMethod is FrequencyList.
Type
DielectricFrequencyCollection