OdgenUniaxialEvaluateOneTerm Method |
Evaluates one term of the Odgen model with uniaxial loading (pure shear) 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 EvaluateOneTerm(
double epsilon,
double µ,
double α
)
Parameters
- epsilon Double
- Engineering strain.
- µ Double
- The coefficent of the term.
- α Double
- The exponent of the term.
Return Value
DoubleThe engineering stress predicted by the model.
See Also