Prony |
public class PronySeriesRetardationResult : IEquatable<PronySeriesRetardationResult>
The PronySeriesRetardationResult type exposes the following members.
| Name | Description | |
|---|---|---|
| PronySeriesRetardationResult | Initializes a new instance of the PronySeriesRetardationResult record. |
| Name | Description | |
|---|---|---|
| Fluidity | Gets the flow term value, which is fluidity in case of strain retardation. | |
| PronyCoefficients | Gets the Prony coefficients, corresponding to the RetardationTimes. | |
| RetardationDensities | Gets the retardation densities, corresponding to the RetardationTimes. | |
| RetardationTimes | Gets the retardation times. | |
| SpecificElectricalConductivity | Gets the specific electrical conductivity (if the fitted spectrum was a dielectric spectrum of relative permittivity). The unit is S/m. | |
| SpecificElectricalResistivity | Gets the specific electrical resistivity (if the fitted spectrum was a dielectric spectrum of relative permittivity). The unit is Ohm·m. | |
| SusceptibilityHighFrequency | Gets the high-frequency susceptibility (the first element of the Prony coefficient array). | |
| SusceptibilityLowFrequency | Gets the low-frequency susceptibility. This is the sum of all Prony coefficients. | |
| Viscosity | Gets the inverse of the flow term value, i.e. 1 /Fluidity. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetFrequencyDomainYOfFrequency | Gets (in the frequency domain) the susceptibility as a function of the frequency. | |
| GetFrequencyDomainYOfOmega | Gets (in the frequency domain) the susceptibility as a function of the circular frequency. | |
| GetTimeDomainYOfTime | Gets (in the time domain) the y-value as a function of time. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |