Click or drag to resize

HavriliakNegamiModulusRelaxation(Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the HavriliakNegamiModulusRelaxation class.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public HavriliakNegamiModulusRelaxation(
	bool useFrequencyInsteadOfOmega,
	bool useFlowTerm,
	bool invertViscosity,
	bool logarithmizeResult
)

Parameters

useFrequencyInsteadOfOmega  Boolean
If set to true, the independent variable is interpreted as frequency instead of angular frequency.
useFlowTerm  Boolean
If set to true, a flow term is included.
invertViscosity  Boolean
If set to true, the flow parameter is interpreted as fluidity instead of viscosity.
logarithmizeResult  Boolean
If set to true, the real and imaginary parts are returned as decadic logarithms.
See Also