Click or drag to resize

PronySeriesRelaxationResultRelativeRelaxationCoefficients Property

Gets the relative relaxation coefficients. See remarks for details.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> RelativeRelaxationCoefficients { get; init; }

Property Value

IReadOnlyListDouble
Remarks
ANSYS and maybe other simulation programs request relativeCoefficients, in a way that the sum of relativeCoefficients is equal to 1 - E_u/E_o, in which E_u is the lower frequency modulus and E_o is the high frequency modulus. The low frequency modulus is the modulus at the highest time, thus the last element of the PronyCoefficients array, whereas the high frequency modulus is the sum of all elements in PronyCoefficients.
See Also