Click or drag to resize

PronySeriesRetardationResult Class

Represents the result of a prony series fit to a retardation process (general susceptibility), for instance a mechanical compliance, either in time or in frequency domain.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SignalsPronySeriesRetardationResult

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PronySeriesRetardationResult : IEquatable<PronySeriesRetardationResult>

The PronySeriesRetardationResult type exposes the following members.

Constructors
 NameDescription
Public methodPronySeriesRetardationResult Initializes a new instance of the PronySeriesRetardationResult class.
Top
Properties
 NameDescription
Public propertyFluidity Gets the flow term value, which is fluidity in case of strain retardation.
Public propertyPronyCoefficients Gets the prony coefficients, corresponding to the RetardationTimes.
Public propertyRetardationDensities Gets the relaxation densities, corresponding to the RetardationTimes.
Public propertyRetardationTimes Gets the retardation times.
Public propertySpecificElectricalConductivity Gets the specific electrical conductivity (if the fitted spectrum was a dielectric spectrum of relative permittivity). The unit is S/m.
Public propertySpecificElectricalResistivity Gets the specific electrical resistivity (if the fitted spectrum was a dielectric spectrum of relative permittivity). The unit is Ohm m.
Public propertySusceptibilityHighFrequency Gets the high frequency susceptibility.(the first element of the Prony coefficient array).
Public propertySusceptibilityLowFrequency Gets the low frequency susceptibility. This is the sum of all prony coefficients.
Public propertyViscosity Gets the inverse of the flow term value, i.e. 1 / Fluidity.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFrequencyDomainYOfFrequency Gets (in the frequency domain) the y-value in dependence on the frequency.
Public methodGetFrequencyDomainYOfOmega Gets (in the frequency domain) the y-value in dependence on the circular frequency.
Public methodGetTimeDomainYOfTime Gets (in the time domain) the y-value in dependence on time.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also