Click or drag to resize

OdgenUniaxialEvaluateOneTerm Method

Evaluates one term of the Odgen model with uniaxial loading (pure shear) for the specified strain and parameters.

Namespace: Altaxo.Calc.FitFunctions.RubberElasticity
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double EvaluateOneTerm(
	double epsilon,
	double µ,
	double α
)

Parameters

epsilon  Double
Engineering strain.
µ  Double
The coefficent of the term.
α  Double
The exponent of the term.

Return Value

Double
The engineering stress predicted by the model.
See Also