Struct StrainImpulse
- Namespace
- IdeaRS.OpenModel.Loading
- Assembly
- IdeaRS.OpenModel.dll
Generalized strain load impulse.
public struct StrainImpulse
Inherited Members
Properties
EpsX
The normal strain.
public double EpsX { get; set; }
Property Value
GammaXY
The shear strain.
public double GammaXY { get; set; }
Property Value
GammaXZ
The shear strain.
public double GammaXZ { get; set; }
Property Value
PhiX
The torsion slope around x axis.
public double PhiX { get; set; }
Property Value
PhiY
The curvature around z axis.
public double PhiY { get; set; }
Property Value
PhiZ
The curvature around y axis.
public double PhiZ { get; set; }