HavriliakNegamiModulusRelaxation(Boolean, Boolean, Boolean, Boolean) Constructor |
Namespace: Altaxo.Calc.FitFunctions.RelaxationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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