Interface IReinforcement
A reinforcement material, defined by its stress-strain relationships for both strength and serviceability analysis.
For pre-defined standard reinforcement materials, see Oasys.AdSec.StandardMaterials
Namespace: Oasys.AdSec.Materials
Assembly: AdSec_API_IDL.dll
Syntax
public interface IReinforcement : IMaterial
Methods
Create(ITensionCompressionCurve, ITensionCompressionCurve)
Creates a new reinforcement material from its strength (ULS) and serviceability (SLS) stress-strain relationship.
Declaration
static IReinforcement Create(ITensionCompressionCurve strength, ITensionCompressionCurve serviceability)
Parameters
Type | Name | Description |
---|---|---|
ITensionCompressionCurve | strength | The material's stress-strain relationship for strength (ULS) analysis. |
ITensionCompressionCurve | serviceability | The material's stress-strain relationship for serviceability (SLS) analysis. |
Returns
Type | Description |
---|---|
IReinforcement | A new reinforcement material with the given sterss-strain relationships. |