IStateElement1D Interface

State at a point on a 1D-element.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IStateElement1D

Properties

NumberOfStates Gets number of underlying point states.
Position Gets the un-deformed position in global coordinates.

Methods

DisplacedCoordinateSystem Gets the local CoordinateSystem3 of the deformed element at the base point. The origin of the CoordinateSystem3 is the deformed base point.
DisplacedCoordinateSystems Gets the local CoordinateSystem3 of the deformed element at the base point. The origin of the CoordinateSystem3 is the deformed base point.
DisplacedPosition Gets the deformed position in global coordinates.
GetForce Gets the Vector3 in local undeformed cross section coordinate system of the internal force acting at the base point. /// X = axial force, Y = shear force in the y-direction of the local cross-section coordinate system, Z = shear force in the z-direction of the local cross-section coordinate system.
GetMoment Gets the Vector3 in local undeformed cross section coordinate system of the internal moments acting at the base point. X = Torsional moment, Y = Bending moment in the y-direction of the local cross-section coordinate system, Z = Bending moment in the z-direction of the local cross-section coordinate system.
GetMomentAtBasePoint Gets the Vector3 in local undeformed cross section coordinate system of the internal moments acting at the base point (without eccentricity) in local coordinates. X = Torsional moment, Y = Bending moment in the y-direction of the local cross-section coordinate system, Z = Bending moment in the z-direction of the local cross-section coordinate system.
GetResult Gets the value of the selected Element1DOption at the base point.
GetResultantTranslationalDisplacements Returns the resultant translational displacements with projection applied.
GetResultVec Gets the vector of the selected Element1DOption at the base point.
GetRotation Gets the rotation Vector3 in word space of the base point.
GetTranslation Gets the translation Vector3 in word space of the base point.
NormalStress Get the maximum or minimum normal stress in the cross section.
Strain Get the strains and curvatures.
UtilizationStressWise Get the maximum or minimum stress-wise utilization in the cross section.

See Also