Interface IStressStrainCurve
A stress-strain curve. The stress-strain inputs must have positive and finite values. It can be used to define the tension or the compression part of an ITensionCompressionCurve.
See Glossary
Namespace: Oasys.AdSec.Materials.StressStrainCurves
Assembly: AdSec_API_IDL.dll
Syntax
public interface IStressStrainCurve
Remarks
IStressStrainCurve is a base class for other stress-strain curve types, e.g. ILinearStressStrainCurve and IRectangularStressStrainCurve. The nature of the stress-strain curve is considered to be tensile or compressive based on the parameter of Create(IStressStrainCurve, IStressStrainCurve) to which it has been assigned.
Properties
FailureStrain
The strain at which the material fails.
Declaration
Strain FailureStrain { get; }
Property Value
Type | Description |
---|---|
OasysUnits.Strain |
Methods
StressAt(Strain)
The stress at a given strain.
Declaration
Pressure StressAt(Strain strain)
Parameters
Type | Name | Description |
---|---|---|
OasysUnits.Strain | strain | The strain at which stress is to be calculated. |
Returns
Type | Description |
---|---|
OasysUnits.Pressure | Stress at given strain. |