YeohUniaxialEvaluate(Double, Double, Double, Double) Method |
Evaluates the Yeoh uniaxial model for the specified strain and parameters.
Namespace: Altaxo.Calc.FitFunctions.RubberElasticityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Evaluate(
double epsilon,
double C10,
double C20,
double C30
)
Parameters
- epsilon Double
- Engineering strain.
- C10 Double
- First order Mooney-Rivlin parameter of I1.
- C20 Double
- Second order Mooney-Rivlin parameter of I1.
- C30 Double
- Third order Mooney-Rivlin parameter of I1.
Return Value
DoubleThe engineering stress predicted by the model.
See Also