Click or drag to resize

GentUniaxialEvaluate(Double, Double, Double) Method

Evaluates the Gent model (uniaxial loading) 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 Evaluate(
	double epsilon,
	double G,
	double Jm
)

Parameters

epsilon  Double
Engineering strain.
G  Double
Shear modulus.
Jm  Double
Limiting strain.

Return Value

Double
The engineering stress predicted by the model.
See Also