Click or drag to resize

MooneyRivlinBiaxialEvaluate(Double, Double, Double) Method

Evaluates the Mooney-Rivlin biaxial model 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 C10,
	double C01
)

Parameters

epsilon  Double
Engineering strain.
C10  Double
First Mooney-Rivlin parameter.
C01  Double
Second Mooney-Rivlin parameter.

Return Value

Double
The engineering stress predicted by the model.
See Also