Click or drag to resize

GeneralEffectiveMediumLog10EvaluateLog10 Method

Evaluate the model and return the base-10 logarithm of the result.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double EvaluateLog10(
	double phi,
	double lg_y0,
	double lg_y1,
	double phi_c,
	double s,
	double t
)

Parameters

phi  Double
Volume fraction parameter.
lg_y0  Double
Log10 of left value.
lg_y1  Double
Log10 of right value.
phi_c  Double
Critical fraction.
s  Double
Parameter s.
t  Double
Parameter t.

Return Value

Double
Base-10 logarithm of the computed effective medium value.
See Also