Class BoltedJointMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BoltedJointMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bolts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BoltedJointMaterial : Material, IEquatable<APIBase>
Properties
CoefficientOfThermalExpansionAt20C
Measurement: ThermalExpansionCoefficient
Declaration
public virtual double CoefficientOfThermalExpansionAt20C { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LimitingSurfacePressure
Measurement: Stress
Declaration
public double LimitingSurfacePressure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumTensileStrength
This is the lower yield stress, to be used when there is a well defined yield point.
Measurement: Stress
Declaration
public virtual double MinimumTensileStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModulusOfElasticityAt20C
Measurement: Stress
Declaration
public virtual double ModulusOfElasticityAt20C { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProofStress
Offset yield point derived from 0.2% of the strain. For a given strength grade, the proof stress is given by clause 5.8 in Table 3 of ISO 898-1.
Measurement: Stress
Declaration
public virtual double ProofStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShearingStrength
Measurement: Stress
Declaration
public virtual double ShearingStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StressEnduranceLimit
Measurement: Stress
Declaration
public double StressEnduranceLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TemperatureDependentCoefficientOfThermalExpansion
Declaration
public Vector2DListAccessor TemperatureDependentCoefficientOfThermalExpansion { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
TemperatureDependentYoungsModuli
Declaration
public Vector2DListAccessor TemperatureDependentYoungsModuli { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
Implements
System.IEquatable<T>